aboutsummaryrefslogtreecommitdiffstats
path: root/doc
diff options
context:
space:
mode:
authorlloyd <[email protected]>2014-05-16 23:23:17 +0000
committerlloyd <[email protected]>2014-05-16 23:23:17 +0000
commitc7f871820646481207532e051fb464ede3f028ba (patch)
treeddf73fa79b161870656f3ad946ccb99faeaeac86 /doc
parent6c9a2d2ebe59b7c5a501c86f7f080696ac2ea5b3 (diff)
Correct CCM for L != 2. Bugzilla 270
Diffstat (limited to 'doc')
-rw-r--r--doc/relnotes/1_11_10.rst5
1 files changed, 5 insertions, 0 deletions
diff --git a/doc/relnotes/1_11_10.rst b/doc/relnotes/1_11_10.rst
index 14ff7a3c8..3e5c6d55d 100644
--- a/doc/relnotes/1_11_10.rst
+++ b/doc/relnotes/1_11_10.rst
@@ -1,6 +1,11 @@
Version 1.11.10, Not Yet Released
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
+* Fixed a bug in CCM mode which caused it to produce incorrect tags
+ when used with a value of L other than 2. This affected CCM TLS
+ ciphersuites, which use L=3. Thanks to Manuel Pégourié-Gonnard for
+ the anaylsis and patch. Bugzilla 270.
+
* The Miller-Rabin primality test function now takes a parameter
allowing the user to directly specify the maximum false negative
probability they are willing to accept.