902f069dbc
- Update to 3.5.0 * Remove support for Python 3.8 * Added support for Python 3.12 & 3.13 * Upgrade to pyasn1 0.5.1+ * Upgrade to pytest and other dependencies * Add RTD config file to silence emailed deprecation warnings * Remove get_random_bytes from cryptography backend * Do not use utc_now on module level * Remove key data (sensitive information) from JWKError exceptions * Added possibility to call jwk.construct() with a private RSA key
Daniel Garcia2025-09-10 12:34:11 +00:00
dec5834518
- Update to 3.4.0 * Remove support for Python 3.6 and 3.7 * Added support for Python 3.10 and 3.11 * Updating CryptographyAESKey::encrypt to generate 96 bit IVs for GCM block cipher mode * Fix for PEM key comparisons caused by line lengths and new lines * Fix for CVE-2024-33664 - JWE limited to 250KiB * Fix for CVE-2024-33663 - signing JWT with public key is now forbidden * Replace usage of deprecated datetime.utcnow() with datetime.now(UTC) - Removed patches CVE-2024-33663.patch, CVE-2024-33664.patch, fix-tests-ecdsa-019.patch, and unpin-deps.patch as they have been incorporated into release 3.4.0
Nico Krapp2025-05-07 08:13:41 +00:00
144ef04ebf
Accepting request 1178245 from devel:languages:python
Ana Guerrero2024-06-03 15:44:29 +00:00