Skip to content
体验新版
项目
组织
正在加载...
登录
切换导航
打开侧边栏
OpenHarmony
Third Party Openssl
提交
f3917502
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看板
提交
f3917502
编写于
10月 19, 2011
作者:
B
Bodo Möller
浏览文件
操作
浏览文件
下载
电子邮件补丁
差异文件
"make update" (partial)
上级
e5641d7f
变更
3
隐藏空白更改
内联
并排
Showing
3 changed file
with
20 addition
and
17 deletion
+20
-17
engines/Makefile
engines/Makefile
+8
-7
test/Makefile
test/Makefile
+8
-8
util/libeay.num
util/libeay.num
+4
-2
未找到文件。
engines/Makefile
浏览文件 @
f3917502
...
...
@@ -301,13 +301,14 @@ e_padlock.o: ../include/openssl/e_os2.h ../include/openssl/ec.h
e_padlock.o
:
../include/openssl/ecdh.h ../include/openssl/ecdsa.h
e_padlock.o
:
../include/openssl/engine.h ../include/openssl/err.h
e_padlock.o
:
../include/openssl/evp.h ../include/openssl/lhash.h
e_padlock.o
:
../include/openssl/obj_mac.h ../include/openssl/objects.h
e_padlock.o
:
../include/openssl/opensslconf.h ../include/openssl/opensslv.h
e_padlock.o
:
../include/openssl/ossl_typ.h ../include/openssl/pkcs7.h
e_padlock.o
:
../include/openssl/rand.h ../include/openssl/safestack.h
e_padlock.o
:
../include/openssl/sha.h ../include/openssl/stack.h
e_padlock.o
:
../include/openssl/symhacks.h ../include/openssl/x509.h
e_padlock.o
:
../include/openssl/x509_vfy.h e_padlock.c
e_padlock.o
:
../include/openssl/modes.h ../include/openssl/obj_mac.h
e_padlock.o
:
../include/openssl/objects.h ../include/openssl/opensslconf.h
e_padlock.o
:
../include/openssl/opensslv.h ../include/openssl/ossl_typ.h
e_padlock.o
:
../include/openssl/pkcs7.h ../include/openssl/rand.h
e_padlock.o
:
../include/openssl/safestack.h ../include/openssl/sha.h
e_padlock.o
:
../include/openssl/stack.h ../include/openssl/symhacks.h
e_padlock.o
:
../include/openssl/x509.h ../include/openssl/x509_vfy.h
e_padlock.o
:
e_padlock.c
e_sureware.o
:
../include/openssl/asn1.h ../include/openssl/bio.h
e_sureware.o
:
../include/openssl/bn.h ../include/openssl/buffer.h
e_sureware.o
:
../include/openssl/crypto.h ../include/openssl/dh.h
...
...
test/Makefile
浏览文件 @
f3917502
...
...
@@ -756,14 +756,14 @@ fips_hmactest.o: ../include/openssl/symhacks.h fips_hmactest.c
fips_randtest.o
:
../e_os.h ../include/openssl/aes.h ../include/openssl/asn1.h
fips_randtest.o
:
../include/openssl/bio.h ../include/openssl/bn.h
fips_randtest.o
:
../include/openssl/crypto.h ../include/openssl/e_os2.h
fips_randtest.o
:
../include/openssl/e
rr.h ../include/openssl/evp
.h
fips_randtest.o
:
../include/openssl/
fips_rand.h ../include/openssl/hmac
.h
fips_randtest.o
:
../include/openssl/
lhash.h ../include/openssl/obj_mac
.h
fips_randtest.o
:
../include/openssl/obj
ects.h ../include/openssl/opensslconf
.h
fips_randtest.o
:
../include/openssl/openssl
v.h ../include/openssl/ossl_typ
.h
fips_randtest.o
:
../include/openssl/
rand.h ../include/openssl/safestack
.h
fips_randtest.o
:
../include/openssl/s
tack.h ../include/openssl/symhacks
.h
fips_randtest.o
:
fips_randtest.c
fips_randtest.o
:
../include/openssl/e
c.h ../include/openssl/err
.h
fips_randtest.o
:
../include/openssl/
evp.h ../include/openssl/fips_rand
.h
fips_randtest.o
:
../include/openssl/
hmac.h ../include/openssl/lhash
.h
fips_randtest.o
:
../include/openssl/obj
_mac.h ../include/openssl/objects
.h
fips_randtest.o
:
../include/openssl/openssl
conf.h ../include/openssl/opensslv
.h
fips_randtest.o
:
../include/openssl/
ossl_typ.h ../include/openssl/rand
.h
fips_randtest.o
:
../include/openssl/s
afestack.h ../include/openssl/stack
.h
fips_randtest.o
:
../include/openssl/symhacks.h
fips_randtest.c
fips_rngvs.o
:
../include/openssl/opensslconf.h fips_rngvs.c
fips_rsagtest.o
:
../include/openssl/asn1.h ../include/openssl/bio.h
fips_rsagtest.o
:
../include/openssl/bn.h ../include/openssl/crypto.h
...
...
util/libeay.num
浏览文件 @
f3917502
...
...
@@ -4218,7 +4218,7 @@ EVP_PKEY_meth_copy 4588 EXIST::FUNCTION:
ERR_add_error_vdata 4589 EXIST::FUNCTION:
EVP_aes_128_ctr 4590 EXIST::FUNCTION:AES
EVP_aes_256_ctr 4591 EXIST::FUNCTION:AES
EC_GFp_nistp224_method 4592 EXIST:!WIN32:FUNCTION:EC,EC_NISTP
224
_64_GCC_128
EC_GFp_nistp224_method 4592 EXIST:!WIN32:FUNCTION:EC,EC_NISTP_64_GCC_128
EC_KEY_get_flags 4593 EXIST::FUNCTION:EC
RSA_padding_add_PKCS1_PSS_mgf1 4594 EXIST::FUNCTION:RSA
EVP_aes_128_xts 4595 EXIST::FUNCTION:AES
...
...
@@ -4326,7 +4326,7 @@ X509_VERIFY_PARAM_get_count 4695 EXIST::FUNCTION:
FIPS_rand_strength 4696 EXIST:OPENSSL_FIPS:FUNCTION:
FIPS_module_mode_set 4697 EXIST:OPENSSL_FIPS:FUNCTION:
fips_check_rsa_prng 4698 EXIST:OPENSSL_FIPS:FUNCTION:
ENGINE_load_aesni 4699
EXIST::FUNCTION:ENGINE
ENGINE_load_aesni 4699
NOEXIST::FUNCTION:
DH_compute_key_padded 4700 EXIST::FUNCTION:DH
FIPS_x931_stick 4701 EXIST:OPENSSL_FIPS:FUNCTION:
FIPS_drbg_stick 4702 EXIST:OPENSSL_FIPS:FUNCTION:
...
...
@@ -4386,3 +4386,5 @@ BN_nist_mod_func 4755 EXIST::FUNCTION:
FIPS_drbg_get_app_data 4756 EXIST:OPENSSL_FIPS:FUNCTION:
FIPS_rsa_verify_ctx 4757 EXIST:OPENSSL_FIPS:FUNCTION:
FIPS_drbg_method 4758 EXIST:OPENSSL_FIPS:FUNCTION:
EC_GFp_nistp521_method 4759 EXIST:!WIN32:FUNCTION:EC,EC_NISTP_64_GCC_128
EC_GFp_nistp256_method 4760 EXIST:!WIN32:FUNCTION:EC,EC_NISTP_64_GCC_128
编辑
预览
Markdown
is supported
0%
请重试
或
添加新附件
.
添加附件
取消
You are about to add
0
people
to the discussion. Proceed with caution.
先完成此消息的编辑!
取消
想要评论请
注册
或
登录