aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorPaul Kehrer <paul.l.kehrer@gmail.com>2015-12-02 23:45:42 -0600
committerPaul Kehrer <paul.l.kehrer@gmail.com>2015-12-02 23:45:42 -0600
commit756d7d2efaee701b6979cd54a24ab1e892759d44 (patch)
tree74c390d4f52540e7471d160da69180167228555e
parentc65393798c1b22cd39542d5ca10e0023b84537b2 (diff)
downloadcryptography-756d7d2efaee701b6979cd54a24ab1e892759d44.tar.gz
cryptography-756d7d2efaee701b6979cd54a24ab1e892759d44.tar.bz2
cryptography-756d7d2efaee701b6979cd54a24ab1e892759d44.zip
this is also supported in the CSRBuilder
-rw-r--r--CHANGELOG.rst3
1 files changed, 2 insertions, 1 deletions
diff --git a/CHANGELOG.rst b/CHANGELOG.rst
index 4573a474..b6ea93f8 100644
--- a/CHANGELOG.rst
+++ b/CHANGELOG.rst
@@ -10,7 +10,8 @@ Changelog
:attr:`~cryptography.x509.Certificate.signature` and
:attr:`~cryptography.x509.Certificate.tbs_certificate_bytes` attributes.
* :class:`~cryptography.x509.NameConstraints` are now supported in the
- :class:`~cryptography.x509.CertificateBuilder`.
+ :class:`~cryptography.x509.CertificateBuilder` and
+ :class:`~cryptography.x509.CertificateSigningRequestBuilder`.
1.1.1 - 2015-11-19
~~~~~~~~~~~~~~~~~~