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

wolfssl: add quic/ngtcp2 detection in cmake, and fix builds #10739

Closed
wants to merge 3 commits into from

Commits on Mar 13, 2023

  1. cmake: add quic/ngtcp2 detection for wolfSSL

    Move compression detection before TLS detection. wolfSSL
    uses zlib if available. (OpenSSL might also depend on
    zlib/zstd/brotli in a future release.)
    
    Closes curl#10739
    vszakats committed Mar 13, 2023
    Configuration menu
    Copy the full SHA
    145143e View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    861ce45 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    102642a View commit details
    Browse the repository at this point in the history