c - OpenSSL API Read private key in DER format instead of PEM -
this question has answer here:
i looking equivalent of pem_read_bio_rsaprivatekey() returns rsa struct gets passed pointer private key in der format instead of pem. not find in openssl documentation though.
take @ d2i_privatekey_bio() function.
Comments
Post a Comment