From a22964a3065faa6f704110386ea7e0e5236e42a9 Mon Sep 17 00:00:00 2001 From: Paul Kehrer Date: Sat, 10 Dec 2016 09:15:41 -0600 Subject: add changelog entry for osrandom (#3298) --- CHANGELOG.rst | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/CHANGELOG.rst b/CHANGELOG.rst index 0d2801ba..e1158d8c 100644 --- a/CHANGELOG.rst +++ b/CHANGELOG.rst @@ -10,6 +10,10 @@ Changelog will need to upgrade. * Added support for Diffie-Hellman key exchange using :meth:`~cryptography.hazmat.primitives.asymmetric.dh.DHPrivateKeyWithSerialization.exchange` +* The OS random engine for OpenSSL has been rewritten to improve compatibility + with embedded Python and other edge cases. More information about this change + can be found in the + `pull request `_. 1.6 - 2016-11-22 ~~~~~~~~~~~~~~~~ -- cgit v1.2.3