> From: owner-openssl-us...@openssl.org On Behalf Of Colin Rice
> Sent: Thursday, 04 August, 2011 15:43
> [including applink.c] 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
You mean
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
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 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
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 recieving
OPENSSL_Uplink(10109000,08): no OPENSSL_Applink
A sample program is attached.
Running with /MD, /
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,