-
Notifications
You must be signed in to change notification settings - Fork 184
Closed
Description
We have many #if stmts like:
#if OPENSSL_VERSION_NUMBER >= 0x10100000 && !defined(LIBRESSL_VERSION_NUMBER)
which supports 1.0, and before, and let's people use old, broken SSL versions. I also found this confusing comment:
/* this method is currently only called for servers (in OpenSSL <= 0.9.8e) */
static SSL_SESSION *
#if OPENSSL_VERSION_NUMBER >= 0x10100000 && !defined(LIBRESSL_VERSION_NUMBER)
is the comment even close to correct? I suspect not.
Are we supporting < 1.0 versions at all? Can we plan a sunset plan for 1.0.x?
Metadata
Metadata
Assignees
Labels
No labels