How to verify AS2 message (SMIME) signature with OpenSSL

This article will look at what the digital signature in AS2 protocol is, how to verify the signature of an AS2 message and some tips on figuring out the cause for certain signature verification failures.

Extracting Private Key from Java KeyStore (JKS)

I've been working with the AS2 Protocol and the AdroitLogic AS2Gateway for quite some time now and hence playing with JKS has been a must. One of the tricks which were required from time to time was extracting the private key and public key (certificate) from Java KeyStores. In this blog post, we'll go through … Continue reading Extracting Private Key from Java KeyStore (JKS)