Re: Problem with d2i_PKCS12_fp on Win32

2002-08-13 Thread Aleksey Sanin
The problem is that you have compiled your application and the OpenSSL library using different MS C runtime libraries. There are few possible options on Windows (single threaded, single threaded debug, multi threaded, multi threaded debug) and you MUST use the same libraries for both OpenSSL li

Problem with d2i_PKCS12_fp on Win32

2002-08-13 Thread Peter Aben
Because I have to use certificates in the PKCS#12 format, I use the function d2i_PKCS12_fp() in my application. On UNIX, this works fine. On Windows NT4 (SP6a) the function crashes. I am using OpenSSL 0.9.6c at the moment. I have read about a similar problem in this mailing list, and there is an