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

test: update tests for OpenSSL 3.0.14 #53373

Merged
merged 1 commit into from
Jun 10, 2024

Commits on Jun 7, 2024

  1. test: update tests for OpenSSL 3.0.14

    Starting from OpenSSL 3.0.14, 3.1.6, 3.2.2, and 3.3.1, OpenSSL was fixed
    to return an error reason string for bad/unknown application protocols.
    
    Update tests to handle both the old `ECONNRESET` error on older versions
    of OpenSSL and the new `ERR_SSL_TLSV1_ALERT_NO_APPLICATION_PROTOCOL` on
    newer versions of OpenSSL.
    
    Refs: openssl/openssl#24338
    richardlau committed Jun 7, 2024
    Configuration menu
    Copy the full SHA
    25d62ec View commit details
    Browse the repository at this point in the history