> Le 14 sept. 2018 à 14:01, Dirkjan Bussink <[email protected]> a écrit : > > Hi all, > >> On 14 Sep 2018, at 12:18, Emmanuel Hocdet <[email protected]> wrote: >> >> Same deal with boringssl, TLSv <= 1.2 ciphers configuration and TLSv1.3 >> ciphers are segregated. >> https://boringssl.googlesource.com/boringssl/+/abbbee10ad4739648bcbf36a5ac52f23263a67dd%5E!/ > > This reminded me to double check with BoringSSL and LibreSSL how they handle > this. Neither has this new method, so I have updated the conditional used in > the patch to exclude these two as well. >
It’s not necessary, BoringSSL and LibreSSL have, at best, OPENSSL_VERSION_NUMBER set to 1.1.0 for API compatibilité. ++ Manu

