Skip to content
体验新版
项目
组织
正在加载...
登录
切换导航
打开侧边栏
openanolis
dragonwell8_jdk
提交
3bbef61d
D
dragonwell8_jdk
项目概览
openanolis
/
dragonwell8_jdk
通知
4
Star
2
Fork
0
代码
文件
提交
分支
Tags
贡献者
分支图
Diff
Issue
0
列表
看板
标记
里程碑
合并请求
0
Wiki
0
Wiki
分析
仓库
DevOps
项目成员
Pages
D
dragonwell8_jdk
项目概览
项目概览
详情
发布
仓库
仓库
文件
提交
分支
标签
贡献者
分支图
比较
Issue
0
Issue
0
列表
看板
标记
里程碑
合并请求
0
合并请求
0
Pages
分析
分析
仓库分析
DevOps
Wiki
0
Wiki
成员
成员
收起侧边栏
关闭侧边栏
动态
分支图
创建新Issue
提交
Issue看板
提交
3bbef61d
编写于
5月 16, 2019
作者:
R
rhalade
浏览文件
操作
浏览文件
下载
电子邮件补丁
差异文件
8223499: Remove two DocuSign root certificates that are expiring
Reviewed-by: mullan
上级
3edb58e0
变更
2
显示空白变更内容
内联
并排
Showing
2 changed file
with
2 addition
and
9 deletion
+2
-9
src/share/lib/security/cacerts
src/share/lib/security/cacerts
+0
-0
test/sun/security/lib/cacerts/VerifyCACerts.java
test/sun/security/lib/cacerts/VerifyCACerts.java
+2
-9
未找到文件。
src/share/lib/security/cacerts
浏览文件 @
3bbef61d
无法预览此类型文件
test/sun/security/lib/cacerts/VerifyCACerts.java
浏览文件 @
3bbef61d
...
...
@@ -26,6 +26,7 @@
* @test
* @bug 8189131 8198240 8191844 8189949 8191031 8196141 8204923 8195774 8199779
* 8209452 8209506 8210432 8195793 8216577 8222089 8222133 8222137 8222136
* 8223499
* @summary Check root CA entries in cacerts file
*/
import
java.io.File
;
...
...
@@ -49,7 +50,7 @@ public class VerifyCACerts {
+
File
.
separator
+
"security"
+
File
.
separator
+
"cacerts"
;
// The numbers of certs now.
private
static
final
int
COUNT
=
90
;
private
static
final
int
COUNT
=
88
;
// map of cert alias to SHA-256 fingerprint
@SuppressWarnings
(
"serial"
)
...
...
@@ -144,10 +145,6 @@ public class VerifyCACerts {
"69:DD:D7:EA:90:BB:57:C9:3E:13:5D:C8:5E:A6:FC:D5:48:0B:60:32:39:BD:C4:54:FC:75:8B:2A:26:CF:7F:79"
);
put
(
"verisignclass3g5ca [jdk]"
,
"9A:CF:AB:7E:43:C8:D8:80:D0:6B:26:2A:94:DE:EE:E4:B4:65:99:89:C3:D0:CA:F1:9B:AF:64:05:E4:1A:B7:DF"
);
put
(
"certplusclass2primaryca [jdk]"
,
"0F:99:3C:8A:EF:97:BA:AF:56:87:14:0E:D5:9A:D1:82:1B:B4:AF:AC:F0:AA:9A:58:B5:D5:7A:33:8A:3A:FB:CB"
);
put
(
"certplusclass3pprimaryca [jdk]"
,
"CC:C8:94:89:37:1B:AD:11:1C:90:61:9B:EA:24:0A:2E:6D:AD:D9:9F:9F:6E:1D:4D:41:E5:8E:D6:DE:3D:02:85"
);
put
(
"keynectisrootca [jdk]"
,
"42:10:F1:99:49:9A:9A:C3:3C:8D:E0:2B:A6:DB:AA:14:40:8B:DD:8A:6E:32:46:89:C1:92:2D:06:97:15:A3:32"
);
put
(
"dtrustclass3ca2 [jdk]"
,
...
...
@@ -244,10 +241,6 @@ public class VerifyCACerts {
@SuppressWarnings
(
"serial"
)
private
static
final
HashSet
<
String
>
EXPIRY_EXC_ENTRIES
=
new
HashSet
<
String
>()
{
{
// Valid until: Sat Jul 06 19:59:59 EDT 2019
add
(
"certplusclass2primaryca [jdk]"
);
// Valid until: Sat Jul 06 19:59:59 EDT 2019
add
(
"certplusclass3pprimaryca [jdk]"
);
// Valid until: Tue Jul 09 14:40:36 EDT 2019
add
(
"utnuserfirstobjectca [jdk]"
);
}
...
...
编辑
预览
Markdown
is supported
0%
请重试
或
添加新附件
.
添加附件
取消
You are about to add
0
people
to the discussion. Proceed with caution.
先完成此消息的编辑!
取消
想要评论请
注册
或
登录