aboutsummaryrefslogtreecommitdiffstats
path: root/CHANGELOG.rst
diff options
context:
space:
mode:
authorInvalidInterrupt <InvalidInterrupt@users.noreply.github.com>2016-08-16 19:39:31 -0700
committerAlex Gaynor <alex.gaynor@gmail.com>2016-08-16 22:39:31 -0400
commit8e66ca6813016d9fc6f57d5f1e50530fc39f78ae (patch)
tree630a57899cf44a6c98f7928c065da04f16504267 /CHANGELOG.rst
parentdcbd220ee6b4e23f292897e1d6b1e26004ecfd64 (diff)
downloadcryptography-8e66ca6813016d9fc6f57d5f1e50530fc39f78ae.tar.gz
cryptography-8e66ca6813016d9fc6f57d5f1e50530fc39f78ae.tar.bz2
cryptography-8e66ca6813016d9fc6f57d5f1e50530fc39f78ae.zip
CertificateBuilder accepts aware datetimes for not_valid_after and not_valid_before (#2920)
* CertificateBuilder accepts aware datetimes for not_valid_after and not_valid_before These functions now accept aware datetimes and convert them to UTC * Added pytz to test requirements * Correct pep8 error and improve Changelog wording * Improve tests and clarify changelog message * Trim Changelog line length * Allow RevokedCertificateBuilder and CertificateRevocationListBuilder to accept aware datetimes * Fix accidental changelog entry
Diffstat (limited to 'CHANGELOG.rst')
-rw-r--r--CHANGELOG.rst4
1 files changed, 4 insertions, 0 deletions
diff --git a/CHANGELOG.rst b/CHANGELOG.rst
index 44f230ad..fad6454e 100644
--- a/CHANGELOG.rst
+++ b/CHANGELOG.rst
@@ -20,6 +20,10 @@ Changelog
methods to ECDSA keys.
* Switched back to the older callback model on Python 3.5 in order to mitigate
the locking callback problem with OpenSSL <1.1.0.
+* :class:`~cryptography.x509.CertificateBuilder`,
+ :class:`~cryptography.x509.CertificateRevocationListBuilder`, and
+ :class:`~cryptography.x509.RevokedCertificateBuilder` now accept timezone
+ aware ``datetime`` objects as method arguments
1.4 - 2016-06-04