Update to v46.0.3
- Removed the deprecated get_attribute_for_oid method on CertificateSigningRequest. Users should use get_attribute_for_oid() instead. - Removed the deprecated CAST5, SEED, IDEA, and Blowfish classes from the cipher module. These are still available in Decrepit cryptography. - In X.509, when performing a PSS signature with a SHA-3 hash, it is now encoded with the official NIST SHA3 OID. - Added support for free-threaded Python 3.14.
This commit is contained in:
parent
ea52558095
commit
9b487e6f58
3 changed files with 5 additions and 3 deletions
2
.gitignore
vendored
2
.gitignore
vendored
|
|
@ -75,3 +75,5 @@
|
|||
/cryptography-45.0.3-vendor.tar.bz2
|
||||
/cryptography-45.0.4.tar.gz
|
||||
/cryptography-45.0.4-vendor.tar.bz2
|
||||
/cryptography-46.0.3.tar.gz
|
||||
/cryptography-46.0.3-vendor.tar.bz2
|
||||
|
|
|
|||
|
|
@ -5,7 +5,7 @@
|
|||
%global srcname cryptography
|
||||
|
||||
Name: python-%{srcname}
|
||||
Version: 45.0.4
|
||||
Version: 46.0.3
|
||||
Release: %autorelease
|
||||
Summary: PyCA's cryptography library
|
||||
|
||||
|
|
|
|||
4
sources
4
sources
|
|
@ -1,2 +1,2 @@
|
|||
SHA512 (cryptography-45.0.4.tar.gz) = 08b35f414d81f83ee242f5d208f8aabc12dc53f1a0cbffc5be1ed7f9173e9c9863225a7eb5cff4e9f3dacf5e9fcb3e8701e33c441e1562ee13f9e3927fafb3df
|
||||
SHA512 (cryptography-45.0.4-vendor.tar.bz2) = 5ff616412e65bd342d2b98110d0b058aaa1719ddf0d1a1164b49451b8f5bc49def81cf4913b6b4c2917f28a33cef28a74ad4391b303c2e36752b81f491a4da06
|
||||
SHA512 (cryptography-46.0.3.tar.gz) = acebf5a5aead1bd7e8920239d704eb99897c3476dbdc6932d6d0d9438d41ba80c0a9501171cedf403b2fc08fd8fd07e4a871f2646666ffabfae1f46995a6b2ff
|
||||
SHA512 (cryptography-46.0.3-vendor.tar.bz2) = 39b9789bc613d8ee282c2b914eff33425edb60819133e0f4bf1d422c9f52260d9fa87483906deac809b5a9a017395b1dd1a52394a851fd72aa90d992519192f4
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue