P
Paul Haddad
Hi All,
Is there any way to get an RSA public key in X509 format? By default
RSA pub keys are dumped out in PKCS#1 format but I really need X509.
I know that the C call that's being used to create the public key is
PEM_write_bio_RSAPublicKey and I don't see any reference to
PEM_write_bio_PUBKEY, so I'm guessing somehow converting from one to
the other is my only choice.
So is there some way to use the current APIs to convert from that
PKCS#1 format to X509?
Is there any way to get an RSA public key in X509 format? By default
RSA pub keys are dumped out in PKCS#1 format but I really need X509.
I know that the C call that's being used to create the public key is
PEM_write_bio_RSAPublicKey and I don't see any reference to
PEM_write_bio_PUBKEY, so I'm guessing somehow converting from one to
the other is my only choice.
So is there some way to use the current APIs to convert from that
PKCS#1 format to X509?