diff options
author | Paul Kehrer <paul.l.kehrer@gmail.com> | 2017-05-20 12:04:06 -0700 |
---|---|---|
committer | Alex Gaynor <alex.gaynor@gmail.com> | 2017-05-20 12:04:06 -0700 |
commit | 6fcbebd8285c485f67840533008ac465fbf62535 (patch) | |
tree | c3c4630bb25fbaf3b33f243d47152dca2fa9ed16 | |
parent | 8bb9cc629b33e80a8544d7a3a2a55f96549a0259 (diff) | |
download | cryptography-6fcbebd8285c485f67840533008ac465fbf62535.tar.gz cryptography-6fcbebd8285c485f67840533008ac465fbf62535.tar.bz2 cryptography-6fcbebd8285c485f67840533008ac465fbf62535.zip |
changelog entry for libre (#3556)
-rw-r--r-- | CHANGELOG.rst | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/CHANGELOG.rst b/CHANGELOG.rst index 5b4ec1ef..2961ead5 100644 --- a/CHANGELOG.rst +++ b/CHANGELOG.rst @@ -15,6 +15,8 @@ Changelog :meth:`~cryptography.hazmat.primitives.asymmetric.ec.EllipticCurvePublicKey.verify` has always been to check whether or not :class:`~cryptography.exceptions.InvalidSignature` was raised. +* Fixed an issue preventing ``cryptography`` from compiling against + LibreSSL 2.5.x. * Accessing an unrecognized extension marked critical on an X.509 object will no longer raise an ``UnsupportedExtension`` exception, instead an :class:`~cryptography.x509.UnrecognizedExtension` object will be returned. |