Update to v45.0.3

This fixes two issues from v45:

  - Fixed decrypting PKCS#8 files encrypted with long salts (this impacts keys encrypted by Bouncy Castle).
  - Fixed decrypting PKCS#8 files encrypted with DES-CBC-MD5. While wildly insecure, this remains prevalent.
This commit is contained in:
Jeremy Cline 2025-05-25 12:49:30 -04:00
commit adc63ac786
No known key found for this signature in database
3 changed files with 5 additions and 3 deletions

2
.gitignore vendored
View file

@ -71,3 +71,5 @@
/cryptography-44.0.0-vendor.tar.bz2
/cryptography-45.0.2.tar.gz
/cryptography-45.0.2-vendor.tar.bz2
/cryptography-45.0.3.tar.gz
/cryptography-45.0.3-vendor.tar.bz2