aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAlex Gaynor <alex.gaynor@gmail.com>2019-01-18 13:14:59 -0500
committerPaul Kehrer <paul.l.kehrer@gmail.com>2019-01-18 12:14:59 -0600
commitbef31146c3b12443fafdd1ef1a6a3c4519c60661 (patch)
treebe081d7044f64ac816a9e2e6034370a34276513d
parentd7c0c14922d4abab1e7ecd3de1b7f3ce08e77ef5 (diff)
downloadplatform_external_python_cryptography-bef31146c3b12443fafdd1ef1a6a3c4519c60661.tar.gz
platform_external_python_cryptography-bef31146c3b12443fafdd1ef1a6a3c4519c60661.tar.bz2
platform_external_python_cryptography-bef31146c3b12443fafdd1ef1a6a3c4519c60661.zip
Fixed #4700 -- linkify method in changelog (#4715)
* Fixed #4700 -- linkify method in changelog * fixed linkification * oxford comma * line length
-rw-r--r--CHANGELOG.rst10
1 files changed, 6 insertions, 4 deletions
diff --git a/CHANGELOG.rst b/CHANGELOG.rst
index bf4278c8..5acc0503 100644
--- a/CHANGELOG.rst
+++ b/CHANGELOG.rst
@@ -29,10 +29,12 @@ Changelog
* Added initial support for parsing PKCS12 files with
:func:`~cryptography.hazmat.primitives.serialization.pkcs12.load_key_and_certificates`.
* Added support for :class:`~cryptography.x509.IssuingDistributionPoint`.
-* Added `rfc4514_string()` method to :class:`~cryptography.x509.Name`,
- :class:`~cryptography.x509.RelativeDistinguishedName` and
- :class:`~cryptography.x509.NameAttribute` to format the name or component as
- a RFC 4514 Distinguished Name string.
+* Added ``rfc4514_string()`` method to
+ :meth:`x509.Name <cryptography.x509.Name.rfc4514_string>`,
+ :meth:`x509.RelativeDistinguishedName
+ <cryptography.x509.RelativeDistinguishedName.rfc4514_string>`, and
+ :meth:`x509.NameAttribute <cryptography.x509.NameAttribute.rfc4514_string>`
+ to format the name or component an :rfc:`4514` Distinguished Name string.
* Added
:meth:`~cryptography.hazmat.primitives.asymmetric.ec.EllipticCurvePublicKey.from_encoded_point`,
which immediately checks if the point is on the curve and supports compressed