Closed KostasTsiounis closed 5 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.
init
doPhase
ECDH
ECDHKeyAgreement
NativeECDHKeyAgreement
Back-ported from: https://github.com/ibmruntimes/openj9-openjdk-jdk/pull/788
Signed-off by: Kostas Tsiounis kostas.tsiounis@ibm.com
FYI @keithc-ca
Jenkins test sanity alinux jdk11
Grinders passed:
There are additional checks that are required during the
init
anddoPhase
parts ofECDH
key agreement. Those checks are already present in the originalECDHKeyAgreement
class, so they had to be added to theNativeECDHKeyAgreement
class as well.Back-ported from: https://github.com/ibmruntimes/openj9-openjdk-jdk/pull/788
Signed-off by: Kostas Tsiounis kostas.tsiounis@ibm.com