commit | 679a91484c32b5d8eda39e9c3b5c11685a94f08f | [log] [tgz] |
---|---|---|
author | Maximilian Hils <git@maximilianhils.com> | Sun Jul 31 16:43:19 2016 -0700 |
committer | Alex Gaynor <alex.gaynor@gmail.com> | Sun Jul 31 19:43:19 2016 -0400 |
tree | 2088f21b009a13b57077d1c8a0e92d675d0da3d1 | |
parent | 617fe4b487485d993def60e9e35175c8e4d229ac [diff] |
Update CHANGELOG.rst with #3063 (#3070)
diff --git a/CHANGELOG.rst b/CHANGELOG.rst index 518f57e..44f230a 100644 --- a/CHANGELOG.rst +++ b/CHANGELOG.rst
@@ -18,6 +18,8 @@ and :meth:`~cryptography.hazmat.primitives.asymmetric.ec.EllipticCurvePublicKey.verify` 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. 1.4 - 2016-06-04