bug-wget
[Top][All Lists]
Advanced

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

Re: [Bug-wget] Pha support for tls1.3


From: Daniel Stenberg
Subject: Re: [Bug-wget] Pha support for tls1.3
Date: Fri, 22 Mar 2019 22:23:25 +0100 (CET)
User-agent: Alpine 2.20 (DEB 67 2015-01-07)

On Fri, 22 Mar 2019, Tim Rühsen wrote:

Are you sure that '#ifdef SSL_CTX_set_post_handshake_auth' works ? Here with OpenSSL 1.1.1b it seems that 'SSL_CTX_set_post_handshake_auth' is a function and not a #define.

In curl we use this #ifdef magic for figuring out if the function is present:

#if ((OPENSSL_VERSION_NUMBER >= 0x10101000L) && \
     !defined(LIBRESSL_VERSION_NUMBER) &&       \
     !defined(OPENSSL_IS_BORINGSSL))
#define HAVE_SSL_CTX_SET_POST_HANDSHAKE_AUTH
#endif

--

 / daniel.haxx.se


reply via email to

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