[openssl.org #661] bug in x509_vfy.c

2003-09-27 Thread Richard Levitte via RT
I'll look at it in a few days. Right now, I feel unsure about all the implications of such a change. [EMAIL PROTECTED] - Fri Jul 11 21:14:39 2003]: OPENSSL VERSION: 0.9.6j PLATFORM: all SEVERITY: minor In x509_vfy.c:X509_verify_cert, there are some cases where an error occurs and

[openssl.org #661] bug in x509_vfy.c

2003-07-11 Thread Sam Lang via RT
OPENSSL VERSION: 0.9.6j PLATFORM: all SEVERITY: minor In x509_vfy.c:X509_verify_cert, there are some cases where an error occurs and ctx-error is set, but the error isn't added to the error stack (with X509err). The only cases where this happens are when the verify callback is called (so that