summaryrefslogtreecommitdiff
path: root/CHANGELOG.rst
diff options
context:
space:
mode:
authorPaul Kehrer <paul.l.kehrer@gmail.com>2017-06-21 06:59:58 -1000
committerAlex Gaynor <alex.gaynor@gmail.com>2017-06-21 12:59:58 -0400
commitce98ee6075399343ee4580dc334e6bc38bfbc221 (patch)
tree57f230b413b9bdcc3785825c974f8faf15733ede /CHANGELOG.rst
parent80b25efa407f15c1c21323b7e512e2e051c0f5e3 (diff)
downloadpyopenssl-ce98ee6075399343ee4580dc334e6bc38bfbc221.tar.gz
update docs and and changelog for #612 (#639)
* update docs and and changelog for #612 * update changelog * more detail
Diffstat (limited to 'CHANGELOG.rst')
-rw-r--r--CHANGELOG.rst5
1 files changed, 5 insertions, 0 deletions
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 <https://github.com/pyca/pyopenssl/pull/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 <https://github.com/pyca/pyopenssl/pull/612>`_
Deprecations: