aboutsummaryrefslogtreecommitdiffstats
path: root/CHANGELOG.rst
diff options
context:
space:
mode:
authorPaul Kehrer <paul.l.kehrer@gmail.com>2018-05-25 05:45:25 +0800
committerAlex Gaynor <alex.gaynor@gmail.com>2018-05-24 17:45:25 -0400
commitafdbfb13780fb78e7b277b9de07e7636ba9c5119 (patch)
treef3fb8a52ffd0c2910f16672049600677ecd5dfd6 /CHANGELOG.rst
parent0a22d486ec9175926aed29a5f4ea963843ebccfa (diff)
downloadcryptography-afdbfb13780fb78e7b277b9de07e7636ba9c5119.tar.gz
cryptography-afdbfb13780fb78e7b277b9de07e7636ba9c5119.tar.bz2
cryptography-afdbfb13780fb78e7b277b9de07e7636ba9c5119.zip
deprecate pythons without hmac.compare_digest (#4261)
* deprecate the constant time bytes comparison path old python 2.7.x uses * pep8
Diffstat (limited to 'CHANGELOG.rst')
-rw-r--r--CHANGELOG.rst3
1 files changed, 3 insertions, 0 deletions
diff --git a/CHANGELOG.rst b/CHANGELOG.rst
index 4cabaf7f..9a3e5b88 100644
--- a/CHANGELOG.rst
+++ b/CHANGELOG.rst
@@ -10,6 +10,9 @@ Changelog
* Added :meth:`~cryptography.fernet.Fernet.extract_timestamp` to get the
authenticated timestamp of a :doc:`Fernet </fernet>` token.
+* Support for Python 2.7.x without ``hmac.compare_digest`` has been deprecated.
+ We will require Python 2.7.7 or higher (or 2.7.6 on Ubuntu) in the next
+ ``cryptography`` release.
.. _v2-2-2: