Skip to content
体验新版
项目
组织
正在加载...
登录
切换导航
打开侧边栏
OpenHarmony
Third Party Openssl
提交
abc64463
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看板
提交
abc64463
编写于
4月 25, 2005
作者:
B
Bodo Möller
浏览文件
操作
浏览文件
下载
电子邮件补丁
差异文件
move some more entries into FIPS file
上级
2e7245f5
变更
2
隐藏空白更改
内联
并排
Showing
2 changed file
with
100 addition
and
100 deletion
+100
-100
ChangeLog.0_9_7-stable_not-in-head
ChangeLog.0_9_7-stable_not-in-head
+0
-100
ChangeLog.0_9_7-stable_not-in-head_FIPS
ChangeLog.0_9_7-stable_not-in-head_FIPS
+100
-0
未找到文件。
ChangeLog.0_9_7-stable_not-in-head
浏览文件 @
abc64463
...
...
@@ -822,66 +822,6 @@ be added to the end of this file.
Check error returns.
2004-05-15 19:51 ben
Changed:
crypto/dh/dh.h (1.23.2.6), "Exp", lines: +1 -0
crypto/dh/dh_err.c (1.6.2.3), "Exp", lines: +2 -1
crypto/dh/dh_gen.c (1.8.8.2), "Exp", lines: +9 -0
fips/fips_test_suite.c (1.1.4.2), "Exp", lines: +4 -3
fips/aes/fips_aesavs.c (1.1.2.11), "Exp", lines: +49 -1
fips/des/fingerprint.sha1 (1.1.2.4), "Exp", lines: +1 -1
fips/des/fips_desmovs.c (1.1.2.5), "Exp", lines: +49 -1
fips/des/fips_set_key.c (1.1.4.2), "Exp", lines: +2 -0
fips/sha1/fingerprint.sha1 (1.1.2.5), "Exp", lines: +1 -1
fips/sha1/fips_md32_common.h (1.1.2.4), "Exp", lines: +3 -0
fips/sha1/standalone.sha1 (1.1.2.6), "Exp", lines: +1 -1
Fix self-tests, ban some things in FIPS mode, fix copyrights.
2004-05-17 06:28 levitte
Changed:
util/mk1mf.pl (1.41.2.11), "Exp", lines: +8 -2
util/pl/BC-16.pl (1.2.2.2), "Exp", lines: +9 -4
util/pl/BC-32.pl (1.11.2.5), "Exp", lines: +8 -3
util/pl/Mingw32.pl (1.12.6.6), "Exp", lines: +7 -2
util/pl/OS2-EMX.pl (1.1.2.4), "Exp", lines: +7 -2
util/pl/VC-16.pl (1.3.2.2), "Exp", lines: +7 -2
util/pl/VC-32.pl (1.11.2.4), "Exp", lines: +7 -2
util/pl/VC-CE.pl (1.1.2.6), "Exp", lines: +7 -2
util/pl/linux.pl (1.3.6.1), "Exp", lines: +7 -2
util/pl/ultrix.pl (1.2.8.2), "Exp", lines: +7 -2
util/pl/unix.pl (1.2.8.1), "Exp", lines: +7 -2
Generate SHA1 files on Windows and other platforms supported by
mk1mf.pl, when building in FIPS mode.
Note: UNTESTED!
2004-05-17 06:30 levitte
Changed:
apps/apps.h (1.44.2.14), "Exp", lines: +3 -0
apps/openssl.c (1.48.2.10), "Exp", lines: +9 -5
Make sure the applications know when we are running in FIPS mode.
We can't use the variable in libcrypto, since it's supposedly
unknown.
Note: currently only supported in MONOLITH mode.
2004-05-17 06:31 levitte
Changed:
apps/enc.c (1.35.2.9), "Exp", lines: +10 -1
When in FIPS mode, use SHA1 to digest the key, rather than MD5, as
MD5 isn't a FIPS-approved algorithm.
Note: this means the user needs to keep track of this, and
we need to add support for that...
2004-05-17 06:39 levitte
Changed:
...
...
@@ -951,23 +891,6 @@ be added to the end of this file.
Fix memory leak.
2004-07-21 19:41 steve
Changed:
crypto/pem/pem_all.c (1.20.2.1), "Exp", lines: +119 -0
When in FIPS mode write private keys in PKCS#8 and PBES2 format to
avoid use of prohibited MD5 algorithm.
2004-07-23 15:20 ben
Changed:
fips/rand/fingerprint.sha1 (1.1.2.7), "Exp", lines: +1 -1
fips/rand/fips_rand.c (1.1.2.7), "Exp", lines: +22 -7
fips/rand/fips_randtest.c (1.1.2.5), "Exp", lines: +2 -2
Convert to X9.31.
2004-07-24 15:40 appro
Changed:
...
...
@@ -995,13 +918,6 @@ be added to the end of this file.
Thanks to Dr Stephen Henson <shenson@drh-consultancy.co.uk>
for making me aware of this error.
2004-08-09 14:13 levitte
Changed:
makevms.com (1.35.2.8), "Exp", lines: +1 -1
In the fips directory, we use FIPS-LIB.COM, not CRYPTO-LIB.COM...
2004-08-11 22:34 levitte
Changed:
...
...
@@ -1044,22 +960,6 @@ be added to the end of this file.
Oops, forgot to reorder extension request nids.
2004-10-14 07:51 levitte
Changed:
VMS/mkshared.com (1.3.2.1), "Exp", lines: +8 -0
We need to check for OPENSSL_FIPS when building shared libraries,
so we get correct transfer vectors for those functions when
required.
2004-10-26 13:47 steve
Changed:
util/mkfiles.pl (1.12.2.2), "Exp", lines: +1 -0
Add fips/dh directory to mkfiles.pl
2004-11-11 02:18 steve
Changed:
...
...
ChangeLog.0_9_7-stable_not-in-head_FIPS
浏览文件 @
abc64463
...
...
@@ -580,6 +580,66 @@ This is the "FIPS"-related part.
Ignore 'Makefile.save'
2004-05-15 19:51 ben
Changed:
crypto/dh/dh.h (1.23.2.6), "Exp", lines: +1 -0
crypto/dh/dh_err.c (1.6.2.3), "Exp", lines: +2 -1
crypto/dh/dh_gen.c (1.8.8.2), "Exp", lines: +9 -0
fips/fips_test_suite.c (1.1.4.2), "Exp", lines: +4 -3
fips/aes/fips_aesavs.c (1.1.2.11), "Exp", lines: +49 -1
fips/des/fingerprint.sha1 (1.1.2.4), "Exp", lines: +1 -1
fips/des/fips_desmovs.c (1.1.2.5), "Exp", lines: +49 -1
fips/des/fips_set_key.c (1.1.4.2), "Exp", lines: +2 -0
fips/sha1/fingerprint.sha1 (1.1.2.5), "Exp", lines: +1 -1
fips/sha1/fips_md32_common.h (1.1.2.4), "Exp", lines: +3 -0
fips/sha1/standalone.sha1 (1.1.2.6), "Exp", lines: +1 -1
Fix self-tests, ban some things in FIPS mode, fix copyrights.
2004-05-17 06:28 levitte
Changed:
util/mk1mf.pl (1.41.2.11), "Exp", lines: +8 -2
util/pl/BC-16.pl (1.2.2.2), "Exp", lines: +9 -4
util/pl/BC-32.pl (1.11.2.5), "Exp", lines: +8 -3
util/pl/Mingw32.pl (1.12.6.6), "Exp", lines: +7 -2
util/pl/OS2-EMX.pl (1.1.2.4), "Exp", lines: +7 -2
util/pl/VC-16.pl (1.3.2.2), "Exp", lines: +7 -2
util/pl/VC-32.pl (1.11.2.4), "Exp", lines: +7 -2
util/pl/VC-CE.pl (1.1.2.6), "Exp", lines: +7 -2
util/pl/linux.pl (1.3.6.1), "Exp", lines: +7 -2
util/pl/ultrix.pl (1.2.8.2), "Exp", lines: +7 -2
util/pl/unix.pl (1.2.8.1), "Exp", lines: +7 -2
Generate SHA1 files on Windows and other platforms supported by
mk1mf.pl, when building in FIPS mode.
Note: UNTESTED!
2004-05-17 06:30 levitte
Changed:
apps/apps.h (1.44.2.14), "Exp", lines: +3 -0
apps/openssl.c (1.48.2.10), "Exp", lines: +9 -5
Make sure the applications know when we are running in FIPS mode.
We can't use the variable in libcrypto, since it's supposedly
unknown.
Note: currently only supported in MONOLITH mode.
2004-05-17 06:31 levitte
Changed:
apps/enc.c (1.35.2.9), "Exp", lines: +10 -1
When in FIPS mode, use SHA1 to digest the key, rather than MD5, as
MD5 isn't a FIPS-approved algorithm.
Note: this means the user needs to keep track of this, and
we need to add support for that...
2004-05-19 16:16 levitte
Changed:
...
...
@@ -711,6 +771,23 @@ This is the "FIPS"-related part.
Eliminate enforced -g from CFLAGS. It switches off optimization
with some compilers, e.g. DEC C.
2004-07-21 19:41 steve
Changed:
crypto/pem/pem_all.c (1.20.2.1), "Exp", lines: +119 -0
When in FIPS mode write private keys in PKCS#8 and PBES2 format to
avoid use of prohibited MD5 algorithm.
2004-07-23 15:20 ben
Changed:
fips/rand/fingerprint.sha1 (1.1.2.7), "Exp", lines: +1 -1
fips/rand/fips_rand.c (1.1.2.7), "Exp", lines: +22 -7
fips/rand/fips_randtest.c (1.1.2.5), "Exp", lines: +2 -2
Convert to X9.31.
2004-07-21 19:35 steve
Changed:
...
...
@@ -842,6 +919,13 @@ This is the "FIPS"-related part.
Stop compiler giving bogus shadow warning.
2004-08-09 14:13 levitte
Changed:
makevms.com (1.35.2.8), "Exp", lines: +1 -1
In the fips directory, we use FIPS-LIB.COM, not CRYPTO-LIB.COM...
2004-08-09 14:14 levitte
Changed:
...
...
@@ -891,6 +975,22 @@ This is the "FIPS"-related part.
Update fingerprints.
2004-10-14 07:51 levitte
Changed:
VMS/mkshared.com (1.3.2.1), "Exp", lines: +8 -0
We need to check for OPENSSL_FIPS when building shared libraries,
so we get correct transfer vectors for those functions when
required.
2004-10-26 13:47 steve
Changed:
util/mkfiles.pl (1.12.2.2), "Exp", lines: +1 -0
Add fips/dh directory to mkfiles.pl
2004-10-26 14:17 levitte
Changed:
...
...
编辑
预览
Markdown
is supported
0%
请重试
或
添加新附件
.
添加附件
取消
You are about to add
0
people
to the discussion. Proceed with caution.
先完成此消息的编辑!
取消
想要评论请
注册
或
登录