diff options
author | lloyd <[email protected]> | 2015-01-23 15:53:44 +0000 |
---|---|---|
committer | lloyd <[email protected]> | 2015-01-23 15:53:44 +0000 |
commit | 9a0da0565c042c0f0a09caed036621c47e3f494e (patch) | |
tree | 85d2e78787506882f54bbff497f802c2eb0a186e /doc/relnotes/1_11_14.rst | |
parent | 7e6ac35931ed073d01c96d212bba5c7674cba505 (diff) |
Remove memset_s, not implemented on any machine I can test on and
problematic for requiring a special define before the first include of
string.h. Instead optionally call memset via a volatile function
pointer as a faster alternative to byte at a time writes.
Github 42, 45
Diffstat (limited to 'doc/relnotes/1_11_14.rst')
-rw-r--r-- | doc/relnotes/1_11_14.rst | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/relnotes/1_11_14.rst b/doc/relnotes/1_11_14.rst index 0fabe190e..600f6dae1 100644 --- a/doc/relnotes/1_11_14.rst +++ b/doc/relnotes/1_11_14.rst @@ -1,9 +1,9 @@ -1.11.14, Not Yet Released +Version 1.11.14, Not Yet Released ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ * OCB mode, which provides a fast and constant time AEAD mode without requiring hardware support, is now supported in TLS, following - draft-zauner-tls-aes-ocb-00. Because this specification is not yet + draft-zauner-tls-aes-ocb-01. Because this specification is not yet finalized is not yet enabled by the default policy, and the ciphersuite numbers used are in the experimental range and may conflict with other uses. |