Skip to content
体验新版
项目
组织
正在加载...
登录
切换导航
打开侧边栏
openanolis
dragonwell11
提交
1a140fcc
D
dragonwell11
项目概览
openanolis
/
dragonwell11
通知
7
Star
2
Fork
0
代码
文件
提交
分支
Tags
贡献者
分支图
Diff
Issue
0
列表
看板
标记
里程碑
合并请求
0
Wiki
0
Wiki
分析
仓库
DevOps
项目成员
Pages
D
dragonwell11
项目概览
项目概览
详情
发布
仓库
仓库
文件
提交
分支
标签
贡献者
分支图
比较
Issue
0
Issue
0
列表
看板
标记
里程碑
合并请求
0
合并请求
0
Pages
分析
分析
仓库分析
DevOps
Wiki
0
Wiki
成员
成员
收起侧边栏
关闭侧边栏
动态
分支图
创建新Issue
提交
Issue看板
体验新版 GitCode,发现更多精彩内容 >>
提交
1a140fcc
编写于
8月 14, 2018
作者:
R
rhalade
浏览文件
操作
浏览文件
下载
电子邮件补丁
差异文件
8209506: Add Google Trust Services GlobalSign root certificates
Reviewed-by: mullan
上级
a8a70704
变更
2
隐藏空白更改
内联
并排
Showing
2 changed file
with
6 addition
and
1 deletion
+6
-1
src/java.base/share/lib/security/cacerts
src/java.base/share/lib/security/cacerts
+0
-0
test/jdk/lib/security/cacerts/VerifyCACerts.java
test/jdk/lib/security/cacerts/VerifyCACerts.java
+6
-1
未找到文件。
src/java.base/share/lib/security/cacerts
浏览文件 @
1a140fcc
无法预览此类型文件
test/jdk/lib/security/cacerts/VerifyCACerts.java
浏览文件 @
1a140fcc
...
...
@@ -25,6 +25,7 @@
/**
* @test
* @bug 8189131 8198240 8191844 8189949 8191031 8196141 8204923 8195774 8199779 8209452
* 8209506
* @summary Check root CA entries in cacerts file
*/
import
java.io.File
;
...
...
@@ -41,7 +42,7 @@ public class VerifyCACerts {
+
File
.
separator
+
"security"
+
File
.
separator
+
"cacerts"
;
// The numbers of certs now.
private
static
final
int
COUNT
=
9
0
;
private
static
final
int
COUNT
=
9
2
;
// map of cert alias to SHA-256 fingerprint
private
static
final
Map
<
String
,
String
>
FINGERPRINT_MAP
...
...
@@ -227,6 +228,10 @@ public class VerifyCACerts {
"CB:B5:22:D7:B7:F1:27:AD:6A:01:13:86:5B:DF:1C:D4:10:2E:7D:07:59:AF:63:5A:7C:F4:72:0D:C9:63:C5:3B"
);
put
(
"globalsigneccrootcar5 [jdk]"
,
"17:9F:BC:14:8A:3D:D0:0F:D2:4E:A1:34:58:CC:43:BF:A7:F5:9C:81:82:D7:83:A5:13:F6:EB:EC:10:0C:89:24"
);
put
(
"globalsigneccrootcar4 [jdk]"
,
"BE:C9:49:11:C2:95:56:76:DB:6C:0A:55:09:86:D7:6E:3B:A0:05:66:7C:44:2C:97:62:B4:FB:B7:73:DE:22:8C"
);
put
(
"globalsignr2ca [jdk]"
,
"CA:42:DD:41:74:5F:D0:B8:1E:B9:02:36:2C:F9:D8:BF:71:9D:A1:BD:1B:1E:FC:94:6F:5B:4C:99:F4:2C:1B:9E"
);
}
};
...
...
编辑
预览
Markdown
is supported
0%
请重试
或
添加新附件
.
添加附件
取消
You are about to add
0
people
to the discussion. Proceed with caution.
先完成此消息的编辑!
取消
想要评论请
注册
或
登录