[openssl.org #647] Bug in X509_load_cert_crl_file()

2003-07-24 Thread Doug Leffert via RT
is this slurpee? e-mail: [EMAIL PROTECTED] __ OpenSSL Project http://www.openssl.org Development Mailing List [EMAIL PROTECTED] Automated List Manager

Re: [openssl.org #647] Bug in X509_load_cert_crl_file()

2003-06-23 Thread Amar Desai via RT
I am using OpenSSL -0.9.7 . Before sending this to group i checked it in OpenSSL 0.9.7a and in that it was not fixed. By mistake i forgot to check it in OpenSSL -0.9.7b . As i said in my previous mail ..i am sorry for my mistake. Thank you very much. Regards Amar Stephen Henson via RT wrote: >W

[openssl.org #647] Bug in X509_load_cert_crl_file()

2003-06-23 Thread Stephen Henson via RT
Which version of OpenSSL are you using? Have you tried the latest stable snapshots? IIRC I fixed that bug a while ago. Steve. __ OpenSSL Project http://www.openssl.org Development Mailing List

[openssl.org #647] Bug in X509_load_cert_crl_file()

2003-06-22 Thread Amar Desai via RT
Hi All I have CA certificates and CRLs in one file. I am passing this file to SSL_CTX_load_verify_locations(CAfile). SSL_CTX_load_verify_location() indirectly calls PEM_X509_INFO_read_bio() & X509_load_cert_crl_file(). PEM_X509_INFO_read_bio() pushes X509_INFO object onto the stack whenever the