RFR: 8199697: FIPS 186-4 RSA Key Generation
Valerie Peng
valeriep at openjdk.java.net
Wed Sep 30 03:31:08 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
-------------
Commit messages:
- 8199697: FIPS 186-4 RSA Key Generation
Changes: https://git.openjdk.java.net/jdk/pull/420/files
Webrev: https://webrevs.openjdk.java.net/?repo=jdk&pr=420&range=00
Issue: https://bugs.openjdk.java.net/browse/JDK-8199697
Stats: 162 lines in 2 files changed: 93 ins; 15 del; 54 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