Hi,

Is there a function in openssl that can convert a private key from a pkcs#8
to pkcs#1?  I've done this with the command line and it works fine, just
want to do this programmatically:

command line (want to do this using openssl function instead):
openssl pkcs8 -inform PEM -nocrypt -in dsakey.pem -out new.pem

Reply via email to