aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorPaul Kehrer <paul.l.kehrer@gmail.com>2015-12-21 11:14:34 -0600
committerPaul Kehrer <paul.l.kehrer@gmail.com>2015-12-21 11:14:34 -0600
commit18a9612e262ff8b56ded5cf82d4184e769815d58 (patch)
tree163738420fc2ee7fb0798afe42c26a7e1406d7f4
parenta04e032be907759af8d5b838fc94d581c49b484a (diff)
downloadcryptography-18a9612e262ff8b56ded5cf82d4184e769815d58.tar.gz
cryptography-18a9612e262ff8b56ded5cf82d4184e769815d58.tar.bz2
cryptography-18a9612e262ff8b56ded5cf82d4184e769815d58.zip
add changelog for CertificateRevocationList signature/tbs_certlist_bytes
-rw-r--r--CHANGELOG.rst4
1 files changed, 4 insertions, 0 deletions
diff --git a/CHANGELOG.rst b/CHANGELOG.rst
index 71944611..938c2f95 100644
--- a/CHANGELOG.rst
+++ b/CHANGELOG.rst
@@ -13,6 +13,10 @@ Changelog
:attr:`~cryptography.x509.CertificateSigningRequest.signature` and
:attr:`~cryptography.x509.CertificateSigningRequest.tbs_certrequest_bytes`
attributes.
+* The :class:`~cryptography.x509.CertificateRevocationList` class now has
+ :attr:`~cryptography.x509.CertificateRevocationList.signature` and
+ :attr:`~cryptography.x509.CertificateRevocationList.tbs_certlist_bytes`
+ attributes.
* :class:`~cryptography.x509.NameConstraints` are now supported in the
:class:`~cryptography.x509.CertificateBuilder` and
:class:`~cryptography.x509.CertificateSigningRequestBuilder`.