Using MS VC++ .NET  PEM_read_X509(fp,NULL,NULL,NULL); fails.
 
 
I have narrowed it down to the BIO_gets() fucntion.
 

int BIO_get(BIO *b, char *in, int inl)
{

/* . . . */

i=b->method->bgets(b,in,inl);
 
/* . . . */
}
 
An Application Error dialog reports "The memory cannot be writting"

Reply via email to