Skip to content

dropping support for openssl < 1.0 #170

@mcr

Description

@mcr

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

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions