aboutsummaryrefslogtreecommitdiffstats
path: root/CHANGELOG.rst
diff options
context:
space:
mode:
authorPaul Kehrer <paul.l.kehrer@gmail.com>2015-12-20 23:42:32 -0600
committerPaul Kehrer <paul.l.kehrer@gmail.com>2015-12-20 23:43:19 -0600
commit54a837d25df0ba2fa2a15238da9553e9a359bc14 (patch)
tree45d9003c882ebcdf43b0485ec3d72025777f673d /CHANGELOG.rst
parent394cca58a7dbd7e34d111f8c78a8f2dabda3a4b3 (diff)
downloadcryptography-54a837d25df0ba2fa2a15238da9553e9a359bc14.tar.gz
cryptography-54a837d25df0ba2fa2a15238da9553e9a359bc14.tar.bz2
cryptography-54a837d25df0ba2fa2a15238da9553e9a359bc14.zip
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..bcad55a3 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
+ ``public_bytes`` method of
+ :class:`~cryptography.x509.CertificateRevocationList`.
1.1.2 - 2015-12-10
~~~~~~~~~~~~~~~~~~