RE: Trouble with Windows DLL

2012-10-29 Thread Dave Thompson
To: openssl-users@openssl.org Subject: RE: Trouble with Windows DLL From: owner-openssl-us...@openssl.org On Behalf Of Charles Mills Sent: Wednesday, 24 October, 2012 19:08 The code for uplink looks to me like it looks for _Applink ONLY in the .exe It *HAS* to be a .exe? OpenSSL has

RE: Trouble with Windows DLL

2012-10-29 Thread Charles Mills
the question that I asked (whether *applink* was SSL-specific). Charles -Original Message- From: owner-openssl-us...@openssl.org [mailto:owner-openssl-us...@openssl.org] On Behalf Of Dave Thompson Sent: Monday, October 29, 2012 11:52 AM To: openssl-users@openssl.org Subject: RE: Trouble

RE: Trouble with Windows DLL

2012-10-26 Thread Charles Mills
, but a definitive explanation, FWIW. Charles -Original Message- From: owner-openssl-us...@openssl.org [mailto:owner-openssl-us...@openssl.org] On Behalf Of Dave Thompson Sent: Thursday, October 25, 2012 2:00 PM To: openssl-users@openssl.org Subject: RE: Trouble with Windows DLL From: owner

RE: Trouble with Windows DLL

2012-10-25 Thread Dave Thompson
From: owner-openssl-us...@openssl.org On Behalf Of Charles Mills Sent: Wednesday, 24 October, 2012 19:08 The code for uplink looks to me like it looks for _Applink ONLY in the .exe It *HAS* to be a .exe? OpenSSL has logic that depends on what type of executable is calling it? If I had a

RE: Trouble with Windows DLL

2012-10-24 Thread Charles Mills
Not sure if it is relevant but are you calling SSL_library_init()? Charles From: owner-openssl-us...@openssl.org [mailto:owner-openssl-us...@openssl.org] On Behalf Of Mitchell, Daniel F Sent: Tuesday, October 23, 2012 12:05 PM To: openssl-users@openssl.org Subject: Trouble with Windows DLL

RE: Trouble with Windows DLL

2012-10-24 Thread Dave Thompson
From: owner-openssl-us...@openssl.org On Behalf Of Mitchell, Daniel F Sent: Tuesday, 23 October, 2012 15:05 I am trying to use openssl in a Windows DLL. However, on the first openssl call I make after these: CRYPTO_malloc_init(); OpenSSL_add_all_algorithms(); I get the no OPENSSL_Applink

RE: Trouble with Windows DLL

2012-10-24 Thread Charles Mills
@openssl.org Subject: RE: Trouble with Windows DLL From: owner-openssl-us...@openssl.org On Behalf Of Mitchell, Daniel F Sent: Tuesday, 23 October, 2012 15:05 I am trying to use openssl in a Windows DLL. However, on the first openssl call I make after these: CRYPTO_malloc_init