diff options
author | Peter Dettman <peter.dettman@bouncycastle.org> | 2016-03-01 00:33:24 +0700 |
---|---|---|
committer | Peter Dettman <peter.dettman@bouncycastle.org> | 2016-03-01 00:33:24 +0700 |
commit | 4d6b202012080ce738f69fc7c6a0b8c9e588d083 (patch) | |
tree | 6e00d6218c4779b9618c2c78fa24bf7e2414fb28 /crypto/Readme.html | |
parent | fixed zero length message bug (diff) | |
download | BouncyCastle.NET-ed25519-4d6b202012080ce738f69fc7c6a0b8c9e588d083.tar.xz |
BMA-147 Support ECDH_anon key exchange in (D)TLS
Diffstat (limited to 'crypto/Readme.html')
-rw-r--r-- | crypto/Readme.html | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/crypto/Readme.html b/crypto/Readme.html index a8401c198..7af1bbaf0 100644 --- a/crypto/Readme.html +++ b/crypto/Readme.html @@ -297,6 +297,7 @@ We state, where EC MQV has not otherwise been disabled or removed: <h5>Additional Features and Functionality</h5> <ul> <li>TLS: support for ClientHello Padding Extension (RFC 7685).</li> + <li>TLS: support for ECDH_anon key exchange.</li> <li>BCrypt implementation added.</li> </ul> |