From 80f81a5840ff57e927766ffd2475d272aaff4078 Mon Sep 17 00:00:00 2001 From: Peter Dettman Date: Thu, 30 May 2024 22:01:20 +0700 Subject: [PATCH] Followup changes for custom DH groups --- CONTRIBUTORS.html | 1 + docs/releasenotes.html | 6 ++ .../jsse/provider/NamedGroupInfo.java | 46 ++++++++---- .../jsse/provider/ProvTlsServer.java | 72 ++++++++++++------- 4 files changed, 89 insertions(+), 36 deletions(-) diff --git a/CONTRIBUTORS.html b/CONTRIBUTORS.html index 12e559629f..a5d5833ece 100644 --- a/CONTRIBUTORS.html +++ b/CONTRIBUTORS.html @@ -547,6 +547,7 @@
  • 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.
  • +
  • Karsten Otto <https://github.com/ottoka> - finished the support for jdk.tls.server.defaultDHEParameters.
  • diff --git a/docs/releasenotes.html b/docs/releasenotes.html index 300d9a158e..7cb366b6a4 100644 --- a/docs/releasenotes.html +++ b/docs/releasenotes.html @@ -19,12 +19,18 @@

    1.0 Introduction

    2.0 Release History

    2.1.1 Version

    +Release: 1.79
    Date:      2024, TBD.

    2.1.2 Defects Fixed

    +

    2.1.3 Additional Features and Functionality

    +

    2.2.1 Version

    +Release: 1.78.1
    Date:      2024, 18th April.

    2.2.2 Defects Fixed