Hi All, OS: WinXP SP1 Tool: VC 6.0 Active Perl 5.8 I created a test application with the openssl-0.9.7e, with
the binaries downloaded from Shining Light and tried to parse the
subject name of certificate, it worked fine with me then I downloaded the
source from OpenSSL.org and compiled it as the instructions were, now the
downloaded binaries work fine but when it comes to my own compiled binaries application
crashes on the following line x509Cert = PEM_read_X509(fPointer, NULL, 0,
NULL); I used NASAM during compilation of the
source. Can some body tell me what I am doing wrong. Regards, Muhammad Aftab Alam |
- PEM_read_X509 Crashes on openssl-0.9.7e Aftab Alam
- Re: PEM_read_X509 Crashes on openssl-0.9.7e Dr. Stephen Henson