RFR: 8199697: FIPS 186-4 RSA Key Generation [v3]

Valerie Peng valeriep at openjdk.java.net
Wed Oct 21 02:48:35 UTC 2020


> 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

Valerie Peng has updated the pull request with a new target base due to a merge or a rebase. The incremental webrev
excludes the unrelated changes brought in by the merge/rebase. The pull request contains four additional commits since
the last revision:

 - Merge
 - Updated to address review comments
 - Merge branch 'master' into JDK-8199697
 - 8199697: FIPS 186-4 RSA Key Generation
   
   Changed RSA key pair generation code following the guidelines from FIPS 186-4.

-------------

Changes:
  - all: https://git.openjdk.java.net/jdk/pull/420/files
  - new: https://git.openjdk.java.net/jdk/pull/420/files/358fee06..61952af2

Webrevs:
 - full: https://webrevs.openjdk.java.net/?repo=jdk&pr=420&range=02
 - incr: https://webrevs.openjdk.java.net/?repo=jdk&pr=420&range=01-02

  Stats: 338884 lines in 994 files changed: 321615 ins; 12717 del; 4552 mod
  Patch: https://git.openjdk.java.net/jdk/pull/420.diff
  Fetch: git fetch https://git.openjdk.java.net/jdk pull/420/head:pull/420

PR: https://git.openjdk.java.net/jdk/pull/420



More information about the security-dev mailing list