RFR: 8286090: Add RC2/RC4 to jdk.security.legacyAlgorithms
Hai-May Chao
hchao at openjdk.java.net
Sat May 14 02:00:16 UTC 2022
Please review the small change to add RC2 and ARCFOUR to jdk.security.legacyAlgorithms. So it enables keytool -genseckey, -list, and -importkeystore commands to warn users when RC2 or ARCFOUR algorithm is used.
-------------
Commit messages:
- 8286090: Add RC2/RC4 to jdk.security.legacyAlgorithms
Changes: https://git.openjdk.java.net/jdk/pull/8712/files
Webrev: https://webrevs.openjdk.java.net/?repo=jdk&pr=8712&range=00
Issue: https://bugs.openjdk.java.net/browse/JDK-8286090
Stats: 20 lines in 2 files changed: 18 ins; 0 del; 2 mod
Patch: https://git.openjdk.java.net/jdk/pull/8712.diff
Fetch: git fetch https://git.openjdk.java.net/jdk pull/8712/head:pull/8712
PR: https://git.openjdk.java.net/jdk/pull/8712
More information about the security-dev
mailing list