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 #7829

Closed

Commits on Nov 21, 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 21, 2022
    Configuration menu
    Copy the full SHA
    cc3df8e View commit details
    Browse the repository at this point in the history

Commits on Nov 22, 2022

  1. [tests/hazmat/primitives] fixup! Update invalid EC key test for compa…

    …tibility with upcoming OpenSSL changes
    romen committed Nov 22, 2022
    Configuration menu
    Copy the full SHA
    87788ad View commit details
    Browse the repository at this point in the history
  2. [tests/hazmat/primitives] fixup! [tests/hazmat/primitives] fixup! Upd…

    …ate invalid EC key test for compatibility with upcoming OpenSSL changes
    romen committed Nov 22, 2022
    Configuration menu
    Copy the full SHA
    67271d7 View commit details
    Browse the repository at this point in the history