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: 46.0.1
Choose a base ref
...
head repository: pyca/cryptography
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 46.0.7
Choose a head ref
  • 8 commits
  • 20 files changed
  • 5 contributors

Commits on Oct 1, 2025

  1. bump version for 46.0.2 (#13531)

    * bump version for 46.0.2
    
    * Update CHANGELOG.rst
    
    Co-authored-by: Paul Kehrer <[email protected]>
    
    ---------
    
    Co-authored-by: Paul Kehrer <[email protected]>
    alex and reaperhulk authored Oct 1, 2025
    Configuration menu
    Copy the full SHA
    99efe5a View commit details
    Browse the repository at this point in the history

Commits on Oct 15, 2025

  1. release 46.0.3 (#13681)

    * release 46.0.3
    
    * install bindgen from cargo instead of apt (#13678)
    
    * install bindgen from cargo instead of apt
    
    this only impacts boring/aws-lc
    
    * Modify cache key format in CI workflow
    
    Updated the cache key in CI workflow to include a version suffix.
    
    ---------
    
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    alex and dependabot[bot] authored Oct 15, 2025
    Configuration menu
    Copy the full SHA
    c0af4dd View commit details
    Browse the repository at this point in the history

Commits on Jan 27, 2026

  1. bump for 46.0.4 and drop win arm64 due to CI issues (#14217)

    * bump for 46.0.4 and drop win arm64 due to CI issues
    
    * macos fix
    
    * switch macOS wheel buidler to macos-15 (#13552)
    
    * switch macOS wheel buidler to macos-15
    
    this makes it arm64. most of our wheels are universal, but for pypy 3.11, switch from building x86-64 to arm64
    
    * Update wheel-builder.yml
    
    * more backports
    
    ---------
    
    Co-authored-by: Alex Gaynor <[email protected]>
    reaperhulk and alex authored Jan 27, 2026
    Configuration menu
    Copy the full SHA
    e6f44fc View commit details
    Browse the repository at this point in the history

Commits on Jan 28, 2026

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

Commits on Feb 10, 2026

  1. EC check key on cofactor > 1 (#14287)

    * Refactor EC public key construction to share more code (#14285)
    
    * Run an EC check key if cofactor > 1
    
    This only applies to the binary curves (ed25519 is cofactor 8 and
    ed448 is cofactor 4 but we use a different code path for eddsa)
    
    * deprecate SECT curves
    
    * add a test
    
    * more tests
    
    * code review
    
    * simplify
    
    * update with CVE and credit
    
    ---------
    
    Co-authored-by: Alex Gaynor <[email protected]>
    reaperhulk and alex authored Feb 10, 2026
    Configuration menu
    Copy the full SHA
    0eebb9d View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    06e120e View commit details
    Browse the repository at this point in the history

Commits on Mar 25, 2026

  1. Cherry-pick #14542 (#14543)

    * Further restrict DNS wildcards in name constraint matching (#14542)
    
    * Further restruct DNS wildcards in name constraint matching
    
    Signed-off-by: William Woodruff <[email protected]>
    
    * Bump limbo
    
    Signed-off-by: William Woodruff <[email protected]>
    
    ---------
    
    Signed-off-by: William Woodruff <[email protected]>
    
    * CHANGELOG: record changes
    
    Signed-off-by: William Woodruff <[email protected]>
    
    * Bump version to 46.0.6
    
    Signed-off-by: William Woodruff <[email protected]>
    
    * Bump x509-limbo and/or wycheproof in CI (#14127)
    
    * Bump x509-limbo and/or wycheproof in CI
    
    * Skip 9 cabf::cn testcases
    
    Signed-off-by: William Woodruff <[email protected]>
    
    ---------
    
    Signed-off-by: William Woodruff <[email protected]>
    Co-authored-by: pyca-boringbot[bot] <pyca-boringbot[bot][email protected]>
    
    * Add credit to CHANGELOG
    
    Signed-off-by: William Woodruff <[email protected]>
    
    ---------
    
    Signed-off-by: William Woodruff <[email protected]>
    Co-authored-by: pyca-boringbot[bot] <pyca-boringbot[bot][email protected]>
    woodruffw and pyca-boringbot[bot] authored Mar 25, 2026
    Configuration menu
    Copy the full SHA
    91d7288 View commit details
    Browse the repository at this point in the history

Commits on Apr 8, 2026

  1. 46.0.7 release (#14602)

    * enforce contiguous buffers
    
    * bump for 46.0.7 release
    reaperhulk authored Apr 8, 2026
    1 Configuration menu
    Copy the full SHA
    622d672 View commit details
    Browse the repository at this point in the history
Loading