aboutsummaryrefslogtreecommitdiffstats
path: root/CHANGELOG.rst
diff options
context:
space:
mode:
authorPaul Kehrer <paul.l.kehrer@gmail.com>2016-11-13 14:30:11 -0800
committerAlex Gaynor <alex.gaynor@gmail.com>2016-11-13 17:30:11 -0500
commit3a15b03e92c9fdeadff04ddd2ce505028b279b86 (patch)
treee314732deed27d3f3f4dba9b4c1f40dcca3e54fa /CHANGELOG.rst
parentd862933de5c344fcdf99ab2f43f3bf8da65f3e41 (diff)
downloadcryptography-3a15b03e92c9fdeadff04ddd2ce505028b279b86.tar.gz
cryptography-3a15b03e92c9fdeadff04ddd2ce505028b279b86.tar.bz2
cryptography-3a15b03e92c9fdeadff04ddd2ce505028b279b86.zip
Add a bytes method to get the DER ASN.1 encoding of an X509 name. (#3236)
* Add a bytes method to get the DER ASN.1 encoding of an X509 name. This is useful for creating an OpenSSL style subject_name_hash (#3011) * add to backend interface and update multibackend * bytes -> public_bytes
Diffstat (limited to 'CHANGELOG.rst')
-rw-r--r--CHANGELOG.rst1
1 files changed, 1 insertions, 0 deletions
diff --git a/CHANGELOG.rst b/CHANGELOG.rst
index 1c92cebf..9ca4c120 100644
--- a/CHANGELOG.rst
+++ b/CHANGELOG.rst
@@ -26,6 +26,7 @@ Changelog
:meth:`~cryptography.x509.random_serial_number`.
* Added support for encoding ``IPv4Network`` and ``IPv6Network`` in X.509
certificates for use with :class:`~cryptography.x509.NameConstraints`.
+* Added :meth:`~cryptography.x509.Name.public_bytes`.
* Added :class:`~cryptography.x509.RelativeDistinguishedName`
* :class:`~cryptography.x509.DistributionPoint` now accepts
:class:`~cryptography.x509.RelativeDistinguishedName` for