aboutsummaryrefslogtreecommitdiffstats
path: root/CHANGELOG.rst
diff options
context:
space:
mode:
authorAlex Gaynor <alex.gaynor@gmail.com>2015-12-21 11:35:51 -0500
committerAlex Gaynor <alex.gaynor@gmail.com>2015-12-21 11:35:51 -0500
commita04e032be907759af8d5b838fc94d581c49b484a (patch)
tree8410ea4591acccad1ce1f810c13c350279ea82d1 /CHANGELOG.rst
parent394cca58a7dbd7e34d111f8c78a8f2dabda3a4b3 (diff)
parent2c91858de5fca63ee56b342d44fee73ed220d547 (diff)
downloadcryptography-a04e032be907759af8d5b838fc94d581c49b484a.tar.gz
cryptography-a04e032be907759af8d5b838fc94d581c49b484a.tar.bz2
cryptography-a04e032be907759af8d5b838fc94d581c49b484a.zip
Merge pull request #2541 from reaperhulk/crl-serialization
add a CRL public_bytes method
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 cb2934cf..71944611 100644
--- a/CHANGELOG.rst
+++ b/CHANGELOG.rst
@@ -16,6 +16,9 @@ Changelog
* :class:`~cryptography.x509.NameConstraints` are now supported in the
:class:`~cryptography.x509.CertificateBuilder` and
:class:`~cryptography.x509.CertificateSigningRequestBuilder`.
+* Support serialization of certificate revocation lists using the
+ :meth:`~cryptography.x509.CertificateRevocationList.public_bytes` method of
+ :class:`~cryptography.x509.CertificateRevocationList`.
1.1.2 - 2015-12-10
~~~~~~~~~~~~~~~~~~