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

Add support for enabling and disabling CRLs. #6329

Merged
merged 5 commits into from
Jun 28, 2023
Merged

Commits on Jun 27, 2023

  1. Implement the option to disable CRL check

    Do leaf CRL check by default
    Correct wolfSSL_sk_X509_NAME_push return check
    Update OpenSSL compatibility errors for HAProxy
    Change X509_V to literal constant values
    Fix the compat layer with TLS session ticket reuse
    Fix for tls1_2 session resume and cache miss
    Save intitial wolfSSL ctx
    Check for OpenSSL CRL error code 23
    tmael committed Jun 27, 2023
    Configuration menu
    Copy the full SHA
    fd17fa3 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    481ae20 View commit details
    Browse the repository at this point in the history
  3. Add test_wolfSSL_dup_CA_list

    tmael committed Jun 27, 2023
    Configuration menu
    Copy the full SHA
    03e5d10 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    cb0e2c8 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    26e6fd9 View commit details
    Browse the repository at this point in the history