On Tue, 28 Feb 2023 23:51:51 GMT, Valerie Peng <valer...@openjdk.org> wrote:
>> This changes the SunPKCS11 provider to use the same default private exponent >> length as the value used by SunJCE provider when initializing the DH Key >> Pair Generator impl using key size. In addition, the generated key pair will >> contain the specified parameters. If the supplied parameter does not contain >> the optional private exponent length, then we will leave it to the >> underlying PKCS11 library. >> >> Thanks in advance for the review~ >> Valerie > > Valerie Peng has updated the pull request incrementally with one additional > commit since the last revision: > > fixed comment. Any comment for release note: https://bugs.openjdk.org/browse/JDK-8303414? ------------- PR: https://git.openjdk.org/jdk/pull/12466