Skip to content

Commit

Permalink
TKSS-294: Backport JDK-8308398: Move SunEC crypto provider into java.…
Browse files Browse the repository at this point in the history
…base
  • Loading branch information
johnshajiang committed Jul 18, 2023
1 parent 8ecab30 commit e9b3651
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -550,8 +550,8 @@ private static Map<String,String> aliasOidsTable() {
// if (pn != null && mn != null) {
// return ((mn.equals("java.base") &&
// (pn.equals("SUN") || pn.equals("SunRsaSign") ||
// pn.equals("SunJCE") || pn.equals("SunJSSE"))) ||
// (mn.equals("jdk.crypto.ec") && pn.equals("SunEC")) ||
// pn.equals("SunJCE") || pn.equals("SunJSSE"))) ||
// pn.equals("SunEC")) ||
// (mn.equals("jdk.crypto.mscapi") && pn.equals("SunMSCAPI")) ||
// (mn.equals("jdk.crypto.cryptoki") &&
// pn.startsWith("SunPKCS11")));
Expand Down

0 comments on commit e9b3651

Please sign in to comment.