I would like to use PEM_read_RSAPrivateKey. I have tried various derivations
w/ & w/o callbacks. First with a file pointer, now with trying to open BIO
but the program always crashes.
I am using 1.0 Beta 2 on Windows XP compiled with MS C++ 2008.
I have added some printf statements to the code and find that the last line
printed is
bio_lib.c:
long BIO_ctrl(BIO *b, int cmd, long larg, void *parg)
....
ret=b->method->ctrl(b,cmd,larg,parg);
I don't know what should be initialized here that isn't.
Thanks
--
View this message in context:
http://www.nabble.com/BIO-failure-tp23352299p23352299.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]