diff options
author | lloyd <[email protected]> | 2012-09-09 22:31:08 +0000 |
---|---|---|
committer | lloyd <[email protected]> | 2012-09-09 22:31:08 +0000 |
commit | ad949688f2903d6b59e3178fc2d6a0022bdfa79f (patch) | |
tree | 359560352d5ca4595fcafe4a673b121fae837a5d /doc | |
parent | ffcfecb2d2ffce1d700806a2fe71932e753493c4 (diff) |
This note is accurate now
Diffstat (limited to 'doc')
-rw-r--r-- | doc/relnotes/1_11_1.rst | 7 |
1 files changed, 3 insertions, 4 deletions
diff --git a/doc/relnotes/1_11_1.rst b/doc/relnotes/1_11_1.rst index cfc72c0aa..ba767721b 100644 --- a/doc/relnotes/1_11_1.rst +++ b/doc/relnotes/1_11_1.rst @@ -4,10 +4,9 @@ Version 1.11.1, Not Yet Released TLS Enhancements and Bug Fixes """""""""""""""""""""""""""""""""""""""" -.. - Initial support for DTLS (v1.0 and v1.2) is available in this release - though it should be considered highly experimental. Currently timeouts - and retransmissions are not handled. +Initial support for DTLS (both v1.0 and v1.2) is available in this +release, though it should be considered highly experimental. Currently +timeouts and retransmissions are not handled. :cpp:class:`TLS::Session_Manager_In_Memory` now chooses a random 256-bit key at startup and encrypts all sessions (using the existing |