diff options
author | Alex Gaynor <alex.gaynor@gmail.com> | 2015-12-21 12:57:05 -0500 |
---|---|---|
committer | Alex Gaynor <alex.gaynor@gmail.com> | 2015-12-21 12:57:05 -0500 |
commit | 1f32f2d28fd67e0671d2710c550c1044b7588acc (patch) | |
tree | 163738420fc2ee7fb0798afe42c26a7e1406d7f4 | |
parent | a04e032be907759af8d5b838fc94d581c49b484a (diff) | |
parent | 18a9612e262ff8b56ded5cf82d4184e769815d58 (diff) | |
download | cryptography-1f32f2d28fd67e0671d2710c550c1044b7588acc.tar.gz cryptography-1f32f2d28fd67e0671d2710c550c1044b7588acc.tar.bz2 cryptography-1f32f2d28fd67e0671d2710c550c1044b7588acc.zip |
Merge pull request #2542 from reaperhulk/missing-docs
add changelog for CertificateRevocationList signature/tbs_certlist_bytes
-rw-r--r-- | CHANGELOG.rst | 4 |
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`. |