Hi all, Given all the critical security issue and that you all were busy with that, I suspect this didn’t get much additional eyes. Now that that fix is out the door, I’m wondering if there’s any feedback or further input for the OpenSSL 1.1.1 patches I wrote?
Cheers, Dirkjan > On 14 Sep 2018, at 14:28, Dirkjan Bussink <[email protected]> wrote: > > Hi all, > >> On 14 Sep 2018, at 14:15, Emmanuel Hocdet <[email protected]> wrote: >> >> It’s not necessary, BoringSSL and LibreSSL have, at best, >> OPENSSL_VERSION_NUMBER set to 1.1.0 for API compatibilité. > > Looking at LibreSSL, it’s defining this (in their latest Git code): > > src/lib/libcrypto/opensslv.h:#define OPENSSL_VERSION_NUMBER 0x20000000L > > I also see this conditional used in other places to explicitly exclude > BoringSSL and LibreSSL, so that’s why I thought it would be needed here as > well. > > -- > Cheers, > > Dirkjan

