Skip to content

Commit 412c614

Browse files
committed
added back changelog
1 parent 3d302fd commit 412c614

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

CHANGELOG.rst

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,12 @@ Changelog
1515
* Removed the deprecated ``CAST5``, ``SEED``, ``IDEA``, and ``Blowfish``
1616
classes from the cipher module. These are still available in
1717
:doc:`/hazmat/decrepit/index`.
18+
* Added support for PKCS7 decryption & encryption using AES-256 as content algorithm,
19+
in addition to AES-128.
20+
* Added basic support for PKCS7 verification (including S/MIME 3.2) via
21+
:func:`~cryptography.hazmat.primitives.serialization.pkcs7.pkcs7_verify_der`,
22+
:func:`~cryptography.hazmat.primitives.serialization.pkcs7.pkcs7_verify_pem`, and
23+
:func:`~cryptography.hazmat.primitives.serialization.pkcs7.pkcs7_verify_smime`.
1824

1925
.. _v45-0-4:
2026

0 commit comments

Comments
 (0)