OpenSSL PEM file and Lockbox3 functionality

I have an RSA key in a PEM file created using openssl and I'm trying to load it into Lockbox3 (delphi component), but it seems that they are incompatible. In my forums, I found this:

"Only after you have nailed all the parameters used by the other side, both explicit and implicit (which are usually poorly documented), do you have a chance for interoperability."

So, I am wondering if anyone did the job.

+1
source share
1 answer

The latest version of Lockbox (available from SVN, not file downloads yet) provides the Delphi shell for OpenSSL RSA functions. It can save and load PEM files. Hope this satisfies.

The OpenSSL component is flagged as experimental at the moment, but it has been tested and seems to work well.

0
source

All Articles