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: 41.0.4
Choose a base ref
...
head repository: pyca/cryptography
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 41.0.7
Choose a head ref
  • 4 commits
  • 15 files changed
  • 3 contributors

Commits on Oct 19, 2023

  1. Configuration menu
    Copy the full SHA
    563b119 View commit details
    Browse the repository at this point in the history

Commits on Oct 24, 2023

  1. Configuration menu
    Copy the full SHA
    5012bed View commit details
    Browse the repository at this point in the history

Commits on Nov 27, 2023

  1. 41.0.6 release (#9927)

    * Fixed crash when loading a PKCS#7 bundle with no certificates (#9926)
    
    * Version bump for 41.0.6
    
    * Temporarily allow a new clippy warning (#9835)
    
    * Temporarily allow a new clippy warning
    
    * Update lib.rs
    
    * Update lib.rs
    
    * Need to accept this to skip test
    
    * It's a word
    alex authored Nov 27, 2023
    Configuration menu
    Copy the full SHA
    f09c261 View commit details
    Browse the repository at this point in the history

Commits on Nov 28, 2023

  1. Backport LibreSSL 3.8.2 support for a 41.0.7 release (#9931)

    * Backport LibreSSL 3.8.2 support for a 41.0.7 release
    
    * ci fixes
    
    * LibreSSL 3.8.1 and later is OPENSSL_NO_ENGINE (#9456)
    
    Unfortunately, some projects are not prepared to build without
    ENGINE symbols, so just like BoringSSL we needed to keep some stubs.
    
    * Don't build dh code on BoringSSL (#9103)
    
    It doesn't support DH via EVP
    
    * Update ci.yml (#9527)
    
    ---------
    
    Co-authored-by: Theo Buehler <botovq@users.noreply.github.com>
    alex and botovq authored Nov 28, 2023
    Configuration menu
    Copy the full SHA
    4054596 View commit details
    Browse the repository at this point in the history
Loading