ibmruntimes / openj9-openjdk-jdk17

Extensions for OpenJDK 17 for Eclipse OpenJ9
GNU General Public License v2.0
23 stars 53 forks source link

Add additional checks to NativeECDHKeyAgreement to match upstream #351

Closed KostasTsiounis closed 3 months ago

KostasTsiounis commented 4 months ago

There are additional checks that are required during the init and doPhase parts of ECDH key agreement. Those checks are already present in the original ECDHKeyAgreement class, so they had to be added to the NativeECDHKeyAgreement class as well.

Back-ported from: https://github.com/ibmruntimes/openj9-openjdk-jdk/pull/788

Signed-off by: Kostas Tsiounis kostas.tsiounis@ibm.com

KostasTsiounis commented 4 months ago

FYI @keithc-ca

keithc-ca commented 3 months ago

Jenkins test sanity xlinux jdk17

keithc-ca commented 3 months ago

Jenkins test sanity alinux jdk17

keithc-ca commented 3 months ago

Grinder testing was also successful: