Skip to content
体验新版
项目
组织
正在加载...
登录
切换导航
打开侧边栏
OpenHarmony
Third Party Openssl
提交
c09c3c4b
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看板
提交
c09c3c4b
编写于
2月 13, 1999
作者:
B
Ben Laurie
浏览文件
操作
浏览文件
下载
电子邮件补丁
差异文件
Update dependencies.
上级
4e31df2c
变更
4
隐藏空白更改
内联
并排
Showing
4 changed file
with
34 addition
and
1 deletion
+34
-1
crypto/asn1/Makefile.ssl
crypto/asn1/Makefile.ssl
+10
-0
crypto/des/Makefile.ssl
crypto/des/Makefile.ssl
+1
-0
crypto/des/destest.c
crypto/des/destest.c
+1
-1
crypto/x509v3/Makefile.ssl
crypto/x509v3/Makefile.ssl
+22
-0
未找到文件。
crypto/asn1/Makefile.ssl
浏览文件 @
c09c3c4b
...
...
@@ -375,6 +375,16 @@ evp_asn1.o: ../../include/rc4.h ../../include/rc5.h ../../include/ripemd.h
evp_asn1.o
:
../../include/rsa.h ../../include/sha.h ../../include/stack.h
evp_asn1.o
:
../../include/x509.h ../../include/x509_vfy.h ../cryptlib.h
evp_asn1.o
:
../crypto.h asn1.h asn1_mac.h
f_enum.o
:
../../include/bio.h ../../include/blowfish.h ../../include/bn.h
f_enum.o
:
../../include/buffer.h ../../include/cast.h ../../include/des.h
f_enum.o
:
../../include/dh.h ../../include/dsa.h ../../include/e_os.h
f_enum.o
:
../../include/err.h ../../include/evp.h ../../include/idea.h
f_enum.o
:
../../include/md2.h ../../include/md5.h ../../include/mdc2.h
f_enum.o
:
../../include/objects.h ../../include/pkcs7.h ../../include/rc2.h
f_enum.o
:
../../include/rc4.h ../../include/rc5.h ../../include/ripemd.h
f_enum.o
:
../../include/rsa.h ../../include/sha.h ../../include/stack.h
f_enum.o
:
../../include/x509.h ../../include/x509_vfy.h ../cryptlib.h
f_enum.o
:
../crypto.h asn1.h
f_int.o
:
../../include/bio.h ../../include/blowfish.h ../../include/bn.h
f_int.o
:
../../include/buffer.h ../../include/cast.h ../../include/des.h
f_int.o
:
../../include/dh.h ../../include/dsa.h ../../include/e_os.h
...
...
crypto/des/Makefile.ssl
浏览文件 @
c09c3c4b
...
...
@@ -148,6 +148,7 @@ cfb_enc.o: des.h des_locl.h
des_enc.o
:
des.h des_locl.h
ecb3_enc.o
:
des.h des_locl.h
ecb_enc.o
:
des.h des_locl.h spr.h
ede_cbcm_enc.o
:
des.h des_locl.h
enc_read.o
:
des.h des_locl.h
enc_writ.o
:
des.h des_locl.h
fcrypt.o
:
des.h des.h des_locl.h des_locl.h
...
...
crypto/des/destest.c
浏览文件 @
c09c3c4b
...
...
@@ -701,7 +701,7 @@ plain[8+4], plain[8+5], plain[8+6], plain[8+7]);
printf
(
"Doing quad_cksum
\n
"
);
/* This is obviously done this way especially to puzzle me. Although
quad_cksum returns up to 4 groups of 8 bytes, this test gets it to
produce 2 group
o
s then treats them as 4 groups of 4 bytes.
produce 2 groups then treats them as 4 groups of 4 bytes.
Ben 13 Feb 1999 */
cs
=
quad_cksum
(
cbc_data
,(
des_cblocks
)
qret
,
strlen
(
cbc_data
),
2
,
cbc_iv
);
...
...
crypto/x509v3/Makefile.ssl
浏览文件 @
c09c3c4b
...
...
@@ -87,6 +87,17 @@ $(ERRC).c: $(ERR).err
# DO NOT DELETE THIS LINE -- make depend depends on it.
v3_akey.o
:
../../include/asn1.h ../../include/asn1_mac.h ../../include/bio.h
v3_akey.o
:
../../include/blowfish.h ../../include/bn.h ../../include/cast.h
v3_akey.o
:
../../include/conf.h ../../include/crypto.h ../../include/des.h
v3_akey.o
:
../../include/dh.h ../../include/dsa.h ../../include/err.h
v3_akey.o
:
../../include/evp.h ../../include/idea.h ../../include/lhash.h
v3_akey.o
:
../../include/md2.h ../../include/md5.h ../../include/mdc2.h
v3_akey.o
:
../../include/objects.h ../../include/pem.h ../../include/pem2.h
v3_akey.o
:
../../include/pkcs7.h ../../include/rc2.h ../../include/rc4.h
v3_akey.o
:
../../include/rc5.h ../../include/ripemd.h ../../include/rsa.h
v3_akey.o
:
../../include/sha.h ../../include/stack.h ../../include/x509.h
v3_akey.o
:
../../include/x509_vfy.h x509v3.h
v3_alt.o
:
../../include/asn1.h ../../include/asn1_mac.h ../../include/bio.h
v3_alt.o
:
../../include/blowfish.h ../../include/bn.h ../../include/cast.h
v3_alt.o
:
../../include/conf.h ../../include/crypto.h ../../include/des.h
...
...
@@ -186,6 +197,17 @@ v3_prn.o: ../../include/rc2.h ../../include/rc4.h ../../include/rc5.h
v3_prn.o
:
../../include/ripemd.h ../../include/rsa.h ../../include/sha.h
v3_prn.o
:
../../include/stack.h ../../include/x509.h ../../include/x509_vfy.h
v3_prn.o
:
x509v3.h
v3_skey.o
:
../../include/asn1.h ../../include/asn1_mac.h ../../include/bio.h
v3_skey.o
:
../../include/blowfish.h ../../include/bn.h ../../include/cast.h
v3_skey.o
:
../../include/conf.h ../../include/crypto.h ../../include/des.h
v3_skey.o
:
../../include/dh.h ../../include/dsa.h ../../include/err.h
v3_skey.o
:
../../include/evp.h ../../include/idea.h ../../include/lhash.h
v3_skey.o
:
../../include/md2.h ../../include/md5.h ../../include/mdc2.h
v3_skey.o
:
../../include/objects.h ../../include/pem.h ../../include/pem2.h
v3_skey.o
:
../../include/pkcs7.h ../../include/rc2.h ../../include/rc4.h
v3_skey.o
:
../../include/rc5.h ../../include/ripemd.h ../../include/rsa.h
v3_skey.o
:
../../include/sha.h ../../include/stack.h ../../include/x509.h
v3_skey.o
:
../../include/x509_vfy.h x509v3.h
v3_utl.o
:
../../include/asn1.h ../../include/bio.h ../../include/blowfish.h
v3_utl.o
:
../../include/bn.h ../../include/cast.h ../../include/conf.h
v3_utl.o
:
../../include/crypto.h ../../include/des.h ../../include/dh.h
...
...
编辑
预览
Markdown
is supported
0%
请重试
或
添加新附件
.
添加附件
取消
You are about to add
0
people
to the discussion. Proceed with caution.
先完成此消息的编辑!
取消
想要评论请
注册
或
登录