diff options
author | lloyd <[email protected]> | 2012-09-07 21:08:54 +0000 |
---|---|---|
committer | lloyd <[email protected]> | 2012-09-07 21:08:54 +0000 |
commit | 253d28756ee752acc0c91ccc0f1d67a4a0f7852d (patch) | |
tree | 7bb19d75b133a2ddba987e3915f4080f45620a29 | |
parent | 463c9fee5bc2035e012d230f44abf7e1778fdbf5 (diff) |
Small doc tweaks
-rw-r--r-- | doc/relnotes/1_11_1.rst | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/doc/relnotes/1_11_1.rst b/doc/relnotes/1_11_1.rst index 622d5f57a..cfc72c0aa 100644 --- a/doc/relnotes/1_11_1.rst +++ b/doc/relnotes/1_11_1.rst @@ -18,10 +18,10 @@ secret, whereas now only 32 bytes are needed total. This change may also make it slightly harder for an attacker to extract session data from memory dumps (eg with a cold boot attack). -The keys used for session encryption were previously uniquely -determined by the master key. Now the encrypted session blob includes -two 80 bit salts which are used in the derivation of the cipher and -MAC keys. +The keys used in :cpp:func:`session encryption <TLS::Session::encrypt>` +were previously uniquely determined by the master key. Now the +encrypted session blob includes two 80 bit salts which are used in the +derivation of the cipher and MAC keys. New policy hooks :cpp:func:`TLS::Policy::acceptable_protocol_version` and :cpp:func:`TLS::Policy::allow_server_initiated_renegotiation` were @@ -35,8 +35,8 @@ A bug caused heartbeat requests sent by the counterparty during a handshake to be passed to the application callback as if they were heartbeat responses. -Support for TLS key material export as specified in :rfc:`5057` -has been added, called via :cpp:func:`TLS::Channel::key_material_export` +Support for TLS key material export as specified in :rfc:`5057` has +been added, available via :cpp:func:`TLS::Channel::key_material_export` New Feature: Public Key Strength Checking """""""""""""""""""""""""""""""""""""""""" |