On Wed, 30 Sep 2020 03:25:06 GMT, Valerie Peng <valer...@openjdk.org> wrote:
> Could someone please help review this RFE? Update existing RSA key pair > generation code following the guidelines from FIPS 186-4 and FIPS 186-5 > (draft). Current proposed changes updates the prime generation code (for P, > Q) based on FIPS 186-4 B.3.3 when keysize and public exponent met the > requirements set in FIPS 186-4/5. > > Thanks, > Valerie This pull request has now been integrated. Changeset: 1191a633 Author: Valerie Peng <valer...@openjdk.org> URL: https://git.openjdk.java.net/jdk/commit/1191a633 Stats: 176 lines in 2 files changed: 108 ins; 22 del; 46 mod 8199697: FIPS 186-4 RSA Key Generation Reviewed-by: xuelei ------------- PR: https://git.openjdk.java.net/jdk/pull/420