That fixes the sample program.

But it doesn't fix all of the original bug. We have an issue with X509_print_name_ex_fp called with flags XN_FLAG_ONELINE is causing a crash during SSL_connect but calling it with no flags works.

-Colin

On 08/04/2011 02:25 PM, Harshvir Sidhu wrote:
Seems like you are using DLLs for OpenSSL.
Try including applink.c in your application.

On Thu, Aug 4, 2011 at 1:19 PM, Colin Rice <ric...@rpi.edu <mailto:ric...@rpi.edu>> wrote:

    Hello,

    We are currently using OpenSSL for a network communications
    program. However we have encountered an obscure bug on windows
    where we are unable to print X509 certificates without receiving:

    OPENSSL_Uplink(10109000,08): no OPENSSL_Applink

    A sample program is attached.
    Running with /MD, /MDd, /MT, or /MTd does not solve the problem.

    Thanks,
    -Colin



Reply via email to