diff options
author | lloyd <[email protected]> | 2012-10-13 19:47:33 +0000 |
---|---|---|
committer | lloyd <[email protected]> | 2012-10-13 19:47:33 +0000 |
commit | 9f1f35d7afc019ae03d478dc30f9552f6ba31a22 (patch) | |
tree | 5fa57cc77ebb928ed8efa7cde70bb2881b2c4d97 /doc/relnotes | |
parent | ed689a532a5938051dddebbda22d34b04f208164 (diff) |
Fix TLS doc formatting. Note removal of pref_version
Diffstat (limited to 'doc/relnotes')
-rw-r--r-- | doc/relnotes/1_11_1.rst | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/doc/relnotes/1_11_1.rst b/doc/relnotes/1_11_1.rst index 0619e07ac..bfc513d04 100644 --- a/doc/relnotes/1_11_1.rst +++ b/doc/relnotes/1_11_1.rst @@ -8,6 +8,10 @@ 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. +The :cpp:class:`TLS::Client` constructor now takes the version to +offer to the server. The policy hook :cpp:class:`TLS::Policy` function +`pref_version`, which previously controlled this, has been removed. + :cpp:class:`TLS::Session_Manager_In_Memory` now chooses a random 256-bit key at startup and encrypts all sessions (using the existing :cpp:func:`TLS::Session::encrypt` mechanism) while they are stored in |