summary refs log tree commit diff
path: root/crypto/Readme.html
diff options
context:
space:
mode:
authorPeter Dettman <peter.dettman@bouncycastle.org>2023-10-26 16:28:58 +0700
committerPeter Dettman <peter.dettman@bouncycastle.org>2023-10-26 16:28:58 +0700
commitbaffac980d9962290dc401f2d81c6c980e4d81b8 (patch)
tree6c7411b7ed45a70c0e279c5d8f6a554623a99124 /crypto/Readme.html
parentRefactoring in Ed448 (diff)
downloadBouncyCastle.NET-ed25519-baffac980d9962290dc401f2d81c6c980e4d81b8.tar.xz
DTLS: Fixed retransmission in response to re-receipt of an aggregated ChangeCipherSpec
- see https://github.com/bcgit/bc-java/pull/1491
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 27745b848..91d33d20f 100644
--- a/crypto/Readme.html
+++ b/crypto/Readme.html
@@ -336,6 +336,7 @@
             <li>DTLS: Fixed an exception during server handshake when 1.2 is negotiated and the ClientHello contained no extensions.</li>
             <li>HC128Engine now strictly requires 128 bits of IV.</li>
             <li>DTLS: Fixed server support for client_certificate_type extension.</li>
+            <li>DTLS: Fixed retransmission in response to re-receipt of an aggregated ChangeCipherSpec.</li>
         </ul>
         <h5>Additional Features and Functionality</h5>
         <ul>