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

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
Loading