Hi All,
PEM_read_bio_RSAPublicKey is deprecated in Openssl 3.0. I am unable to find
an alternate API to get EVP_PKEY from Pem format PKCS#1 Public key.
Is PKCS#1 Public key not supported in Openssl 3.0
Please suggest me how to get EVP_PKEY from Pem format PKCS#1 Public key
I'm trying to create a certificate request with a multivalue RDN which
involves CN+UID. I achieved the encoded multi-value RDN, but I want the UID
being encoded first and then the CN. I always get the CN first, no matter
what I put in the -subj "/CN=value+UID=value" or "/UID=value+CN=value".
Changi
Hi Openssl,
I'm creating sha512 self signed certificate for establishing connection
between client and server(nginx server).
creating separate key, cert for server and root cert for client.
below is the link i followed for cert creation:
https://gist.github.com/fntlnz/cf14feb5a46b2eda428e000157447