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

openssl: new wrapper targeting OpenSSL 3+ #1336

Draft
wants to merge 15 commits into
base: devel
Choose a base branch
from

Commits on Jun 15, 2024

  1. Configuration menu
    Copy the full SHA
    6c173d9 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    c4de9e5 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    ca663f0 View commit details
    Browse the repository at this point in the history
  4. openssl: add 1.1.1 support

    alaviss committed Jun 15, 2024
    Configuration menu
    Copy the full SHA
    5a538b2 View commit details
    Browse the repository at this point in the history
  5. ci(windows): add pkgconf

    alaviss committed Jun 15, 2024
    Configuration menu
    Copy the full SHA
    f98a924 View commit details
    Browse the repository at this point in the history
  6. don't link ssl examples

    alaviss committed Jun 15, 2024
    Configuration menu
    Copy the full SHA
    2935567 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    120829b View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    a7c2da5 View commit details
    Browse the repository at this point in the history
  9. thttpclient_ssl: various fixes

    - Properly cleanup resources after each test
    - Terminate server on error: Previously the server would've kept running
      on error, which might cause later tests to fail
    - Server now read data using SSL_read instead of regular socket reads
    - Remove usage of threadpool as nothing here requires it
    alaviss committed Jun 15, 2024
    Configuration menu
    Copy the full SHA
    94c761a View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    34546a6 View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    11fc45f View commit details
    Browse the repository at this point in the history
  12. topenssl: port to new openssl

    alaviss committed Jun 15, 2024
    Configuration menu
    Copy the full SHA
    1303a23 View commit details
    Browse the repository at this point in the history
  13. Configuration menu
    Copy the full SHA
    800facc View commit details
    Browse the repository at this point in the history
  14. openssl: remove old wrapper

    alaviss committed Jun 15, 2024
    Configuration menu
    Copy the full SHA
    02a3d3b View commit details
    Browse the repository at this point in the history
  15. Configuration menu
    Copy the full SHA
    52098a7 View commit details
    Browse the repository at this point in the history