From 679a91484c32b5d8eda39e9c3b5c11685a94f08f Mon Sep 17 00:00:00 2001 From: Maximilian Hils Date: Sun, 31 Jul 2016 16:43:19 -0700 Subject: Update CHANGELOG.rst with #3063 (#3070) --- CHANGELOG.rst | 2 ++ 1 file changed, 2 insertions(+) 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 -- cgit v1.2.3