1

(1 replies, posted in wolfSSL)

Not sure if I should post here or in the wolfCrypt forum...

I'm currently evaluating WolfSSL as a replacement for OpenSSL in our product.

One of the functions we need is the ability to read an encrypted private key that was written with the latest OpenSSL default options.  After some detective work, it looks like those defaults amount to PKCS 5 v2.1 format "AES 256 CBC HMAC SHA 256".  From the code it looks like you have the beginnings of support for PKCS 5 v2.0 but no support for this particular format.

Any chance you can add this support for the newer formats?