File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -27,9 +27,9 @@ Changelog
27
27
when using OpenSSL 3.2.0+.
28
28
* Added support for the :class: `~cryptography.x509.Admissions ` certificate extension.
29
29
* Added basic support for PKCS7 decryption (including S/MIME 3.2) via
30
- :class : `~cryptography.hazmat.primitives.serialization.pkcs7.pkcs7_decrypt_der `,
31
- :class : `~cryptography.hazmat.primitives.serialization.pkcs7.pkcs7_decrypt_pem `, and
32
- :class : `~cryptography.hazmat.primitives.serialization.pkcs7.pkcs7_decrypt_smime `.
30
+ :func : `~cryptography.hazmat.primitives.serialization.pkcs7.pkcs7_decrypt_der `,
31
+ :func : `~cryptography.hazmat.primitives.serialization.pkcs7.pkcs7_decrypt_pem `, and
32
+ :func : `~cryptography.hazmat.primitives.serialization.pkcs7.pkcs7_decrypt_smime `.
33
33
34
34
.. _v43-0-3 :
35
35
You can’t perform that action at this time.
0 commit comments