Skip to content
体验新版
项目
组织
正在加载...
登录
切换导航
打开侧边栏
OpenHarmony
Third Party Openssl
提交
ca1574ce
T
Third Party Openssl
项目概览
OpenHarmony
/
Third Party Openssl
1 年多 前同步成功
通知
10
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看板
提交
ca1574ce
编写于
10月 31, 2016
作者:
R
Rich Salz
浏览文件
操作
浏览文件
下载
电子邮件补丁
差异文件
Disable MDC2 by default.
Reviewed-by:
N
Tim Hudson
<
tjh@openssl.org
>
Reviewed-by:
N
Matt Caswell
<
matt@openssl.org
>
上级
be1f4812
变更
4
隐藏空白更改
内联
并排
Showing
4 changed file
with
9 addition
and
7 deletion
+9
-7
.travis.yml
.travis.yml
+4
-4
CHANGES
CHANGES
+2
-1
Configure
Configure
+1
-0
INSTALL
INSTALL
+2
-2
未找到文件。
.travis.yml
浏览文件 @
ca1574ce
...
@@ -28,7 +28,7 @@ compiler:
...
@@ -28,7 +28,7 @@ compiler:
env
:
env
:
-
CONFIG_OPTS="" DESTDIR="_install"
-
CONFIG_OPTS="" DESTDIR="_install"
-
CONFIG_OPTS="--debug no-shared enable-crypto-mdebug enable-rc5 enable-md2"
-
CONFIG_OPTS="--debug no-shared enable-crypto-mdebug enable-rc5 enable-md2
enable-mdc2
"
-
CONFIG_OPTS="no-pic --strict-warnings" BUILDONLY="yes"
-
CONFIG_OPTS="no-pic --strict-warnings" BUILDONLY="yes"
-
CONFIG_OPTS="no-engine no-shared --strict-warnings" BUILDONLY="yes"
-
CONFIG_OPTS="no-engine no-shared --strict-warnings" BUILDONLY="yes"
-
CONFIG_OPTS="no-stdio --strict-warnings" BUILDONLY="yes"
-
CONFIG_OPTS="no-stdio --strict-warnings" BUILDONLY="yes"
...
@@ -37,7 +37,7 @@ matrix:
...
@@ -37,7 +37,7 @@ matrix:
include
:
include
:
-
os
:
linux
-
os
:
linux
compiler
:
gcc
compiler
:
gcc
env
:
CONFIG_OPTS="--debug --coverage no-asm enable-rc5 enable-md2 enable-ec_nistp_64_gcc_128 enable-ssl3 enable-ssl3-method enable-nextprotoneg enable-weak-ssl-ciphers" COVERALLS="yes"
env
:
CONFIG_OPTS="--debug --coverage no-asm enable-rc5 enable-md2 enable-
mdc2 enable-
ec_nistp_64_gcc_128 enable-ssl3 enable-ssl3-method enable-nextprotoneg enable-weak-ssl-ciphers" COVERALLS="yes"
-
os
:
linux
-
os
:
linux
compiler
:
clang-3.6
compiler
:
clang-3.6
env
:
CONFIG_OPTS="enable-msan"
env
:
CONFIG_OPTS="enable-msan"
...
@@ -46,10 +46,10 @@ matrix:
...
@@ -46,10 +46,10 @@ matrix:
env
:
CONFIG_OPTS="no-asm enable-ubsan enable-rc5 enable-md2 enable-ssl3 enable-ssl3-method enable-nextprotoneg -fno-sanitize=alignment"
env
:
CONFIG_OPTS="no-asm enable-ubsan enable-rc5 enable-md2 enable-ssl3 enable-ssl3-method enable-nextprotoneg -fno-sanitize=alignment"
-
os
:
linux
-
os
:
linux
compiler
:
clang-3.6
compiler
:
clang-3.6
env
:
CONFIG_OPTS="no-asm enable-asan enable-rc5 enable-md2"
env
:
CONFIG_OPTS="no-asm enable-asan enable-rc5 enable-md2
enable-mdc2
"
-
os
:
linux
-
os
:
linux
compiler
:
gcc-5
compiler
:
gcc-5
env
:
CONFIG_OPTS="no-asm enable-ubsan enable-rc5 enable-md2 -DPEDANTIC"
env
:
CONFIG_OPTS="no-asm enable-ubsan enable-rc5 enable-md2
enable-mdc2
-DPEDANTIC"
-
os
:
linux
-
os
:
linux
compiler
:
i686-w64-mingw32-gcc
compiler
:
i686-w64-mingw32-gcc
env
:
CONFIG_OPTS="no-stdio" BUILDONLY="yes"
env
:
CONFIG_OPTS="no-stdio" BUILDONLY="yes"
...
...
CHANGES
浏览文件 @
ca1574ce
...
@@ -4,7 +4,8 @@
...
@@ -4,7 +4,8 @@
Changes between 1.1.0a and 1.1.1 [xx XXX xxxx]
Changes between 1.1.0a and 1.1.1 [xx XXX xxxx]
*)
*) MDC2 is now disabled by default.
[Rich Salz]
*) 'openssl passwd' can now produce SHA256 and SHA512 based output,
*) 'openssl passwd' can now produce SHA256 and SHA512 based output,
using the algorithm defined in
using the algorithm defined in
...
...
Configure
浏览文件 @
ca1574ce
...
@@ -433,6 +433,7 @@ our %disabled = ( # "what" => "comment"
...
@@ -433,6 +433,7 @@ our %disabled = ( # "what" => "comment"
"
fuzz-afl
"
=>
"
default
",
"
fuzz-afl
"
=>
"
default
",
"
heartbeats
"
=>
"
default
",
"
heartbeats
"
=>
"
default
",
"
md2
"
=>
"
default
",
"
md2
"
=>
"
default
",
"
mdc2
"
=>
"
default
",
"
msan
"
=>
"
default
",
"
msan
"
=>
"
default
",
"
rc5
"
=>
"
default
",
"
rc5
"
=>
"
default
",
"
sctp
"
=>
"
default
",
"
sctp
"
=>
"
default
",
...
...
INSTALL
浏览文件 @
ca1574ce
...
@@ -474,12 +474,12 @@
...
@@ -474,12 +474,12 @@
enable-<alg>
enable-<alg>
Build with support for the specified algorithm, where <alg>
Build with support for the specified algorithm, where <alg>
is one of: md2 or rc5.
is one of: md2
, mdc2,
or rc5.
no-<alg>
no-<alg>
Build without support for the specified algorithm, where
Build without support for the specified algorithm, where
<alg> is one of: bf, blake2, camellia, cast, chacha, cmac,
<alg> is one of: bf, blake2, camellia, cast, chacha, cmac,
des, dh, dsa, ecdh, ecdsa, idea, md4,
mdc2,
ocb, poly1305,
des, dh, dsa, ecdh, ecdsa, idea, md4, ocb, poly1305,
rc2, rc4, rmd160, scrypt, seed or whirlpool. The "ripemd"
rc2, rc4, rmd160, scrypt, seed or whirlpool. The "ripemd"
algorithm is deprecated and if used is synonymous with rmd160.
algorithm is deprecated and if used is synonymous with rmd160.
...
...
编辑
预览
Markdown
is supported
0%
请重试
或
添加新附件
.
添加附件
取消
You are about to add
0
people
to the discussion. Proceed with caution.
先完成此消息的编辑!
取消
想要评论请
注册
或
登录