Hi
I have a "keyfile" and "password" and I use the 
"PEM_read_PrivateKey( FILE* f, EVP_PKEY**pkey, pem_password_cb, pwd )"
to read the private key
but the API crashes on windows.

There have been previous threads that makes use of the API below with "NULL"
arguments
PEM_read_bio_PrivateKey(bp,NULL,NULL,pwd)
But this way , the private key is not being read

I have used openssl 1.0.1 beta version

Is there a way to read the private key (in windows)
-- 
View this message in context: 
http://old.nabble.com/PEM_read_PrivateKey-throws-error-in-windows-tp33449174p33449174.html
Sent from the OpenSSL - Dev mailing list archive at Nabble.com.
______________________________________________________________________
OpenSSL Project                                 http://www.openssl.org
Development Mailing List                       [email protected]
Automated List Manager                           [email protected]

Reply via email to