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

View file

@ -5,7 +5,7 @@
%global srcname cryptography
Name: python-%{srcname}
Version: 45.0.2
Version: 45.0.3
Release: %autorelease
Summary: PyCA's cryptography library