Skip to content
体验新版
项目
组织
正在加载...
登录
切换导航
打开侧边栏
OpenHarmony
Third Party Openssl
提交
90d48e5e
T
Third Party Openssl
项目概览
OpenHarmony
/
Third Party Openssl
接近 2 年 前同步成功
通知
12
Star
18
Fork
1
代码
文件
提交
分支
Tags
贡献者
分支图
Diff
Issue
0
列表
看板
标记
里程碑
合并请求
0
Wiki
0
Wiki
分析
仓库
DevOps
项目成员
Pages
T
Third Party Openssl
项目概览
项目概览
详情
发布
仓库
仓库
文件
提交
分支
标签
贡献者
分支图
比较
Issue
0
Issue
0
列表
看板
标记
里程碑
合并请求
0
合并请求
0
Pages
分析
分析
仓库分析
DevOps
Wiki
0
Wiki
成员
成员
收起侧边栏
关闭侧边栏
动态
分支图
创建新Issue
提交
Issue看板
提交
90d48e5e
编写于
1月 26, 2016
作者:
R
Richard Levitte
浏览文件
操作
浏览文件
下载
电子邮件补丁
差异文件
Use the new OpenSSL::Test::Utils routines.
Reviewed-by:
N
Viktor Dukhovni
<
viktor@openssl.org
>
上级
96d2d7bc
变更
7
隐藏空白更改
内联
并排
Showing
7 changed file
with
11 addition
and
11 deletion
+11
-11
test/recipes/70-test_sslcertstatus.t
test/recipes/70-test_sslcertstatus.t
+1
-1
test/recipes/70-test_sslextension.t
test/recipes/70-test_sslextension.t
+1
-1
test/recipes/70-test_sslsessiontick.t
test/recipes/70-test_sslsessiontick.t
+1
-1
test/recipes/70-test_sslskewith0p.t
test/recipes/70-test_sslskewith0p.t
+1
-1
test/recipes/70-test_sslvertol.t
test/recipes/70-test_sslvertol.t
+1
-1
test/recipes/70-test_tlsextms.t
test/recipes/70-test_tlsextms.t
+1
-1
test/recipes/80-test_ssl.t
test/recipes/80-test_ssl.t
+5
-5
未找到文件。
test/recipes/70-test_sslcertstatus.t
浏览文件 @
90d48e5e
...
@@ -67,7 +67,7 @@ plan skip_all => "$test_name needs the engine feature enabled"
...
@@ -67,7 +67,7 @@ plan skip_all => "$test_name needs the engine feature enabled"
if
disabled
("
engine
");
if
disabled
("
engine
");
plan
skip_all
=>
"
$test_name
can only be performed with OpenSSL configured shared
"
plan
skip_all
=>
"
$test_name
can only be performed with OpenSSL configured shared
"
if
config
("
no_
shared
");
if
disabled
("
shared
");
$ENV
{
OPENSSL_ENGINES
}
=
top_dir
("
engines
");
$ENV
{
OPENSSL_ENGINES
}
=
top_dir
("
engines
");
$ENV
{
OPENSSL_ia32cap
}
=
'
~0x200000200000000
';
$ENV
{
OPENSSL_ia32cap
}
=
'
~0x200000200000000
';
...
...
test/recipes/70-test_sslextension.t
浏览文件 @
90d48e5e
...
@@ -67,7 +67,7 @@ plan skip_all => "$test_name needs the engine feature enabled"
...
@@ -67,7 +67,7 @@ plan skip_all => "$test_name needs the engine feature enabled"
if
disabled
("
engine
");
if
disabled
("
engine
");
plan
skip_all
=>
"
$test_name
can only be performed with OpenSSL configured shared
"
plan
skip_all
=>
"
$test_name
can only be performed with OpenSSL configured shared
"
if
config
("
no_
shared
");
if
disabled
("
shared
");
$ENV
{
OPENSSL_ENGINES
}
=
top_dir
("
engines
");
$ENV
{
OPENSSL_ENGINES
}
=
top_dir
("
engines
");
$ENV
{
OPENSSL_ia32cap
}
=
'
~0x200000200000000
';
$ENV
{
OPENSSL_ia32cap
}
=
'
~0x200000200000000
';
...
...
test/recipes/70-test_sslsessiontick.t
浏览文件 @
90d48e5e
...
@@ -68,7 +68,7 @@ plan skip_all => "$test_name needs the engine feature enabled"
...
@@ -68,7 +68,7 @@ plan skip_all => "$test_name needs the engine feature enabled"
if
disabled
("
engine
");
if
disabled
("
engine
");
plan
skip_all
=>
"
$test_name
can only be performed with OpenSSL configured shared
"
plan
skip_all
=>
"
$test_name
can only be performed with OpenSSL configured shared
"
if
config
("
no_
shared
");
if
disabled
("
shared
");
$ENV
{
OPENSSL_ENGINES
}
=
top_dir
("
engines
");
$ENV
{
OPENSSL_ENGINES
}
=
top_dir
("
engines
");
$ENV
{
OPENSSL_ia32cap
}
=
'
~0x200000200000000
';
$ENV
{
OPENSSL_ia32cap
}
=
'
~0x200000200000000
';
...
...
test/recipes/70-test_sslskewith0p.t
浏览文件 @
90d48e5e
...
@@ -67,7 +67,7 @@ plan skip_all => "$test_name needs the engine feature enabled"
...
@@ -67,7 +67,7 @@ plan skip_all => "$test_name needs the engine feature enabled"
if
disabled
("
engine
");
if
disabled
("
engine
");
plan
skip_all
=>
"
$test_name
can only be performed with OpenSSL configured shared
"
plan
skip_all
=>
"
$test_name
can only be performed with OpenSSL configured shared
"
if
config
("
no_
shared
");
if
disabled
("
shared
");
plan
skip_all
=>
"
dh is not supported by this OpenSSL build
"
plan
skip_all
=>
"
dh is not supported by this OpenSSL build
"
if
disabled
("
dh
");
if
disabled
("
dh
");
...
...
test/recipes/70-test_sslvertol.t
浏览文件 @
90d48e5e
...
@@ -67,7 +67,7 @@ plan skip_all => "$test_name needs the engine feature enabled"
...
@@ -67,7 +67,7 @@ plan skip_all => "$test_name needs the engine feature enabled"
if
disabled
("
engine
");
if
disabled
("
engine
");
plan
skip_all
=>
"
$test_name
can only be performed with OpenSSL configured shared
"
plan
skip_all
=>
"
$test_name
can only be performed with OpenSSL configured shared
"
if
config
("
no_
shared
");
if
disabled
("
shared
");
$ENV
{
OPENSSL_ENGINES
}
=
top_dir
("
engines
");
$ENV
{
OPENSSL_ENGINES
}
=
top_dir
("
engines
");
$ENV
{
OPENSSL_ia32cap
}
=
'
~0x200000200000000
';
$ENV
{
OPENSSL_ia32cap
}
=
'
~0x200000200000000
';
...
...
test/recipes/70-test_tlsextms.t
浏览文件 @
90d48e5e
...
@@ -68,7 +68,7 @@ plan skip_all => "$test_name needs the engine feature enabled"
...
@@ -68,7 +68,7 @@ plan skip_all => "$test_name needs the engine feature enabled"
if
disabled
("
engine
");
if
disabled
("
engine
");
plan
skip_all
=>
"
$test_name
can only be performed with OpenSSL configured shared
"
plan
skip_all
=>
"
$test_name
can only be performed with OpenSSL configured shared
"
if
config
("
no_
shared
");
if
disabled
("
shared
");
$ENV
{
OPENSSL_ENGINES
}
=
top_dir
("
engines
");
$ENV
{
OPENSSL_ENGINES
}
=
top_dir
("
engines
");
$ENV
{
OPENSSL_ia32cap
}
=
'
~0x200000200000000
';
$ENV
{
OPENSSL_ia32cap
}
=
'
~0x200000200000000
';
...
...
test/recipes/80-test_ssl.t
浏览文件 @
90d48e5e
...
@@ -14,11 +14,11 @@ setup("test_ssl");
...
@@ -14,11 +14,11 @@ setup("test_ssl");
my
(
$no_rsa
,
$no_dsa
,
$no_dh
,
$no_ec
,
$no_srp
,
$no_psk
,
my
(
$no_rsa
,
$no_dsa
,
$no_dh
,
$no_ec
,
$no_srp
,
$no_psk
,
$no_ssl3
,
$no_tls1
,
$no_tls1_1
,
$no_tls1_2
,
$no_ssl3
,
$no_tls1
,
$no_tls1_1
,
$no_tls1_2
,
$no_dtls
,
$no_dtls1
,
$no_dtls1_2
)
=
$no_dtls
,
$no_dtls1
,
$no_dtls1_2
)
=
disabled
qw/rsa dsa dh ec srp psk
any
disabled
qw/rsa dsa dh ec srp psk
ssl3 tls1 tls1_1 tls1_2
ssl3 tls1 tls1_1 tls1_2
dtls dtls1 dtls1_2/
;
dtls dtls1 dtls1_2/
;
my
$no_anytls
=
$no_ssl3
&&
$no_tls1
&&
$no_tls1_1
&&
$no_tls1_2
;
my
$no_anytls
=
alldisabled
(
available_protocols
("
tls
"))
;
my
$no_anydtls
=
$no_dtls
&&
$no_dtls1
&&
$no_dtls1_2
;
my
$no_anydtls
=
alldisabled
(
available_protocols
("
dtls
"))
;
plan
skip_all
=>
"
No SSL/TLS/DTLS protocol is support by this OpenSSL build
"
plan
skip_all
=>
"
No SSL/TLS/DTLS protocol is support by this OpenSSL build
"
if
$no_anytls
&&
$no_anydtls
;
if
$no_anytls
&&
$no_anydtls
;
...
...
编辑
预览
Markdown
is supported
0%
请重试
或
添加新附件
.
添加附件
取消
You are about to add
0
people
to the discussion. Proceed with caution.
先完成此消息的编辑!
取消
想要评论请
注册
或
登录