From ce98ee6075399343ee4580dc334e6bc38bfbc221 Mon Sep 17 00:00:00 2001 From: Paul Kehrer Date: Wed, 21 Jun 2017 06:59:58 -1000 Subject: update docs and and changelog for #612 (#639) * update docs and and changelog for #612 * update changelog * more detail --- CHANGELOG.rst | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'CHANGELOG.rst') diff --git a/CHANGELOG.rst b/CHANGELOG.rst index 62335a8..5bd844c 100644 --- a/CHANGELOG.rst +++ b/CHANGELOG.rst @@ -15,6 +15,11 @@ Backward-incompatible changes: - Removed the deprecated ``OpenSSL.rand.egd`` function. Applications should prefer ``os.urandom()`` for random number generation. `#630 `_ +- Fixed a bug with ``ASN1_TIME`` casting in ``X509.set_notBefore``, + ``X509.set_notAfter``, ``Revoked.set_rev_date``, ``Revoked.set_nextUpdate``, + and ``Revoked.set_lastUpdate``. You must now pass times in the form + ``YYYYMMDDhhmmssZ``. ``YYYYMMDDhhmmss+hhmm`` and ``YYYYMMDDhhmmss-hhmm`` + will no longer work. `#612 `_ Deprecations: -- cgit v1.2.1