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

Fix LibreSSL 3.5+ #640

Open
wants to merge 5 commits into
base: 4.x
Choose a base branch
from
Open

Fix LibreSSL 3.5+ #640

wants to merge 5 commits into from

Commits on May 8, 2021

  1. Fix build with LibreSSL

    LibreSSL does not have all the additions from OpenSSL 1.1.1
    Sp1l authored May 8, 2021
    Configuration menu
    Copy the full SHA
    09e20cb View commit details
    Browse the repository at this point in the history
  2. Merge pull request #1 from Sp1l/fix-libressl

    Fix build with LibreSSL
    Sp1l authored May 8, 2021
    Configuration menu
    Copy the full SHA
    4ab4b2a View commit details
    Browse the repository at this point in the history

Commits on Apr 17, 2023

  1. Configuration menu
    Copy the full SHA
    b1d9e07 View commit details
    Browse the repository at this point in the history
  2. Fix build with LibreSSL

    All currently supported LibreSSL versions have OpenSSL 1.1.1 ABI and TLSv1.3
    Sp1l authored Apr 17, 2023
    Configuration menu
    Copy the full SHA
    84a115b View commit details
    Browse the repository at this point in the history
  3. No longer required fix

    Currently supported versions of LibreSSL have SSL_read_ex and SSL_write_ex support (see e.g. https://man.openbsd.org/SSL_read_ex)
    Sp1l authored Apr 17, 2023
    Configuration menu
    Copy the full SHA
    51accdf View commit details
    Browse the repository at this point in the history