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: 45.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: 45.0.3
Choose a head ref
  • 1 commit
  • 18 files changed
  • 2 contributors

Commits on May 25, 2025

  1. backports for 45.0.3 release (#12979)

    * Rename PBES1 types to better match their origins in the spec (#12976)
    
    PBEParams is defined in RFC 8018 as going with PBES1, but then its also used by PKCS#12 ciphers in RFC 7292.
    
    * add vector and test for longer salt length in PBE (#12977)
    
    * add vector and test for longer salt length in PBE
    
    * Update docs/development/test-vectors.rst
    
    Co-authored-by: Alex Gaynor <alex.gaynor@gmail.com>
    
    ---------
    
    Co-authored-by: Alex Gaynor <alex.gaynor@gmail.com>
    
    * fixes #12949 -- added support for decrypting des-cbc-md5 keys (#12978)
    
    * add missing 45.0.0 changelog entry (#12946)
    
    * add missing 45.0.0 changelog entry
    
    @Yossarian pointed out that we missed this breaking change #12110
    
    * Update CHANGELOG.rst
    
    * oops
    
    * changelog + version bump
    
    * add pbeWithMD5AndDES-CBC test vector (#12956)
    
    * typo
    
    * fix documentation for the decrepit algorithms module (#12953)
    
    ---------
    
    Co-authored-by: Paul Kehrer <paul.l.kehrer@gmail.com>
    alex and reaperhulk authored May 25, 2025
    Configuration menu
    Copy the full SHA
    5038495 View commit details
    Browse the repository at this point in the history
Loading