Skip to content
体验新版
项目
组织
正在加载...
登录
切换导航
打开侧边栏
openanolis
dragonwell8_jdk
提交
c72fac12
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看板
提交
c72fac12
编写于
11月 28, 2019
作者:
S
sgehwolf
浏览文件
操作
浏览文件
下载
电子邮件补丁
差异文件
8233223: Add Amazon Root CA certificates
Reviewed-by: clanger, andrew
上级
e564d489
变更
3
展开全部
显示空白变更内容
内联
并排
Showing
3 changed file
with
562 addition
and
2 deletion
+562
-2
src/share/lib/security/cacerts
src/share/lib/security/cacerts
+0
-0
test/security/infra/java/security/cert/CertPathValidator/certification/AmazonCA.java
...curity/cert/CertPathValidator/certification/AmazonCA.java
+552
-0
test/sun/security/lib/cacerts/VerifyCACerts.java
test/sun/security/lib/cacerts/VerifyCACerts.java
+10
-2
未找到文件。
src/share/lib/security/cacerts
浏览文件 @
c72fac12
无法预览此类型文件
test/security/infra/java/security/cert/CertPathValidator/certification/AmazonCA.java
0 → 100644
浏览文件 @
c72fac12
此差异已折叠。
点击以展开。
test/sun/security/lib/cacerts/VerifyCACerts.java
浏览文件 @
c72fac12
...
...
@@ -26,7 +26,7 @@
* @test
* @bug 8189131 8198240 8191844 8189949 8191031 8196141 8204923 8195774 8199779
* 8209452 8209506 8210432 8195793 8216577 8222089 8222133 8222137 8222136
* 8223499 8232019
* 8223499 8232019
8233223
* @summary Check root CA entries in cacerts file
*/
import
java.io.File
;
...
...
@@ -50,7 +50,7 @@ public class VerifyCACerts {
+
File
.
separator
+
"security"
+
File
.
separator
+
"cacerts"
;
// The numbers of certs now.
private
static
final
int
COUNT
=
89
;
private
static
final
int
COUNT
=
93
;
// map of cert alias to SHA-256 fingerprint
@SuppressWarnings
(
"serial"
)
...
...
@@ -235,6 +235,14 @@ public class VerifyCACerts {
"2C:AB:EA:FE:37:D0:6C:A2:2A:BA:73:91:C0:03:3D:25:98:29:52:C4:53:64:73:49:76:3A:3A:B5:AD:6C:CF:69"
);
put
(
"luxtrustglobalroot2ca [jdk]"
,
"54:45:5F:71:29:C2:0B:14:47:C4:18:F9:97:16:8F:24:C5:8F:C5:02:3B:F5:DA:5B:E2:EB:6E:1D:D8:90:2E:D5"
);
put
(
"amazonrootca1 [jdk]"
,
"8E:CD:E6:88:4F:3D:87:B1:12:5B:A3:1A:C3:FC:B1:3D:70:16:DE:7F:57:CC:90:4F:E1:CB:97:C6:AE:98:19:6E"
);
put
(
"amazonrootca2 [jdk]"
,
"1B:A5:B2:AA:8C:65:40:1A:82:96:01:18:F8:0B:EC:4F:62:30:4D:83:CE:C4:71:3A:19:C3:9C:01:1E:A4:6D:B4"
);
put
(
"amazonrootca3 [jdk]"
,
"18:CE:6C:FE:7B:F1:4E:60:B2:E3:47:B8:DF:E8:68:CB:31:D0:2E:BB:3A:DA:27:15:69:F5:03:43:B4:6D:B3:A4"
);
put
(
"amazonrootca4 [jdk]"
,
"E3:5D:28:41:9E:D0:20:25:CF:A6:90:38:CD:62:39:62:45:8D:A5:C6:95:FB:DE:A3:C2:2B:0B:FB:25:89:70:92"
);
}
};
...
...
编辑
预览
Markdown
is supported
0%
请重试
或
添加新附件
.
添加附件
取消
You are about to add
0
people
to the discussion. Proceed with caution.
先完成此消息的编辑!
取消
想要评论请
注册
或
登录