diff options
author | lloyd <[email protected]> | 2014-11-15 14:57:40 +0000 |
---|---|---|
committer | lloyd <[email protected]> | 2014-11-15 14:57:40 +0000 |
commit | 64be4d88bd0fc0346d052110c1cb0d901ee9a850 (patch) | |
tree | 6164e629a6d354be3170fd407b6ac1b4a730acf6 /doc | |
parent | 1518c30f1c90c2d0e5e06731e3dffe21353b34db (diff) |
Update relnotes
Diffstat (limited to 'doc')
-rw-r--r-- | doc/relnotes/1_11_10.rst | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/doc/relnotes/1_11_10.rst b/doc/relnotes/1_11_10.rst index 3ff9e0113..ed0955aea 100644 --- a/doc/relnotes/1_11_10.rst +++ b/doc/relnotes/1_11_10.rst @@ -12,9 +12,24 @@ Version 1.11.10, Not Yet Released ciphersuites, which use L=3. Thanks to Manuel Pégourié-Gonnard for the anaylsis and patch. Bugzilla 270. +* DTLS now supports timeouts and handshake retransmits. + +* Add a TLS policy hook to disable putting the value of the local + clock in hello random fields. + +* Avoid a crash in low-entropy situations when reading from + /dev/random, when select indicated the device was readable but by + the time we start the read the entropy pool had been depleted. + * 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. + +* Add a new install script written in Python which replaces shell + hackery in the makefiles. + +* Various modifications to better support Visual C++ 2013 and 2015. + Github issues 11, 17, 18, 21, 22. |