summary refs log tree commit diff
path: root/crypto/Readme.html
diff options
context:
space:
mode:
authorPeter Dettman <peter.dettman@bouncycastle.org>2020-07-30 14:20:49 +0700
committerPeter Dettman <peter.dettman@bouncycastle.org>2020-07-30 14:20:49 +0700
commit91020dcf80cbd64bb1c5df38d24773202c264a4e (patch)
treeb43f58336aad122031a854eb9627dc46e82567ba /crypto/Readme.html
parentDTLS: Support handshake timeout (diff)
downloadBouncyCastle.NET-ed25519-91020dcf80cbd64bb1c5df38d24773202c264a4e.tar.xz
EdDSA updates
Diffstat (limited to 'crypto/Readme.html')
-rw-r--r--crypto/Readme.html1
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 (&gt;~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>