From 45fc4e6a632828759cd5c1cc688ebfde1091e47c Mon Sep 17 00:00:00 2001 From: Peter Dettman Date: Mon, 10 Jul 2023 16:35:20 +0700 Subject: DTLS: Fixed server support for client_certificate_type extension. --- crypto/Readme.html | 1 + crypto/src/tls/DtlsServerProtocol.cs | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/crypto/Readme.html b/crypto/Readme.html index d79baafb1..27745b848 100644 --- a/crypto/Readme.html +++ b/crypto/Readme.html @@ -335,6 +335,7 @@
  • AsconEngine: Fixed a buffering bug when decrypting across multiple ProcessBytes calls (ascon128a unaffected).
  • DTLS: Fixed an exception during server handshake when 1.2 is negotiated and the ClientHello contained no extensions.
  • HC128Engine now strictly requires 128 bits of IV.
  • +
  • DTLS: Fixed server support for client_certificate_type extension.
  • Additional Features and Functionality