commit | f378e40367663497eb1d039c2c81e80d10f23f93 | [log] [tgz] |
---|---|---|
author | Paul Kehrer <paul.l.kehrer@gmail.com> | Sat Sep 27 11:28:42 2014 -0500 |
committer | Paul Kehrer <paul.l.kehrer@gmail.com> | Sat Sep 27 11:28:42 2014 -0500 |
tree | 983662735b1e92d69337aa88966d215a6a00d97a | |
parent | 4c77365d25623e3c64ce6209e65af71eb5dd5ba0 [diff] |
make it more obvious that the GCM bugs are with the C backends
diff --git a/CHANGELOG.rst b/CHANGELOG.rst index 5b1b81b..51a4c67 100644 --- a/CHANGELOG.rst +++ b/CHANGELOG.rst
@@ -21,7 +21,7 @@ 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.