aboutsummaryrefslogtreecommitdiffstats
path: root/CHANGELOG.rst
diff options
context:
space:
mode:
authorThomas Erbesdobler <t.erbesdobler@gmx.de>2020-03-03 03:26:07 +0100
committerGitHub <noreply@github.com>2020-03-02 21:26:07 -0500
commited71c5cc07e4a0bb7a58f4e0731e5af3d4d4aa53 (patch)
tree4dd0830c94c9ecbe908a8a078b6851f5c60bca6d /CHANGELOG.rst
parentd12fd8d1c2851cec4af76d77b9ef7beaa83e837c (diff)
downloadcryptography-ed71c5cc07e4a0bb7a58f4e0731e5af3d4d4aa53.tar.gz
cryptography-ed71c5cc07e4a0bb7a58f4e0731e5af3d4d4aa53.tar.bz2
cryptography-ed71c5cc07e4a0bb7a58f4e0731e5af3d4d4aa53.zip
Reversed the order of RDNs in x509.Name.rfc4514_string() (#5120)
RFC4514 requires in section 2.1 that RDNs are converted to string representation in reversed order.
Diffstat (limited to 'CHANGELOG.rst')
-rw-r--r--CHANGELOG.rst3
1 files changed, 3 insertions, 0 deletions
diff --git a/CHANGELOG.rst b/CHANGELOG.rst
index 31430d75..d7e1770b 100644
--- a/CHANGELOG.rst
+++ b/CHANGELOG.rst
@@ -20,6 +20,9 @@ Changelog
* Added support for parsing
:attr:`~cryptography.x509.ocsp.OCSPResponse.single_extensions` in an OCSP
response.
+* **BACKWARDS INCOMPATIBLE:** Reversed the order in which
+ :meth:`~cryptography.x509.Name.rfc4514_string` returns the RDNs as required by
+ RFC4514.
.. _v2-8: