One last question... Geoff's advice works and allows me to load, validate and decrypt with the private RSA key. However, I'm curious if there is a way to do the PEM to DER conversion within Crypto++ without having to rely on OpenSSL? In other words, can Crypto++ read a private RSA key in PEM format, and convert it to DER like OpenSSL does with this command:
openssl pkcs8 -in privkey.pem -out privkey.p8 -topk8 -nocrypt -outform der Thanks, Brad -- You received this message because you are subscribed to the "Crypto++ Users" Google Group. To unsubscribe, send an email to [email protected]. More information about Crypto++ and this group is available at http://www.cryptopp.com.
