diff options
author | Peter Dettman <peter.dettman@bouncycastle.org> | 2020-07-30 14:20:49 +0700 |
---|---|---|
committer | Peter Dettman <peter.dettman@bouncycastle.org> | 2020-07-30 14:20:49 +0700 |
commit | 91020dcf80cbd64bb1c5df38d24773202c264a4e (patch) | |
tree | b43f58336aad122031a854eb9627dc46e82567ba /crypto/Readme.html | |
parent | DTLS: Support handshake timeout (diff) | |
download | BouncyCastle.NET-ed25519-91020dcf80cbd64bb1c5df38d24773202c264a4e.tar.xz |
EdDSA updates
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 5ad32246c..a6b1ca7e5 100644 --- a/crypto/Readme.html +++ b/crypto/Readme.html @@ -307,6 +307,7 @@ We state, where EC MQV has not otherwise been disabled or removed: <h5>Defects Fixed</h5> <ul> <li>ChaCha20Poly1305 could fail for large (>~2GB) files. This has been fixed.</li> + <li>EdDSA verifiers now reset correctly after rejecting overly long signatures.</li> <li>DTLS: Fixed infinite loop on IO exceptions.</li> </ul> <h5>Additional Features and Functionality</h5> |