Hi, What is the minimum I have to do to get an EVP_PKEY pointer from PEM_read_PrivateKey() when a password callback is passed to read a password protected certificate?
Obviously some crypto stuff has to be initialized before calling PEM_read_PrivateKey() but what is the minimum? The cert file begins: -----BEGIN RSA PRIVATE KEY----- Proc-Type: 4,ENCRYPTED DEK-Info: DES-EDE3-CBC,88DD2E775A94BFE3 I just want to extract the BIGNUMs from the key without doing anything else. Thanks, Jan ______________________________________________________________________ OpenSSL Project http://www.openssl.org User Support Mailing List openssl-users@openssl.org Automated List Manager [EMAIL PROTECTED]