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.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: 46.0.5
Choose a head ref
  • 4 commits
  • 12 files changed
  • 2 contributors

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 <alex.gaynor@gmail.com>
    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 <alex.gaynor@gmail.com>
    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
Loading