Skip to content
体验新版
项目
组织
正在加载...
登录
切换导航
打开侧边栏
openanolis
dragonwell8_jdk
提交
cbcf28a8
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看板
提交
cbcf28a8
编写于
4月 22, 2011
作者:
V
vinnie
浏览文件
操作
浏览文件
下载
电子邮件补丁
差异文件
6931562: Support SunMSCAPI Security Provider in Windows 64-bit releases of JVM
Reviewed-by: mullan
上级
d8b95afc
变更
7
隐藏空白更改
内联
并排
Showing
7 changed file
with
16 addition
and
30 deletion
+16
-30
make/java/security/Makefile
make/java/security/Makefile
+3
-5
make/sun/security/Makefile
make/sun/security/Makefile
+3
-5
test/sun/security/mscapi/AccessKeyStore.sh
test/sun/security/mscapi/AccessKeyStore.sh
+2
-4
test/sun/security/mscapi/IsSunMSCAPIAvailable.sh
test/sun/security/mscapi/IsSunMSCAPIAvailable.sh
+2
-4
test/sun/security/mscapi/KeyStoreCompatibilityMode.sh
test/sun/security/mscapi/KeyStoreCompatibilityMode.sh
+2
-4
test/sun/security/mscapi/KeytoolChangeAlias.sh
test/sun/security/mscapi/KeytoolChangeAlias.sh
+2
-4
test/sun/security/mscapi/RSAEncryptDecrypt.sh
test/sun/security/mscapi/RSAEncryptDecrypt.sh
+2
-4
未找到文件。
make/java/security/Makefile
浏览文件 @
cbcf28a8
#
# Copyright (c) 1996, 2011 Oracle and/or its affiliates. All rights reserved.
# Copyright (c) 1996, 2011
,
Oracle and/or its affiliates. All rights reserved.
# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
#
# This code is free software; you can redistribute it and/or modify it
...
...
@@ -44,11 +44,9 @@ PROPS_SRC = $(TOPDIR)/src/share/lib/security/java.security-solaris
else
# PLATFORM
# Register Microsoft CryptoAPI provider only on
(non-64-bit)
Windows platform.
# Register Microsoft CryptoAPI provider only on Windows platform.
ifeq
($(PLATFORM), windows)
ifneq
($(ARCH_DATA_MODEL), 64)
PROPS_SRC
=
$(TOPDIR)
/src/share/lib/security/java.security-windows
endif
PROPS_SRC
=
$(TOPDIR)
/src/share/lib/security/java.security-windows
endif
endif
# PLATFORM
...
...
make/sun/security/Makefile
浏览文件 @
cbcf28a8
#
# Copyright (c) 1996, 201
0
, Oracle and/or its affiliates. All rights reserved.
# Copyright (c) 1996, 201
1
, Oracle and/or its affiliates. All rights reserved.
# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
#
# This code is free software; you can redistribute it and/or modify it
...
...
@@ -52,12 +52,10 @@ ifeq ($(ARCH_DATA_MODEL), 64)
endif
endif
# Build Microsoft CryptoAPI provider only on
(non-64-bit)
Windows platform.
# Build Microsoft CryptoAPI provider only on Windows platform.
MSCAPI
=
ifeq
($(PLATFORM), windows)
ifneq
($(ARCH_DATA_MODEL), 64)
MSCAPI
=
mscapi
endif
MSCAPI
=
mscapi
endif
# Build in-tree elliptic curve crypto provider only when
...
...
test/sun/security/mscapi/AccessKeyStore.sh
浏览文件 @
cbcf28a8
#!/bin/sh
#
# Copyright (c) 2005, Oracle and/or its affiliates. All rights reserved.
# Copyright (c) 2005,
2011,
Oracle and/or its affiliates. All rights reserved.
# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
#
# This code is free software; you can redistribute it and/or modify it
...
...
@@ -25,11 +25,9 @@
# @test
# @bug 6324295
# @bug 6324295
6931562
# @run shell AccessKeyStore.sh
# @summary Confirm that permission must be granted to access keystores.
#
# Run only on non-64-bit Windows platform.
OS
=
`
uname
-s
`
case
"
$OS
"
in
...
...
test/sun/security/mscapi/IsSunMSCAPIAvailable.sh
浏览文件 @
cbcf28a8
#!/bin/sh
#
# Copyright (c) 2005, Oracle and/or its affiliates. All rights reserved.
# Copyright (c) 2005,
2011,
Oracle and/or its affiliates. All rights reserved.
# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
#
# This code is free software; you can redistribute it and/or modify it
...
...
@@ -25,11 +25,9 @@
# @test
# @bug 6318171
# @bug 6318171
6931562
# @run shell IsSunMSCAPIAvailable.sh
# @summary Basic test of the Microsoft CryptoAPI provider.
#
# Run only on non-64-bit Windows platform.
OS
=
`
uname
-s
`
case
"
$OS
"
in
...
...
test/sun/security/mscapi/KeyStoreCompatibilityMode.sh
浏览文件 @
cbcf28a8
#!/bin/sh
#
# Copyright (c) 2005, Oracle and/or its affiliates. All rights reserved.
# Copyright (c) 2005,
2011,
Oracle and/or its affiliates. All rights reserved.
# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
#
# This code is free software; you can redistribute it and/or modify it
...
...
@@ -25,12 +25,10 @@
# @test
# @bug 6324294
# @bug 6324294
6931562
# @run shell KeyStoreCompatibilityMode.sh
# @summary Confirm that a null stream or password is not permitted when
# compatibility mode is enabled (and vice versa).
#
# Run only on non-64-bit Windows platform.
OS
=
`
uname
-s
`
case
"
$OS
"
in
...
...
test/sun/security/mscapi/KeytoolChangeAlias.sh
浏览文件 @
cbcf28a8
#!/bin/sh
#
# Copyright (c) 2006, Oracle and/or its affiliates. All rights reserved.
# Copyright (c) 2006,
2011,
Oracle and/or its affiliates. All rights reserved.
# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
#
# This code is free software; you can redistribute it and/or modify it
...
...
@@ -25,11 +25,9 @@
# @test
# @bug 6415696
# @bug 6415696
6931562
# @run shell KeytoolChangeAlias.sh
# @summary Test "keytool -changealias" using the Microsoft CryptoAPI provider.
#
# Run only on non-64-bit Windows platform.
# set a few environment variables so that the shell-script can run stand-alone
# in the source directory
...
...
test/sun/security/mscapi/RSAEncryptDecrypt.sh
浏览文件 @
cbcf28a8
#!/bin/sh
#
# Copyright (c) 2006, 20
07
, Oracle and/or its affiliates. All rights reserved.
# Copyright (c) 2006, 20
11
, Oracle and/or its affiliates. All rights reserved.
# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
#
# This code is free software; you can redistribute it and/or modify it
...
...
@@ -24,13 +24,11 @@
#
# @test
# @bug 6457422
# @bug 6457422
6931562
# @run shell RSAEncryptDecrypt.sh
# @summary Confirm that plaintext can be encrypted and then decrypted using the
# RSA cipher in the SunMSCAPI crypto provider. NOTE: The RSA cipher is
# absent from the SunMSCAPI provider in OpenJDK builds.
#
# Run only on non-64-bit Windows platform.
# set a few environment variables so that the shell-script can run stand-alone
# in the source directory
...
...
编辑
预览
Markdown
is supported
0%
请重试
或
添加新附件
.
添加附件
取消
You are about to add
0
people
to the discussion. Proceed with caution.
先完成此消息的编辑!
取消
想要评论请
注册
或
登录