Skip to content

Commit

Permalink
Remove TrustCor certs
Browse files Browse the repository at this point in the history
  • Loading branch information
Rudometov committed Apr 13, 2023
1 parent d5f29ff commit 7d7c993
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 7 deletions.
Binary file modified amazon-cacerts
Binary file not shown.
8 changes: 1 addition & 7 deletions test/jdk/sun/security/lib/cacerts/VerifyCACerts.java
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ public class VerifyCACerts {
+ File.separator + "security" + File.separator + "cacerts";

// The numbers of certs now.
private static final int COUNT = 144;
private static final int COUNT = 141;

// SHA-256 of cacerts, can be generated with
// shasum -a 256 cacerts | sed -e 's/../&:/g' | tr '[:lower:]' '[:upper:]' | cut -c1-95
Expand Down Expand Up @@ -151,12 +151,6 @@ public class VerifyCACerts {
"22:A2:C1:F7:BD:ED:70:4C:C1:E7:01:B5:F4:08:C3:10:88:0F:E9:56:B5:DE:2A:4A:44:F9:9C:87:3A:25:A7:C8");
put("szafirrootca2",
"A1:33:9D:33:28:1A:0B:56:E5:57:D3:D3:2B:1C:E7:F9:36:7E:B0:94:BD:5F:A7:2A:7E:50:04:C8:DE:D7:CA:FE");
put("trustcoreca-1",
"5A:88:5D:B1:9C:01:D9:12:C5:75:93:88:93:8C:AF:BB:DF:03:1A:B2:D4:8E:91:EE:15:58:9B:42:97:1D:03:9C");
put("trustcorrootcertca-1",
"D4:0E:9C:86:CD:8F:E4:68:C1:77:69:59:F4:9E:A7:74:FA:54:86:84:B6:C4:06:F3:90:92:61:F4:DC:E2:57:5C");
put("trustcorrootcertca-2",
"07:53:E9:40:37:8C:1B:D5:E3:83:6E:39:5D:AE:A5:CB:83:9E:50:46:F1:BD:0E:AE:19:51:CF:10:FE:C7:C9:65");
put("trustwaveglobalcertificationauthority",
"97:55:20:15:F5:DD:FC:3C:87:88:C0:06:94:45:55:40:88:94:45:00:84:F1:00:86:70:86:BC:1A:2B:B5:8D:C8");
put("trustwaveglobaleccp256certificationauthority",
Expand Down

0 comments on commit 7d7c993

Please sign in to comment.