diff options
author | lloyd <[email protected]> | 2015-01-08 01:11:17 +0000 |
---|---|---|
committer | lloyd <[email protected]> | 2015-01-08 01:11:17 +0000 |
commit | 718d577455c2e431e32064950f2612e1381c275a (patch) | |
tree | f7fbbad052a82c9f17309f64f3de7e2cec5ad603 /doc/relnotes | |
parent | 624787ec08f215a7b0be51ceeeb211a717bf7f50 (diff) |
Add SHA-512/256
Define some new functions for copying out arrays of words and use them
across hashes.
Diffstat (limited to 'doc/relnotes')
-rw-r--r-- | doc/relnotes/1_11_13.rst | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/doc/relnotes/1_11_13.rst b/doc/relnotes/1_11_13.rst index 3be7bff70..f72c0f56b 100644 --- a/doc/relnotes/1_11_13.rst +++ b/doc/relnotes/1_11_13.rst @@ -5,6 +5,8 @@ Version 1.11.13, Not Yet Released now uses "TLS SESSION" instead of "SSL SESSION" as the header, and the version number of the binary format has also changed. +* Add SHA-512/256 + * Add DTLS-SRTP negotiation defined in RFC 5764 * The Python install script added in version 1.11.10 failed to place |