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 13:12:24 +0700
committerPeter Dettman <peter.dettman@bouncycastle.org>2020-07-30 13:12:24 +0700
commit1e7a8381bcd0f1fdd6b9434494ad59e5a793f1d6 (patch)
tree3aeb31f56574eef8e9ff9cd8b1c9fdf1b6d2b715 /crypto/Readme.html
parentDTLS: Improved retransmission timer (diff)
downloadBouncyCastle.NET-ed25519-1e7a8381bcd0f1fdd6b9434494ad59e5a793f1d6.tar.xz
DTLS: Support handshake timeout
Diffstat (limited to 'crypto/Readme.html')
-rw-r--r--crypto/Readme.html6
1 files changed, 6 insertions, 0 deletions
diff --git a/crypto/Readme.html b/crypto/Readme.html
index 6d1bc7421..5ad32246c 100644
--- a/crypto/Readme.html
+++ b/crypto/Readme.html
@@ -307,6 +307,12 @@ 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>DTLS: Fixed infinite loop on IO exceptions.</li>
+        </ul>
+        <h5>Additional Features and Functionality</h5>
+        <ul>
+            <li>DTLS: Retransmission timers now properly apply to flights monolithically.</li>
+            <li>DTLS: Added support for an overall handshake timeout.</li>
         </ul>
         <h5>Additional Notes</h5>
         <ul>