Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: pyca/cryptography
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: 38.0.3
Choose a base ref
...
head repository: pyca/cryptography
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 38.0.4
Choose a head ref
  • 2 commits
  • 9 files changed
  • 3 contributors

Commits on Nov 27, 2022

  1. backport #7833 (#7853)

    * Update invalid EC key test for compatibility with upcoming OpenSSL changes (#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
    
    * fix CI
    
    * fixes #7653 -- handle OPENSSL_cleanup existing on LibreSSL 3.6.0 (#7654)
    
    * kill CI cache
    
    * endless CI fixing
    
    Co-authored-by: Nicola Tuveri <nic.tuv@gmail.com>
    Co-authored-by: Alex Gaynor <alex.gaynor@gmail.com>
    3 people authored Nov 27, 2022
    Configuration menu
    Copy the full SHA
    61e9d6a View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    c18d056 View commit details
    Browse the repository at this point in the history
Loading