diff options
author | lloyd <[email protected]> | 2013-12-05 02:09:41 +0000 |
---|---|---|
committer | lloyd <[email protected]> | 2013-12-05 02:09:41 +0000 |
commit | 9e4c7395029bb672d208c9c5cb2936ba397cbf20 (patch) | |
tree | 2545668dd8a16b5acc1d124b616668ebe67f0287 /doc | |
parent | 7de7b04b3c9684dae02d069f04e33ad59129da1e (diff) |
Add SIV
Diffstat (limited to 'doc')
-rw-r--r-- | doc/relnotes/1_11_6.rst | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/doc/relnotes/1_11_6.rst b/doc/relnotes/1_11_6.rst index 7c0c64cde..b51339791 100644 --- a/doc/relnotes/1_11_6.rst +++ b/doc/relnotes/1_11_6.rst @@ -7,5 +7,7 @@ Version 1.11.6, Not Yet Released * Add HKDF from :rfc:`5869` + * Add SIV from :rfc:`5297` + * TLS::Session_Manager_In_Memory now requires a rng to be passed to its - constructor. Previously it used the global RNG, however + constructor. |