On 2014/11/19 16:38, Stuart Henderson wrote:
> On 2014/11/19 08:16, Kent Fritz wrote:
> > Wget is only sending TLS 1.0 in client hello, and the server is
> > refusing.   This seems to be a problem with the port, as wget 1.14 on
> > my Linux box sends a TLS 1.2 hello, as does wget on OpenBSD 5.4 (also
> > 1.14).
> 
> This is fallout from our OPENSSL_VERSION_NUMBER string, ENOTIME to fix
> it now, but check out src/openssl.c.
> 
> 221 #if OPENSSL_VERSION_NUMBER >= 0x01001000
> 222     case secure_protocol_tlsv1_1:
> 223       meth = TLSv1_1_client_method ();
> 224       break;
> 225     case secure_protocol_tlsv1_2:
> 226       meth = TLSv1_2_client_method ();
> 227       break;
> 228 #endif
> 

<The sender would like to recall this message> ;-)   doh.

#define OPENSSL_VERSION_NUMBER  0x20000000L


Reply via email to