Skip to content
体验新版
项目
组织
正在加载...
登录
切换导航
打开侧边栏
OpenHarmony
Third Party Openssl
提交
ce06265a
T
Third Party Openssl
项目概览
OpenHarmony
/
Third Party Openssl
大约 1 年 前同步成功
通知
9
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看板
提交
ce06265a
编写于
3月 20, 2003
作者:
D
Dr. Stephen Henson
浏览文件
操作
浏览文件
下载
电子邮件补丁
差异文件
make update
上级
439909a0
变更
5
显示空白变更内容
内联
并排
Showing
5 changed file
with
61 addition
and
32 deletion
+61
-32
TABLE
TABLE
+52
-27
crypto/ecdh/Makefile.ssl
crypto/ecdh/Makefile.ssl
+4
-3
test/Makefile.ssl
test/Makefile.ssl
+2
-1
util/libeay.num
util/libeay.num
+2
-1
util/ssleay.num
util/ssleay.num
+1
-0
未找到文件。
TABLE
浏览文件 @
ce06265a
...
...
@@ -300,31 +300,6 @@ $shared_extension =
$ranlib =
$arflags =
*** Mingw32
$cc = gcc
$cflags = -DL_ENDIAN -fomit-frame-pointer -O3 -m486 -Wall
$unistd =
$thread_cflag =
$sys_id =
$lflags =
$bn_ops = BN_LLONG DES_PTR DES_RISC1 DES_UNROLL RC4_INDEX MD2_INT
$bn_obj =
$des_obj =
$bf_obj =
$md5_obj =
$sha1_obj =
$cast_obj =
$rc4_obj =
$rmd160_obj =
$rc5_obj =
$dso_scheme = win32
$shared_target=
$shared_cflag =
$shared_ldflag =
$shared_extension =
$ranlib =
$arflags =
*** NetBSD-m68
$cc = gcc
$cflags = -DTERMIOS -O3 -fomit-frame-pointer -Wall -DB_ENDIAN
...
...
@@ -2018,7 +1993,7 @@ $rc4_obj = asm/rx86-elf.o
$rmd160_obj = asm/rm86-elf.o
$rc5_obj = asm/r586-elf.o
$dso_scheme = dlfcn
$shared_target=
$shared_target=
linux-shared
$shared_cflag =
$shared_ldflag =
$shared_extension =
...
...
@@ -2035,7 +2010,7 @@ $lflags = -rdynamic -ldl
$bn_ops = SIXTY_FOUR_BIT
$bn_obj =
$des_obj = dlfcn
$bf_obj =
$bf_obj =
linux-shared
$md5_obj =
$sha1_obj =
$cast_obj =
...
...
@@ -3075,6 +3050,31 @@ $shared_extension = .so.$(SHLIB_MAJOR).$(SHLIB_MINOR)
$ranlib =
$arflags =
*** linux-ia64-ecc
$cc = ecc
$cflags = -DL_ENDIAN -DTERMIO -O2 -Wall
$unistd =
$thread_cflag = -D_REENTRANT
$sys_id =
$lflags = -ldl
$bn_ops = SIXTY_FOUR_BIT_LONG RC4_CHUNK RC4_CHAR
$bn_obj = asm/ia64.o
$des_obj =
$bf_obj =
$md5_obj =
$sha1_obj =
$cast_obj =
$rc4_obj =
$rmd160_obj =
$rc5_obj =
$dso_scheme = dlfcn
$shared_target= linux-shared
$shared_cflag = -fPIC
$shared_ldflag =
$shared_extension = .so.$(SHLIB_MAJOR).$(SHLIB_MINOR)
$ranlib =
$arflags =
*** linux-k6
$cc = gcc
$cflags = -DL_ENDIAN -DTERMIO -O3 -fomit-frame-pointer -mcpu=k6 -Wall
...
...
@@ -3450,6 +3450,31 @@ $shared_extension = .so.$(SHLIB_MAJOR).$(SHLIB_MINOR)
$ranlib =
$arflags =
*** mingw
$cc = gcc
$cflags = -DL_ENDIAN -fomit-frame-pointer -O3 -march=i486 -mno-cygwin -Wall
$unistd =
$thread_cflag =
$sys_id = MINGW32
$lflags = -mno-cygwin -lwsock32 -lgdi32
$bn_ops = BN_LLONG DES_PTR DES_RISC1 DES_UNROLL RC4_INDEX MD2_INT
$bn_obj = asm/bn86-out.o asm/co86-out.o
$des_obj = asm/dx86-out.o asm/yx86-out.o
$bf_obj = asm/bx86-out.o
$md5_obj = asm/mx86-out.o
$sha1_obj = asm/sx86-out.o
$cast_obj = asm/cx86-out.o
$rc4_obj = asm/rx86-out.o
$rmd160_obj = asm/rm86-out.o
$rc5_obj = asm/r586-out.o
$dso_scheme = win32
$shared_target=
$shared_cflag =
$shared_ldflag =
$shared_extension = .dll
$ranlib =
$arflags =
*** ncr-scde
$cc = cc
$cflags = -O6 -Xa -Hoff=BEHAVED -686 -Hwide -Hiw
...
...
crypto/ecdh/Makefile.ssl
浏览文件 @
ce06265a
...
...
@@ -115,9 +115,10 @@ ech_lib.o: ech_lib.c
ech_ossl.o
:
../../include/openssl/asn1.h ../../include/openssl/bio.h
ech_ossl.o
:
../../include/openssl/bn.h ../../include/openssl/crypto.h
ech_ossl.o
:
../../include/openssl/e_os2.h ../../include/openssl/ec.h
ech_ossl.o
:
../../include/openssl/err.h ../../include/openssl/lhash.h
ech_ossl.o
:
../../include/openssl/obj_mac.h ../../include/openssl/opensslconf.h
ech_ossl.o
:
../../include/openssl/ecdh.h ../../include/openssl/err.h
ech_ossl.o
:
../../include/openssl/lhash.h ../../include/openssl/obj_mac.h
ech_ossl.o
:
../../include/openssl/opensslconf.h
ech_ossl.o
:
../../include/openssl/opensslv.h ../../include/openssl/ossl_typ.h
ech_ossl.o
:
../../include/openssl/safestack.h ../../include/openssl/sha.h
ech_ossl.o
:
../../include/openssl/stack.h ../../include/openssl/symhacks.h
ech_ossl.o
:
ec
dh.h ec
h_ossl.c
ech_ossl.o
:
ech_ossl.c
test/Makefile.ssl
浏览文件 @
ce06265a
...
...
@@ -830,7 +830,8 @@ ecdhtest.o: ../include/openssl/lhash.h ../include/openssl/obj_mac.h
ecdhtest.o
:
../include/openssl/objects.h ../include/openssl/opensslconf.h
ecdhtest.o
:
../include/openssl/opensslv.h ../include/openssl/ossl_typ.h
ecdhtest.o
:
../include/openssl/rand.h ../include/openssl/safestack.h
ecdhtest.o
:
../include/openssl/stack.h ../include/openssl/symhacks.h ecdhtest.c
ecdhtest.o
:
../include/openssl/sha.h ../include/openssl/stack.h
ecdhtest.o
:
../include/openssl/symhacks.h ecdhtest.c
ecdsatest.o
:
../include/openssl/asn1.h ../include/openssl/bio.h
ecdsatest.o
:
../include/openssl/bn.h ../include/openssl/crypto.h
ecdsatest.o
:
../include/openssl/dh.h ../include/openssl/dsa.h
...
...
util/libeay.num
浏览文件 @
ce06265a
...
...
@@ -2905,7 +2905,7 @@ BN_nist_mod_224 3342 EXIST::FUNCTION:
i2d_EC_PUBKEY_bio 3343 EXIST::FUNCTION:BIO,EC
EC_GROUP_get_asn1_flag 3344 EXIST::FUNCTION:EC
ECDH_get_ex_new_index 3345 EXIST::FUNCTION:ECDH
ECDH_size 3346
EXIST::FUNCTION:ECDH
ECDH_size 3346
NOEXIST::FUNCTION:
BN_GF2m_mod_inv 3347 EXIST::FUNCTION:
BN_GF2m_mod_exp 3348 EXIST::FUNCTION:
EC_GROUP_get0_seed 3349 EXIST::FUNCTION:EC
...
...
@@ -2999,3 +2999,4 @@ ENGINE_load_gmp 3433 EXIST::FUNCTION:ENGINE,STATIC_ENGIN
a2i_IPADDRESS 3434 EXIST::FUNCTION:
ENGINE_setup_bsd_cryptodev 3435 EXIST:__FreeBSD__:FUNCTION:ENGINE
EC_GROUP_have_precompute_mult 3436 EXIST::FUNCTION:EC
X509V3_NAME_from_section 3437 EXIST::FUNCTION:
util/ssleay.num
浏览文件 @
ce06265a
...
...
@@ -217,3 +217,4 @@ SSL_CTX_set_msg_callback 266 EXIST::FUNCTION:
SSL_set_msg_callback 267 EXIST::FUNCTION:
SSL_set_tmp_ecdh_callback 268 EXIST::FUNCTION:ECDH
SSL_CTX_set_tmp_ecdh_callback 269 EXIST::FUNCTION:ECDH
SSL_SESSION_get_id 270 EXIST::FUNCTION:
编辑
预览
Markdown
is supported
0%
请重试
或
添加新附件
.
添加附件
取消
You are about to add
0
people
to the discussion. Proceed with caution.
先完成此消息的编辑!
取消
想要评论请
注册
或
登录