Update to v46.0.6
This includes a single fix for security issue: * **SECURITY ISSUE**: Fixed a bug where name constraints were not applied to peer names during verification when the leaf certificate contains a wildcard DNS SAN. Ordinary X.509 topologies are not affected by this bug, including those used by the Web PKI. Credit to **Oleh Konko (1seal)** for reporting the issue. **CVE-2026-34073**
This commit is contained in:
parent
09809af65a
commit
a9ab9d1bf7
3 changed files with 5 additions and 3 deletions
2
.gitignore
vendored
2
.gitignore
vendored
|
|
@ -79,3 +79,5 @@
|
|||
/cryptography-46.0.3-vendor.tar.bz2
|
||||
/cryptography-46.0.5-vendor.tar.bz2
|
||||
/cryptography-46.0.5.tar.gz
|
||||
/cryptography-46.0.6.tar.gz
|
||||
/cryptography-46.0.6-vendor.tar.bz2
|
||||
|
|
|
|||
|
|
@ -5,7 +5,7 @@
|
|||
%global srcname cryptography
|
||||
|
||||
Name: python-%{srcname}
|
||||
Version: 46.0.5
|
||||
Version: 46.0.6
|
||||
Release: %autorelease
|
||||
Summary: PyCA's cryptography library
|
||||
|
||||
|
|
|
|||
4
sources
4
sources
|
|
@ -1,2 +1,2 @@
|
|||
SHA512 (cryptography-46.0.5-vendor.tar.bz2) = 39b9789bc613d8ee282c2b914eff33425edb60819133e0f4bf1d422c9f52260d9fa87483906deac809b5a9a017395b1dd1a52394a851fd72aa90d992519192f4
|
||||
SHA512 (cryptography-46.0.5.tar.gz) = 061755bb07524edfc16890cd319396f509f1a7d265e6b8d323d701a94b26c990a2b91c1b6618276483fe13cf7868264e1b74ae88d7b50553ae98b8cc01e9c870
|
||||
SHA512 (cryptography-46.0.6.tar.gz) = b95414373ffbb9e36f6989c43fd897ea7f7f727af023787846abcc03ec08388a0076b8238d47788bdfbe1c190dcb271bb72bab5b7d4cbc10029ca7b858f47ee5
|
||||
SHA512 (cryptography-46.0.6-vendor.tar.bz2) = bdf0ebcc207de80c1e1783b488eb06612e05b108487927c5b418c5cb154b19b180cf3db851f846fdce397153b1c56c0c0d930f3898ceedf327aed642c63e8735
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue