We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 410f4a1 commit 7ea4b89Copy full SHA for 7ea4b89
CHANGELOG.rst
@@ -31,9 +31,9 @@ Changelog
31
* Added support for obtaining X.509 certificate revocation list signature
32
algorithm parameters (including PSS) via
33
:meth:`~cryptography.x509.CertificateRevocationList.signature_algorithm_parameters`.
34
-* Added `mgf` property to
+* Added ``mgf`` property to
35
:class:`~cryptography.hazmat.primitives.asymmetric.padding.PSS`.
36
-* Added `algorithm` and `mgf` properties to
+* Added ``algorithm`` and ``mgf`` properties to
37
:class:`~cryptography.hazmat.primitives.asymmetric.padding.OAEP`.
38
* Added the following properties that return timezone-aware ``datetime`` objects:
39
:meth:`~cryptography.x509.Certificate.not_valid_before_utc`,
0 commit comments