From b94cacf2ae6e75e4007a79709bbf5360435b512d Mon Sep 17 00:00:00 2001 From: Alex Gaynor Date: Sun, 6 Nov 2016 01:27:20 -0400 Subject: Forward port the 1.5.3 changelog (#3218) --- CHANGELOG.rst | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/CHANGELOG.rst b/CHANGELOG.rst index c9fa42cb..1b81312f 100644 --- a/CHANGELOG.rst +++ b/CHANGELOG.rst @@ -27,6 +27,13 @@ Changelog * Added support for encoding ``IPv4Network`` and ``IPv6Network`` in X.509 certificates for use with :class:`~cryptography.x509.NameConstraints`. +1.5.3 - 2016-11-05 +~~~~~~~~~~~~~~~~~~ + +* **SECURITY ISSUE**: Fixed a bug where ``HKDF`` would return an empty + byte-string if used with a ``length`` less than ``algorithm.digest_size``. + Credit to **Markus Döring** for reporting the issue. + 1.5.2 - 2016-09-26 ~~~~~~~~~~~~~~~~~~ -- cgit v1.2.3