summaryrefslogtreecommitdiff
path: root/CHANGELOG.rst
diff options
context:
space:
mode:
authorPaul Kehrer <paul.l.kehrer@gmail.com>2014-09-27 11:28:42 -0500
committerPaul Kehrer <paul.l.kehrer@gmail.com>2014-09-27 11:28:42 -0500
commitf378e40367663497eb1d039c2c81e80d10f23f93 (patch)
tree983662735b1e92d69337aa88966d215a6a00d97a /CHANGELOG.rst
parent4c77365d25623e3c64ce6209e65af71eb5dd5ba0 (diff)
downloadcryptography-f378e40367663497eb1d039c2c81e80d10f23f93.tar.gz
make it more obvious that the GCM bugs are with the C backends
Diffstat (limited to 'CHANGELOG.rst')
-rw-r--r--CHANGELOG.rst2
1 files changed, 1 insertions, 1 deletions
diff --git a/CHANGELOG.rst b/CHANGELOG.rst
index 5b1b81bd6..51a4c67a6 100644
--- a/CHANGELOG.rst
+++ b/CHANGELOG.rst
@@ -21,7 +21,7 @@ Changelog
and
:class:`~cryptography.hazmat.primitives.asymmetric.ec.EllipticCurvePublickeyWithNumbers`
support.
-* Fix three GCM related bugs.
+* Work around three GCM related bugs in CommonCrypto and OpenSSL.
* On the CommonCrypto backend adding AAD but not subsequently calling update
would return null tag bytes.