diff options
author | Jeff Forcier <jeff@bitprophet.org> | 2025-02-03 21:33:51 -0500 |
---|---|---|
committer | Jeff Forcier <jeff@bitprophet.org> | 2025-02-03 21:33:51 -0500 |
commit | 1d9e49613b53268e07108ddf0f4326a2c925ffc2 (patch) | |
tree | a951ef184c0d20b5ebbcbe3352e47f8a41bfee20 | |
parent | 3acc7906d25189b11219a7472e1532fa3ad9a1d9 (diff) |
Changelog re #2490, closes #2490
-rw-r--r-- | sites/www/changelog.rst | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/sites/www/changelog.rst b/sites/www/changelog.rst index 2dca09c7..4c6a61e3 100644 --- a/sites/www/changelog.rst +++ b/sites/www/changelog.rst @@ -2,6 +2,9 @@ Changelog ========= +- :bug:`2490` Private key material is now explicitly 'unpadded' during + decryption, removing a reliance on some lax OpenSSL behavior & making us + compatible with future Cryptography releases. Patch courtesy of Alex Gaynor. - :release:`3.5.0 <2024-09-15>` - :feature:`982` (via :issue:`2444`, which was a rebase of :issue:`2157`) Add support for AES-GCM encryption ciphers (128 and 256 bit variants). Thanks to |