2024-11-28 11:31:24 by Adam Ciarcinski | Files touched by this commit (8) | |
Log message: py-cryptography py-cryptography_vectors: updated to 44.0.0 44.0.0 - 2024-11-27 * **BACKWARDS INCOMPATIBLE:** Dropped support for LibreSSL < 3.9. * Deprecated Python 3.7 support. Python 3.7 is no longer supported by the Python core team. Support for Python 3.7 will be removed in a future ``cryptography`` release. * Updated Windows, macOS, and Linux wheels to be compiled with OpenSSL 3.4.0. * macOS wheels are now built against the macOS 10.13 SDK. Users on older versions of macOS should upgrade, or they will need to build ``cryptography`` themselves. * Enforce the :rfc:`5280` requirement that extended key usage extensions must not be empty. * Added support for timestamp extraction to the :class:`~cryptography.fernet.MultiFernet` class. * Relax the Authority Key Identifier requirements on root CA certificates during X.509 verification to allow fields permitted by :rfc:`5280` but forbidden by the CA/Browser BRs. * Added support for :class:`~cryptography.hazmat.primitives.kdf.argon2.Argon2id` when using OpenSSL 3.2.0+. * Added support for the :class:`~cryptography.x509.Admissions` certificate extension. * Added basic support for PKCS7 decryption (including S/MIME 3.2) via :func:`~cryptography.hazmat.primitives.serialization.pkcs7.pkcs7_decrypt_der`, :func:`~cryptography.hazmat.primitives.serialization.pkcs7.pkcs7_decrypt_pem`, and :func:`~cryptography.hazmat.primitives.serialization.pkcs7.pkcs7_decrypt_smime`. |
2024-10-19 07:47:44 by Adam Ciarcinski | Files touched by this commit (5) | |
Log message: py-cryptography py-cryptography_vectors: updated to 43.0.3 43.0.3 - 2024-10-18 * Fixed release metadata for ``cryptography-vectors`` 43.0.2 - 2024-10-18 * Fixed compilation when using LibreSSL 4.0.0. |
2024-09-04 07:03:35 by Adam Ciarcinski | Files touched by this commit (5) | |
Log message: py-cryptography py-cryptography_vectors: updated to 43.0.1 43.0.1 - 2024-09-03 * Updated Windows, macOS, and Linux wheels to be compiled with OpenSSL 3.3.2. |
2024-07-21 11:12:59 by Thomas Klausner | Files touched by this commit (3) | |
Log message: py-cryptography_vectors: update to 43.0.0. Update for py-cryptography-43.0. |
2024-06-05 09:26:46 by Adam Ciarcinski | Files touched by this commit (4) | |
Log message: py-cryptography py-cryptography_vectors: updated to 42.0.8 42.0.8 - 2024-06-04 * Updated Windows, macOS, and Linux wheels to be compiled with OpenSSL 3.2.2. |
2024-05-07 05:45:29 by Adam Ciarcinski | Files touched by this commit (4) | |
Log message: py-cryptography py-cryptography_vectors: updated to 42.0.7 42.0.7 - 2024-05-06 * Restored Windows 7 compatibility for our pre-built wheels. Note that we do not test on Windows 7 and wheels for our next release will not support it. Microsoft no longer provides support for Windows 7 and users are encouraged to upgrade. |
2024-05-05 15:50:56 by Adam Ciarcinski | Files touched by this commit (2) | |
Log message: py-cryptography_vectors: updated to 42.0.6 Sync with py-cryptography |
2024-02-25 16:54:58 by Thomas Klausner | Files touched by this commit (5) | |
Log message: py-cryptography*: update to 42.0.5 42.0.5 - 2024-02-23 ~~~~~~~~~~~~~~~~~~~ * Limit the number of name constraint checks that will be performed in :mod:`X.509 path validation <cryptography.x509.verification>` to protect against denial of service attacks. * Upgrade ``pyo3`` version, which fixes building on PowerPC. |
2024-02-21 07:42:24 by Adam Ciarcinski | Files touched by this commit (4) | |
Log message: py-cryptography py-cryptography_vectors: updated to 42.0.4 42.0.4 - 2024-02-20 * Fixed a null-pointer-dereference and segfault that could occur when creating a PKCS#12 bundle. Credit to **Alexander-Programming** for reporting the issue. **CVE-2024-26130** * Fixed ASN.1 encoding for PKCS7/SMIME signed messages. The fields \ ``SMIMECapabilities`` and ``SignatureAlgorithmIdentifier`` should now be correctly encoded according \ to the definitions in :rfc:`2633` :rfc:`3370`. |
2024-02-16 20:10:49 by Adam Ciarcinski | Files touched by this commit (4) | |
Log message: py-cryptography[_vectors]: updated to 42.0.3 42.0.3 - 2024-02-15 * Fixed an initialization issue that caused key loading failures for some users. |