aboutsummaryrefslogtreecommitdiffstats
path: root/CHANGELOG.rst
diff options
context:
space:
mode:
authorFraser Tweedale <frase@frase.id.au>2016-11-07 15:54:04 +1000
committerPaul Kehrer <paul.l.kehrer@gmail.com>2016-11-07 13:54:04 +0800
commit02467dda61be0413413bc88a85e0290ca7001847 (patch)
tree6c2a9db57e8e86c8c5325f53069a4a5ede8aa655 /CHANGELOG.rst
parente51236d7c0b5432f3e79fc025de6c9c8eb28f210 (diff)
downloadcryptography-02467dda61be0413413bc88a85e0290ca7001847.tar.gz
cryptography-02467dda61be0413413bc88a85e0290ca7001847.tar.bz2
cryptography-02467dda61be0413413bc88a85e0290ca7001847.zip
Make DistributionPoint relative_name a set of NameAttribute (#3210)
* Add RelativeDistinguishedName class * Make relative_name a RelativeDistinguishedName DistributionPoint relative_name is currently a Name but RFC 5280 defines it as RelativeDistinguishedName, i.e. a non-empty SET OF name attributes. Change the DistributionPoint relative_name attribute to be a RelativeDistinguishedName.
Diffstat (limited to 'CHANGELOG.rst')
-rw-r--r--CHANGELOG.rst6
1 files changed, 6 insertions, 0 deletions
diff --git a/CHANGELOG.rst b/CHANGELOG.rst
index 1b81312f..40ea4a64 100644
--- a/CHANGELOG.rst
+++ b/CHANGELOG.rst
@@ -26,6 +26,12 @@ 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 :class:`~cryptography.x509.RelativeDistinguishedName`
+* :class:`~cryptography.x509.DistributionPoint` now accepts
+ :class:`~cryptography.x509.RelativeDistinguishedName` for
+ :attr:`~cryptography.x509.DistributionPoint.relative_name`.
+ Deprecated use of :class:`~cryptography.x509.Name` as
+ :attr:`~cryptography.x509.DistributionPoint.relative_name`.
1.5.3 - 2016-11-05
~~~~~~~~~~~~~~~~~~