Hi all,
I need to convert a Json Web Key (JWK) to PEM PKCS#8 format.
I am using creating an RSA key using the parameters in JWK and then using i2d_RSAPublicKey() to encode the RSA key to PEM PKCS#1.
Are there any OpenSSL functions that programmatically convert the key (both public and private) to PKCS#8?
Thanks!
-- openssl-users mailing list To unsubscribe: https://mta.openssl.org/mailman/listinfo/openssl-users