Re: [Bug-wget] wget and TLS 1.2

2014-10-23 Thread Tim Rühsen
Am Donnerstag, 23. Oktober 2014, 15:43:29 schrieb Giuseppe Scrivano: > Tim Rühsen writes: > > Am Mittwoch, 8. Oktober 2014, 15:28:09 schrieb Nikolay Morozov: > >> On 10/08/2014 01:31 PM, Tim Ruehsen wrote: > >> > On Wednesday 08 October 2014 11:33:41 Nikolay Morozov wrote: > >> >> we are using wge

Re: [Bug-wget] wget and TLS 1.2

2014-10-23 Thread Giuseppe Scrivano
Tim Rühsen writes: > Am Mittwoch, 8. Oktober 2014, 15:28:09 schrieb Nikolay Morozov: >> On 10/08/2014 01:31 PM, Tim Ruehsen wrote: >> > On Wednesday 08 October 2014 11:33:41 Nikolay Morozov wrote: >> >> we are using wget and some functionality to it >> >> >> >> - OpenSSL modules must be initiliz

Re: [Bug-wget] wget and TLS 1.2

2014-10-23 Thread Tim Rühsen
Am Mittwoch, 8. Oktober 2014, 15:28:09 schrieb Nikolay Morozov: > On 10/08/2014 01:31 PM, Tim Ruehsen wrote: > > On Wednesday 08 October 2014 11:33:41 Nikolay Morozov wrote: > >> we are using wget and some functionality to it > >> > >> - OpenSSL modules must be initilized with OpenSSL_config(NULL)

Re: [Bug-wget] wget and TLS 1.2

2014-10-08 Thread Nikolay Morozov
On 10/08/2014 01:31 PM, Tim Ruehsen wrote: On Wednesday 08 October 2014 11:33:41 Nikolay Morozov wrote: we are using wget and some functionality to it - OpenSSL modules must be initilized with OpenSSL_config(NULL), this enables cryto from OpenSSL modules f.ex GOST - support for TLS v1.1 and TLS

Re: [Bug-wget] wget and TLS 1.2

2014-10-08 Thread Tim Ruehsen
On Wednesday 08 October 2014 15:28:09 Nikolay Morozov wrote: > On 10/08/2014 01:31 PM, Tim Ruehsen wrote: > > On Wednesday 08 October 2014 11:33:41 Nikolay Morozov wrote: > >> we are using wget and some functionality to it > >> > >> - OpenSSL modules must be initilized with OpenSSL_config(NULL), t

Re: [Bug-wget] wget and TLS 1.2

2014-10-08 Thread Tim Ruehsen
On Wednesday 08 October 2014 11:33:41 Nikolay Morozov wrote: > we are using wget and some functionality to it > > - OpenSSL modules must be initilized with OpenSSL_config(NULL), this > enables cryto from OpenSSL modules f.ex GOST > - support for TLS v1.1 and TLS v1.2 Thanks for the patch. In add

Re: [Bug-wget] wget and TLS 1.2

2014-10-08 Thread Daniel Stenberg
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&

[Bug-wget] wget and TLS 1.2

2014-10-08 Thread Nikolay Morozov
we are using wget and some functionality to it - OpenSSL modules must be initilized with OpenSSL_config(NULL), this enables cryto from OpenSSL modules f.ex GOST - support for TLS v1.1 and TLS v1.2 diff -ru wget-1.15.orig/src/init.c wget-1.15/src/init.c --- wget-1.15.orig/src/init.c 2014-01-04 1