Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Drop support for OpenSSL pre-1.1.1 #1951

Merged

Commits on Mar 25, 2024

  1. Drop support for OpenSSL pre-1.1.1

    OpenSSL versions older than 1.1.1 have all been dead for over 4 years. I don't see why an
    Cyclone would have to continue supporting the bad practice of not updating EOL'd security
    sensitive libraries full of known vulnerabilities.
    
    Of course nobody should be using OpenSSL 1.1.1 anymore (it has been EOL'd about half a
    year ago), but I know there are still plenty of systems in the field that rely on it and
    even the CI on Azure gets the latest Linux images with it pre-installed.
    
    Signed-off-by: Erik Boasson <eb@ilities.com>
    eboasson committed Mar 25, 2024
    Copy the full SHA
    bee45b1 View commit details
    Browse the repository at this point in the history