bug-wget
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [Bug-wget] wget and TLS 1.2


From: Daniel Stenberg
Subject: Re: [Bug-wget] wget and TLS 1.2
Date: Wed, 8 Oct 2014 10:13:03 +0200 (CEST)
User-agent: Alpine 2.00 (DEB 1167 2008-08-23)

On Wed, 8 Oct 2014, Nikolay Morozov wrote:

- OpenSSL modules must be initilized with OpenSSL_config(NULL), this enables cryto from OpenSSL modules f.ex GOST

Please avoid using OpenSSL_config(), it is not a function I recommend anyone to use: http://rt.openssl.org/Ticket/Display.html?id=3488&user=guest&pass=guest

You'll probably be much happier by using CONF_modules_load_file() instead to avoid OpenSSL doing exit when it thinks the config file (or similar) is bad. Wget can survive and continue nonetheless.

--

 / daniel.haxx.se



reply via email to

[Prev in Thread] Current Thread [Next in Thread]