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

Update invalid EC key test for compatibility with upcoming OpenSSL changes #7833

Merged
merged 1 commit into from Nov 27, 2022

Commits on Nov 27, 2022

  1. Update invalid EC key test for compatibility with upcoming OpenSSL ch…

    …anges
    
    One of the tests checking behavior with invalid EC keys hardcoded the
    error reason.
    
    This commit replaces the string matching with a regex to match both the
    current string and a new reason, introduced by upcoming OpenSSL
    changes [0], which would otherwise trigger a false positive failure.
    
    [0]: openssl/openssl#19681
    romen committed Nov 27, 2022
    Copy the full SHA
    d222736 View commit details
    Browse the repository at this point in the history