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

Commits on Mar 7, 2025

  1. Hopefully add Window / MacOS PyPy 3.10 / 3.11 support (#12559)

    * Hopefully add Window / MacOS PyPy 3.10 / 3.11 support
    
    Don't exclude win_x86
    
    .
    
    .
    
    * Cherry-pick 6606c83
    alexandernst authored Mar 7, 2025
    Configuration menu
    Copy the full SHA
    387ca00 View commit details
    Browse the repository at this point in the history

Commits on May 2, 2025

  1. [44.0.x] backports for libressl 4.1.0 support release (#12848)

    * FIPS fixes (#12839)
    
    * attempt to fix wycheproof in CI on centos stream9
    
    skip RSA PSS with SHA224
    
    * Update test_rsa.py
    
    * Update backend.py
    
    * fix
    
    * make OpenSSL 3.5 FIPS work
    
    This replaces the rsa_pss_cert.pem with a new one that uses a salt
    length matching the digest length (previously it was max length)
    
    * simplify
    
    * comment
    
    * fix
    
    * update with new wycheproof
    
    ---------
    
    Co-authored-by: Alex Gaynor <[email protected]>
    
    * chore(deps): bump openssl-sys from 0.9.107 to 0.9.108 (#12832)
    
    Bumps [openssl-sys](https://github.com/sfackler/rust-openssl) from 0.9.107 to 0.9.108.
    - [Release notes](https://github.com/sfackler/rust-openssl/releases)
    - [Commits](sfackler/rust-openssl@openssl-sys-v0.9.107...openssl-sys-v0.9.108)
    
    ---
    updated-dependencies:
    - dependency-name: openssl-sys
      dependency-version: 0.9.108
      dependency-type: direct:production
      update-type: version-update:semver-patch
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    
    * test on libressl 4.1.0 (#12845)
    
    * 44.0.3 release
    
    * Make wycheproof x25519 and x448 tests more flexible (#12676)
    
    * Update test_x448.py
    
    * Update test_x25519.py
    
    * Update test_x25519.py
    
    * Update test_x448.py
    
    * fix mitmproxy downstream tests (#12776)
    
    * clippy nightly fixes
    
    ---------
    
    Signed-off-by: dependabot[bot] <[email protected]>
    Co-authored-by: Paul Kehrer <[email protected]>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    3 people authored May 2, 2025
    Configuration menu
    Copy the full SHA
    b92c841 View commit details
    Browse the repository at this point in the history
Loading