On 04/01/17 23:11, Dan Heinz wrote: Using openssl 1.1.0c.
I have a test application that is a win32 console app that calls a >
>>> win32 DLL which has the openssl libraries linked in statically>.
The test applications uses late-binding to the DLL and calls
LoadLibra
>
> I'm wondering whether an option to override the default behaviour might
> be possible, e.g. an explicit call to OPENSSL_init_crypto() with
> something like an OPENSSL_INIT_NO_ATEXIT_CLEANUP option. The
> application would then have to call OPENSSL_cleanup() explicitly.
Or not, because cleanin
On 06/01/17 16:37, Michael Wojcik wrote:
>>
>> Can you not link against the OpenSSL DLLs rather than statically
>> link? That would avoid the problem.
>
> It introduces other problems. It means either shipping the OpenSSL
> DLLs or requiring the customer provide them; the former can have
> lega
>
> Can you not link against the OpenSSL DLLs rather than statically link?
> That would avoid the problem.
It introduces other problems. It means either shipping the OpenSSL DLLs or
requiring the customer provide them; the former can have legal implications
(cryptographic export licensing, for
Do you have a moment to edit or review my error
Ryan Murray
On Jan 6, 2017 10:55 AM, "Matt Caswell" wrote:
>
>
> On 06/01/17 14:36, Dan Heinz wrote:
> >>> On 04/01/17 23:11, Dan Heinz wrote: Using openssl 1.1.0c.
> >>>
> >>> I have a test application that is a win32 console app that calls
> >>>
On 06/01/17 14:36, Dan Heinz wrote:
>>> On 04/01/17 23:11, Dan Heinz wrote: Using openssl 1.1.0c.
>>>
>>> I have a test application that is a win32 console app that calls
>>> a win32 DLL which has the openssl libraries linked in
>>> statically.
>>>
>>> The test applications uses late-binding to
>>On 04/01/17 23:11, Dan Heinz wrote:
>> Using openssl 1.1.0c.
>>
>> I have a test application that is a win32 console app that calls a
>> win32 DLL which has the openssl libraries linked in statically.
>>
>> The test applications uses late-binding to the DLL and calls
>> LoadLibrary for the D
On 05/01/2017 11:53, Matt Caswell wrote:
On 04/01/17 23:11, Dan Heinz wrote:
Using openssl 1.1.0c.
I have a test application that is a win32 console app that calls a win32
DLL which has the openssl libraries linked in statically.
The test applications uses late-binding to the DLL and calls Loa
On 04/01/17 23:11, Dan Heinz wrote:
> Using openssl 1.1.0c.
>
> I have a test application that is a win32 console app that calls a win32
> DLL which has the openssl libraries linked in statically.
>
> The test applications uses late-binding to the DLL and calls LoadLibrary
> for the DLL, one t
Using openssl 1.1.0c.
I have a test application that is a win32 console app that calls a win32 DLL
which has the openssl libraries linked in statically.
The test applications uses late-binding to the DLL and calls LoadLibrary for
the DLL, one test function in the DLL, and then FreeLibrary on the
10 matches
Mail list logo