diff options
author | lloyd <[email protected]> | 2012-09-07 20:43:26 +0000 |
---|---|---|
committer | lloyd <[email protected]> | 2012-09-07 20:43:26 +0000 |
commit | 463c9fee5bc2035e012d230f44abf7e1778fdbf5 (patch) | |
tree | 89b8e7adf5fa9a6e7cc94d0ccb90bf08f2c64ed9 /doc/relnotes | |
parent | 9126c751ce89bf8a6c226e4a73d68cb59fa8a8b6 (diff) |
Add support for key material export
Diffstat (limited to 'doc/relnotes')
-rw-r--r-- | doc/relnotes/1_11_1.rst | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/doc/relnotes/1_11_1.rst b/doc/relnotes/1_11_1.rst index 8300c4a17..622d5f57a 100644 --- a/doc/relnotes/1_11_1.rst +++ b/doc/relnotes/1_11_1.rst @@ -35,6 +35,9 @@ 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` + New Feature: Public Key Strength Checking """""""""""""""""""""""""""""""""""""""""" |