On Fri, 9 Apr 2021 17:33:07 GMT, Valerie Peng <valer...@openjdk.org> wrote:
>> Could someone (perhaps Jamil?) please help review this change? This enhances >> SunPKCS11 provider with ChaCha20-Poly1305 cipher and ChaCha20 key generation >> support. Majority of the regression tests are adapted from the existing ones >> for SunJCE provider's ChaCha20-Poly1305 cipher impl. When testing against >> NSS v3.57, it does not have support for ChaCha20 cipher, thus I did not add >> support for ChaCha20 cipher and the corresponding parameter. >> >> Thanks! >> Valerie > > Valerie Peng has updated the pull request incrementally with one additional > commit since the last revision: > > Removed CKM_CHACHA20 when registering ChaCha20 SecretKeyFactory service Please also review CSR: https://bugs.openjdk.java.net/browse/JDK-8265008 Thanks! Valerie ------------- PR: https://git.openjdk.java.net/jdk/pull/3420