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

backport #7833 #7853

Merged
merged 5 commits into from Nov 27, 2022
Merged

backport #7833 #7853

merged 5 commits into from Nov 27, 2022

Commits on Nov 27, 2022

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

    …anges (pyca#7833)
    
    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 authored and reaperhulk committed Nov 27, 2022
    Copy the full SHA
    597605c View commit details
    Browse the repository at this point in the history
  2. fix CI

    reaperhulk committed Nov 27, 2022
    Copy the full SHA
    434b3eb View commit details
    Browse the repository at this point in the history
  3. Copy the full SHA
    ffd939c View commit details
    Browse the repository at this point in the history
  4. kill CI cache

    reaperhulk committed Nov 27, 2022
    Copy the full SHA
    607f0fc View commit details
    Browse the repository at this point in the history
  5. endless CI fixing

    reaperhulk committed Nov 27, 2022
    Copy the full SHA
    a5ee003 View commit details
    Browse the repository at this point in the history