aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorPaul Kehrer <paul.l.kehrer@gmail.com>2015-12-03 22:19:30 -0600
committerPaul Kehrer <paul.l.kehrer@gmail.com>2015-12-03 22:19:58 -0600
commit80dc7521fbf781372851287b8d5fd5079e1a4bcc (patch)
tree1c90325ede5b706b22509656d64b73b71885e13a
parentab209394e8df273763132a44a5690b551493e94a (diff)
downloadcryptography-80dc7521fbf781372851287b8d5fd5079e1a4bcc.tar.gz
cryptography-80dc7521fbf781372851287b8d5fd5079e1a4bcc.tar.bz2
cryptography-80dc7521fbf781372851287b8d5fd5079e1a4bcc.zip
changelog entry
-rw-r--r--CHANGELOG.rst4
1 files changed, 4 insertions, 0 deletions
diff --git a/CHANGELOG.rst b/CHANGELOG.rst
index b6ea93f8..06d19549 100644
--- a/CHANGELOG.rst
+++ b/CHANGELOG.rst
@@ -9,6 +9,10 @@ Changelog
* The :class:`~cryptography.x509.Certificate` class now has
:attr:`~cryptography.x509.Certificate.signature` and
:attr:`~cryptography.x509.Certificate.tbs_certificate_bytes` attributes.
+* The :class:`~cryptography.x509.CertificateSigningRequest` class now has
+ :attr:`~cryptography.x509.CertificateSigningRequest.signature` and
+ :attr:`~cryptography.x509.CertificateSigningRequest.tbs_certrequest_bytes`
+ attributes.
* :class:`~cryptography.x509.NameConstraints` are now supported in the
:class:`~cryptography.x509.CertificateBuilder` and
:class:`~cryptography.x509.CertificateSigningRequestBuilder`.