From c44344ef3c48b3f145cf0efc370dc5be5025a1f1 Mon Sep 17 00:00:00 2001 From: David Hook Date: Sun, 15 Dec 2024 14:40:16 +1100 Subject: [PATCH] relates to github #1943 --- CONTRIBUTORS.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CONTRIBUTORS.html b/CONTRIBUTORS.html index ad23c45b12..bb846a8b11 100644 --- a/CONTRIBUTORS.html +++ b/CONTRIBUTORS.html @@ -546,7 +546,7 @@
  • chchen-scholar <https://github.com/chchen-scholar> - encoding fix for EccP256CurvePoint.
  • Seung Yeon <https://github.com/seungyeonpark> - addition of Memoable method implementations to CertPathValidationContext and CertificatePoliciesValidation.
  • yuhh0328 <https://github.com/yuhh0328> - initial patch for adding ML-KEM support to TLS.
  • -
  • Jan Oupický <https://github.com/Honzaik> - update to draft 13 of composite PQC signatures.
  • +
  • Jan Oupický <https://github.com/Honzaik> - update to draft 13 of composite PQC signatures, patch for human readable algorithm name for composite private keys.
  • Karsten Otto <https://github.com/ottoka> - finished the support for jdk.tls.server.defaultDHEParameters.
  • Markus Sommer <https://github.com/marsom> - BCStyle lookup table fix for jurisdiction values.
  • Jared Crawford <https://github.com/jmcrawford45> - Abstracting cire KEM functionality out of DHKEM to allow for use of alternative KEMs with HPKE.