aboutsummaryrefslogtreecommitdiffstats
path: root/CHANGELOG.rst
diff options
context:
space:
mode:
authorAlex Gaynor <alex.gaynor@gmail.com>2017-05-20 13:23:15 -0700
committerPaul Kehrer <paul.l.kehrer@gmail.com>2017-05-20 13:23:15 -0700
commit2240ba2d9bf3d0bb81b30d2901304983f8a0983e (patch)
tree262926532456b932267644215da5357aaf78038e /CHANGELOG.rst
parent6fcbebd8285c485f67840533008ac465fbf62535 (diff)
downloadcryptography-2240ba2d9bf3d0bb81b30d2901304983f8a0983e.tar.gz
cryptography-2240ba2d9bf3d0bb81b30d2901304983f8a0983e.tar.bz2
cryptography-2240ba2d9bf3d0bb81b30d2901304983f8a0983e.zip
Dropped support for really old macOS (#3554)
* Dropped support for really old macOS Fixes #3503 * literally, how does spelling
Diffstat (limited to 'CHANGELOG.rst')
-rw-r--r--CHANGELOG.rst7
1 files changed, 4 insertions, 3 deletions
diff --git a/CHANGELOG.rst b/CHANGELOG.rst
index 2961ead5..176ad3c0 100644
--- a/CHANGELOG.rst
+++ b/CHANGELOG.rst
@@ -6,15 +6,16 @@ Changelog
.. note:: This version is not yet released and is under active development.
-* Add support for providing ``tag`` during
- :class:`~cryptography.hazmat.primitives.ciphers.modes.GCM` finalization via
- :meth:`~cryptography.hazmat.primitives.ciphers.AEADDecryptionContext.finalize_with_tag`.
* **BACKWARDS INCOMPATIBLE:** Elliptic Curve signature verification no long
returns ``True`` on success. This brings it in line with the interface's
documentation, and our intent. The correct way to use
:meth:`~cryptography.hazmat.primitives.asymmetric.ec.EllipticCurvePublicKey.verify`
has always been to check whether or not
:class:`~cryptography.exceptions.InvalidSignature` was raised.
+* **BACKWARDS INCOMPATIBLE:** Dropped support for macOS 10.7 and 10.8.
+* Add support for providing ``tag`` during
+ :class:`~cryptography.hazmat.primitives.ciphers.modes.GCM` finalization via
+ :meth:`~cryptography.hazmat.primitives.ciphers.AEADDecryptionContext.finalize_with_tag`.
* Fixed an issue preventing ``cryptography`` from compiling against
LibreSSL 2.5.x.
* Accessing an unrecognized extension marked critical on an X.509 object will