Dennis Xu <[EMAIL PROTECTED]>:
> When I upgrade my applications by using openssl-0.9.5 beta1 to
> replace openssl-0.9.4, at running time I found:
> "error:02001003:system library:fopen:BN lib" when function called
> at: SSL_CTX_load_verify_locations(ssl, caPath, caFile);
>
> I compile and run both version in the same environment. What is wrong?
caPath or caFile, probably. (If one of them should not be used, use NULL,
not a string that does not name a directory or file.)
The "BN lib" should mean whatever is #define'd to be 3 in <errno.h>
-- that's an old SSLeay and OpenSSL bug.
______________________________________________________________________
OpenSSL Project http://www.openssl.org
User Support Mailing List [EMAIL PROTECTED]
Automated List Manager [EMAIL PROTECTED]