aboutsummaryrefslogtreecommitdiffstats
path: root/doc/relnotes/1_11_10.rst
blob: 5ea11ff9d2ab1f2be911f9b8390e28e5f67f6db0 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
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.

* Fix decoding indefinite length BER constructs that contain a context
  sensitive tag of zero. Github pull 26 from Janusz Chorko.