summary refs log tree commit diff
diff options
context:
space:
mode:
authorPeter Dettman <peter.dettman@bouncycastle.org>2023-05-29 17:39:59 +0700
committerPeter Dettman <peter.dettman@bouncycastle.org>2023-05-29 17:39:59 +0700
commit3489456d4ffe329b7af7b333a14dc9685a4416cd (patch)
treea96aa3e056eb3812fce28db4cf16cb9109239252
parentHC128Engine: require exactly 128 bits of IV (diff)
downloadBouncyCastle.NET-ed25519-3489456d4ffe329b7af7b333a14dc9685a4416cd.tar.xz
Add entry for DTLS bugfix
-rw-r--r--crypto/Readme.html1
1 files changed, 1 insertions, 0 deletions
diff --git a/crypto/Readme.html b/crypto/Readme.html
index cfbfd33f3..d79baafb1 100644
--- a/crypto/Readme.html
+++ b/crypto/Readme.html
@@ -333,6 +333,7 @@
         <h5>Defects Fixed</h5>
         <ul>
             <li>AsconEngine: Fixed a buffering bug when decrypting across multiple ProcessBytes calls (ascon128a unaffected).</li>
+            <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>
         </ul>
         <h5>Additional Features and Functionality</h5>