diff options
author | Maximilian Hils <git@maximilianhils.com> | 2016-07-31 16:43:19 -0700 |
---|---|---|
committer | Alex Gaynor <alex.gaynor@gmail.com> | 2016-07-31 19:43:19 -0400 |
commit | 679a91484c32b5d8eda39e9c3b5c11685a94f08f (patch) | |
tree | 2088f21b009a13b57077d1c8a0e92d675d0da3d1 | |
parent | 617fe4b487485d993def60e9e35175c8e4d229ac (diff) | |
download | cryptography-679a91484c32b5d8eda39e9c3b5c11685a94f08f.tar.gz cryptography-679a91484c32b5d8eda39e9c3b5c11685a94f08f.tar.bz2 cryptography-679a91484c32b5d8eda39e9c3b5c11685a94f08f.zip |
Update CHANGELOG.rst with #3063 (#3070)
-rw-r--r-- | CHANGELOG.rst | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/CHANGELOG.rst b/CHANGELOG.rst index 518f57ec..44f230ad 100644 --- a/CHANGELOG.rst +++ b/CHANGELOG.rst @@ -18,6 +18,8 @@ Changelog 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 |