aboutsummaryrefslogtreecommitdiffstats
path: root/CHANGELOG.rst
diff options
context:
space:
mode:
authorPaul Kehrer <paul.l.kehrer@gmail.com>2017-05-20 12:04:06 -0700
committerAlex Gaynor <alex.gaynor@gmail.com>2017-05-20 12:04:06 -0700
commit6fcbebd8285c485f67840533008ac465fbf62535 (patch)
treec3c4630bb25fbaf3b33f243d47152dca2fa9ed16 /CHANGELOG.rst
parent8bb9cc629b33e80a8544d7a3a2a55f96549a0259 (diff)
downloadcryptography-6fcbebd8285c485f67840533008ac465fbf62535.tar.gz
cryptography-6fcbebd8285c485f67840533008ac465fbf62535.tar.bz2
cryptography-6fcbebd8285c485f67840533008ac465fbf62535.zip
changelog entry for libre (#3556)
Diffstat (limited to 'CHANGELOG.rst')
-rw-r--r--CHANGELOG.rst2
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.