Skip to content
体验新版
项目
组织
正在加载...
登录
切换导航
打开侧边栏
OpenHarmony
Third Party Openssl
提交
9d07fd03
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看板
提交
9d07fd03
编写于
9月 05, 2001
作者:
U
Ulf Möller
浏览文件
操作
浏览文件
下载
电子邮件补丁
差异文件
Use GCC 2.95/3.0 optimization
上级
a8a18782
变更
7
隐藏空白更改
内联
并排
Showing
7 changed file
with
134 addition
and
44 deletion
+134
-44
Configure
Configure
+3
-0
TABLE
TABLE
+69
-0
apps/Makefile.ssl
apps/Makefile.ssl
+39
-37
config
config
+12
-1
crypto/engine/Makefile.ssl
crypto/engine/Makefile.ssl
+2
-1
test/Makefile.ssl
test/Makefile.ssl
+2
-1
util/libeay.num
util/libeay.num
+7
-4
未找到文件。
Configure
浏览文件 @
9d07fd03
...
...
@@ -360,6 +360,9 @@ my %table=(
# The intel boxes :-), It would be worth seeing if bsdi-gcc can use the
# bn86-elf.o file file since it is hand tweaked assembler.
"linux-elf", "gcc:-DL_ENDIAN -DTERMIO -O3 -fomit-frame-pointer -m486 -Wall::-D_REENTRANT::-ldl:BN_LLONG ${x86_gcc_des} ${x86_gcc_opts}:${x86_elf_asm}:dlfcn:linux-shared:-fPIC:.so.\$(SHLIB_MAJOR).\$(SHLIB_MINOR)",
"linux-pentium", "gcc:-DL_ENDIAN -DTERMIO -O3 -fomit-frame-pointer -mcpu=pentium -Wall::-D_REENTRANT::-ldl:BN_LLONG ${x86_gcc_des} ${x86_gcc_opts}:${x86_elf_asm}:dlfcn:linux-shared:-fPIC:.so.\$(SHLIB_MAJOR).\$(SHLIB_MINOR)",
"linux-ppro", "gcc:-DL_ENDIAN -DTERMIO -O3 -fomit-frame-pointer -mcpu=pentiumpro -Wall::-D_REENTRANT::-ldl:BN_LLONG ${x86_gcc_des} ${x86_gcc_opts}:${x86_elf_asm}:dlfcn:linux-shared:-fPIC:.so.\$(SHLIB_MAJOR).\$(SHLIB_MINOR)",
"linux-k6", "gcc:-DL_ENDIAN -DTERMIO -O3 -fomit-frame-pointer -mcpu=k6 -Wall::-D_REENTRANT::-ldl:BN_LLONG ${x86_gcc_des} ${x86_gcc_opts}:${x86_elf_asm}:dlfcn:linux-shared:-fPIC:.so.\$(SHLIB_MAJOR).\$(SHLIB_MINOR)",
"debug-linux-elf","gcc:-DBN_DEBUG -DREF_CHECK -DCONF_DEBUG -DBN_CTX_DEBUG -DCRYPTO_MDEBUG -DL_ENDIAN -DTERMIO -g -m486 -Wall::-D_REENTRANT::-lefence -ldl:BN_LLONG ${x86_gcc_des} ${x86_gcc_opts}:${x86_elf_asm}:dlfcn",
"debug-linux-elf-noefence","gcc:-DBN_DEBUG -DREF_CHECK -DCONF_DEBUG -DBN_CTX_DEBUG -DCRYPTO_MDEBUG -DL_ENDIAN -DTERMIO -g -m486 -Wall::-D_REENTRANT::-ldl:BN_LLONG ${x86_gcc_des} ${x86_gcc_opts}:${x86_elf_asm}:dlfcn",
"linux-aout", "gcc:-DL_ENDIAN -DTERMIO -O3 -fomit-frame-pointer -m486 -Wall::(unknown):::BN_LLONG ${x86_gcc_des} ${x86_gcc_opts}:${x86_out_asm}",
...
...
TABLE
浏览文件 @
9d07fd03
...
...
@@ -2208,6 +2208,29 @@ $shared_cflag = -fPIC
$shared_extension = .so.$(SHLIB_MAJOR).$(SHLIB_MINOR)
$ranlib =
*** linux-k6
$cc = gcc
$cflags = -DL_ENDIAN -DTERMIO -O3 -fomit-frame-pointer -mcpu=k6 -Wall
$unistd =
$thread_cflag = -D_REENTRANT
$sys_id =
$lflags = -ldl
$bn_ops = BN_LLONG DES_PTR DES_RISC1 DES_UNROLL RC4_INDEX MD2_INT
$bn_obj = asm/bn86-elf.o asm/co86-elf.o
$des_obj = asm/dx86-elf.o asm/yx86-elf.o
$bf_obj = asm/bx86-elf.o
$md5_obj = asm/mx86-elf.o
$sha1_obj = asm/sx86-elf.o
$cast_obj = asm/cx86-elf.o
$rc4_obj = asm/rx86-elf.o
$rmd160_obj = asm/rm86-elf.o
$rc5_obj = asm/r586-elf.o
$dso_scheme = dlfcn
$shared_target= linux-shared
$shared_cflag = -fPIC
$shared_extension = .so.$(SHLIB_MAJOR).$(SHLIB_MINOR)
$ranlib =
*** linux-m68k
$cc = gcc
$cflags = -DB_ENDIAN -DTERMIO -O2 -fomit-frame-pointer -Wall
...
...
@@ -2277,6 +2300,29 @@ $shared_cflag =
$shared_extension =
$ranlib =
*** linux-pentium
$cc = gcc
$cflags = -DL_ENDIAN -DTERMIO -O3 -fomit-frame-pointer -mcpu=pentium -Wall
$unistd =
$thread_cflag = -D_REENTRANT
$sys_id =
$lflags = -ldl
$bn_ops = BN_LLONG DES_PTR DES_RISC1 DES_UNROLL RC4_INDEX MD2_INT
$bn_obj = asm/bn86-elf.o asm/co86-elf.o
$des_obj = asm/dx86-elf.o asm/yx86-elf.o
$bf_obj = asm/bx86-elf.o
$md5_obj = asm/mx86-elf.o
$sha1_obj = asm/sx86-elf.o
$cast_obj = asm/cx86-elf.o
$rc4_obj = asm/rx86-elf.o
$rmd160_obj = asm/rm86-elf.o
$rc5_obj = asm/r586-elf.o
$dso_scheme = dlfcn
$shared_target= linux-shared
$shared_cflag = -fPIC
$shared_extension = .so.$(SHLIB_MAJOR).$(SHLIB_MINOR)
$ranlib =
*** linux-ppc
$cc = gcc
$cflags = -DB_ENDIAN -DTERMIO -O3 -fomit-frame-pointer -Wall
...
...
@@ -2300,6 +2346,29 @@ $shared_cflag = -fPIC
$shared_extension = .so.$(SHLIB_MAJOR).$(SHLIB_MINOR)
$ranlib =
*** linux-ppro
$cc = gcc
$cflags = -DL_ENDIAN -DTERMIO -O3 -fomit-frame-pointer -mcpu=pentiumpro -Wall
$unistd =
$thread_cflag = -D_REENTRANT
$sys_id =
$lflags = -ldl
$bn_ops = BN_LLONG DES_PTR DES_RISC1 DES_UNROLL RC4_INDEX MD2_INT
$bn_obj = asm/bn86-elf.o asm/co86-elf.o
$des_obj = asm/dx86-elf.o asm/yx86-elf.o
$bf_obj = asm/bx86-elf.o
$md5_obj = asm/mx86-elf.o
$sha1_obj = asm/sx86-elf.o
$cast_obj = asm/cx86-elf.o
$rc4_obj = asm/rx86-elf.o
$rmd160_obj = asm/rm86-elf.o
$rc5_obj = asm/r586-elf.o
$dso_scheme = dlfcn
$shared_target= linux-shared
$shared_cflag = -fPIC
$shared_extension = .so.$(SHLIB_MAJOR).$(SHLIB_MINOR)
$ranlib =
*** linux-s390
$cc = gcc
$cflags = -DB_ENDIAN -DTERMIO -O3 -fomit-frame-pointer -Wall
...
...
apps/Makefile.ssl
浏览文件 @
9d07fd03
...
...
@@ -153,16 +153,16 @@ app_rand.o: ../include/openssl/bn.h ../include/openssl/buffer.h
app_rand.o
:
../include/openssl/conf.h ../include/openssl/crypto.h
app_rand.o
:
../include/openssl/dh.h ../include/openssl/dsa.h
app_rand.o
:
../include/openssl/e_os2.h ../include/openssl/engine.h
app_rand.o
:
../include/openssl/e
vp.h ../include/openssl/lhash
.h
app_rand.o
:
../include/openssl/
obj_mac.h ../include/openssl/objects
.h
app_rand.o
:
../include/openssl/o
pensslconf.h ../include/openssl/opensslv
.h
app_rand.o
:
../include/openssl/
pkcs7.h ../include/openssl/rand
.h
app_rand.o
:
../include/openssl/r
sa.h ../include/openssl/safestack
.h
app_rand.o
:
../include/openssl/s
ha.h ../include/openssl/stack
.h
app_rand.o
:
../include/openssl/s
ymhacks.h ../include/openssl/txt_db
.h
app_rand.o
:
../include/openssl/t
ypes.h ../include/openssl/ui
.h
app_rand.o
:
../include/openssl/
x509.h ../include/openssl/x509_vfy.h app_rand.c
app_rand.o
:
apps.h
app_rand.o
:
../include/openssl/e
rr.h ../include/openssl/evp
.h
app_rand.o
:
../include/openssl/
lhash.h ../include/openssl/obj_mac
.h
app_rand.o
:
../include/openssl/o
bjects.h ../include/openssl/opensslconf
.h
app_rand.o
:
../include/openssl/
opensslv.h ../include/openssl/pkcs7
.h
app_rand.o
:
../include/openssl/r
and.h ../include/openssl/rsa
.h
app_rand.o
:
../include/openssl/s
afestack.h ../include/openssl/sha
.h
app_rand.o
:
../include/openssl/s
tack.h ../include/openssl/symhacks
.h
app_rand.o
:
../include/openssl/t
xt_db.h ../include/openssl/types
.h
app_rand.o
:
../include/openssl/
ui.h ../include/openssl/x509.h
app_rand.o
:
../include/openssl/x509_vfy.h app_rand.c
apps.h
apps.o
:
../e_os.h ../include/openssl/asn1.h ../include/openssl/bio.h
apps.o
:
../include/openssl/bn.h ../include/openssl/buffer.h
apps.o
:
../include/openssl/conf.h ../include/openssl/crypto.h
...
...
@@ -682,20 +682,21 @@ s_socket.o: ../include/openssl/bn.h ../include/openssl/buffer.h
s_socket.o
:
../include/openssl/comp.h ../include/openssl/conf.h
s_socket.o
:
../include/openssl/crypto.h ../include/openssl/dh.h
s_socket.o
:
../include/openssl/dsa.h ../include/openssl/e_os2.h
s_socket.o
:
../include/openssl/engine.h ../include/openssl/evp.h
s_socket.o
:
../include/openssl/kssl.h ../include/openssl/lhash.h
s_socket.o
:
../include/openssl/obj_mac.h ../include/openssl/objects.h
s_socket.o
:
../include/openssl/opensslconf.h ../include/openssl/opensslv.h
s_socket.o
:
../include/openssl/pem.h ../include/openssl/pem2.h
s_socket.o
:
../include/openssl/pkcs7.h ../include/openssl/rand.h
s_socket.o
:
../include/openssl/rsa.h ../include/openssl/safestack.h
s_socket.o
:
../include/openssl/sha.h ../include/openssl/ssl.h
s_socket.o
:
../include/openssl/ssl2.h ../include/openssl/ssl23.h
s_socket.o
:
../include/openssl/ssl3.h ../include/openssl/stack.h
s_socket.o
:
../include/openssl/symhacks.h ../include/openssl/tls1.h
s_socket.o
:
../include/openssl/txt_db.h ../include/openssl/types.h
s_socket.o
:
../include/openssl/ui.h ../include/openssl/x509.h
s_socket.o
:
../include/openssl/x509_vfy.h apps.h s_apps.h s_socket.c
s_socket.o
:
../include/openssl/engine.h ../include/openssl/err.h
s_socket.o
:
../include/openssl/evp.h ../include/openssl/kssl.h
s_socket.o
:
../include/openssl/lhash.h ../include/openssl/obj_mac.h
s_socket.o
:
../include/openssl/objects.h ../include/openssl/opensslconf.h
s_socket.o
:
../include/openssl/opensslv.h ../include/openssl/pem.h
s_socket.o
:
../include/openssl/pem2.h ../include/openssl/pkcs7.h
s_socket.o
:
../include/openssl/rand.h ../include/openssl/rsa.h
s_socket.o
:
../include/openssl/safestack.h ../include/openssl/sha.h
s_socket.o
:
../include/openssl/ssl.h ../include/openssl/ssl2.h
s_socket.o
:
../include/openssl/ssl23.h ../include/openssl/ssl3.h
s_socket.o
:
../include/openssl/stack.h ../include/openssl/symhacks.h
s_socket.o
:
../include/openssl/tls1.h ../include/openssl/txt_db.h
s_socket.o
:
../include/openssl/types.h ../include/openssl/ui.h
s_socket.o
:
../include/openssl/x509.h ../include/openssl/x509_vfy.h apps.h
s_socket.o
:
s_apps.h s_socket.c
s_time.o
:
../e_os.h ../include/openssl/asn1.h ../include/openssl/bio.h
s_time.o
:
../include/openssl/bn.h ../include/openssl/buffer.h
s_time.o
:
../include/openssl/comp.h ../include/openssl/conf.h
...
...
@@ -772,8 +773,8 @@ speed.o: ../include/openssl/rsa.h ../include/openssl/safestack.h
speed.o
:
../include/openssl/sha.h ../include/openssl/stack.h
speed.o
:
../include/openssl/symhacks.h ../include/openssl/txt_db.h
speed.o
:
../include/openssl/types.h ../include/openssl/ui.h
speed.o
:
../include/openssl/x509.h ../include/openssl/x509_vfy.h
apps.h speed.c
speed.o
:
testdsa.h testrsa.h
speed.o
:
../include/openssl/x509.h ../include/openssl/x509_vfy.h
./testdsa.h
speed.o
:
./testrsa.h apps.h speed.c
spkac.o
:
../e_os.h ../include/openssl/asn1.h ../include/openssl/bio.h
spkac.o
:
../include/openssl/bn.h ../include/openssl/buffer.h
spkac.o
:
../include/openssl/conf.h ../include/openssl/crypto.h
...
...
@@ -813,17 +814,18 @@ version.o: ../include/openssl/buffer.h ../include/openssl/conf.h
version.o
:
../include/openssl/crypto.h ../include/openssl/des.h
version.o
:
../include/openssl/dh.h ../include/openssl/dsa.h
version.o
:
../include/openssl/e_os2.h ../include/openssl/engine.h
version.o
:
../include/openssl/evp.h ../include/openssl/idea.h
version.o
:
../include/openssl/lhash.h ../include/openssl/md2.h
version.o
:
../include/openssl/obj_mac.h ../include/openssl/objects.h
version.o
:
../include/openssl/opensslconf.h ../include/openssl/opensslv.h
version.o
:
../include/openssl/pkcs7.h ../include/openssl/rand.h
version.o
:
../include/openssl/rc4.h ../include/openssl/rsa.h
version.o
:
../include/openssl/safestack.h ../include/openssl/sha.h
version.o
:
../include/openssl/stack.h ../include/openssl/symhacks.h
version.o
:
../include/openssl/txt_db.h ../include/openssl/types.h
version.o
:
../include/openssl/ui.h ../include/openssl/x509.h
version.o
:
../include/openssl/x509_vfy.h apps.h version.c
version.o
:
../include/openssl/err.h ../include/openssl/evp.h
version.o
:
../include/openssl/idea.h ../include/openssl/lhash.h
version.o
:
../include/openssl/md2.h ../include/openssl/obj_mac.h
version.o
:
../include/openssl/objects.h ../include/openssl/opensslconf.h
version.o
:
../include/openssl/opensslv.h ../include/openssl/pkcs7.h
version.o
:
../include/openssl/rand.h ../include/openssl/rc4.h
version.o
:
../include/openssl/rsa.h ../include/openssl/safestack.h
version.o
:
../include/openssl/sha.h ../include/openssl/stack.h
version.o
:
../include/openssl/symhacks.h ../include/openssl/txt_db.h
version.o
:
../include/openssl/types.h ../include/openssl/ui.h
version.o
:
../include/openssl/x509.h ../include/openssl/x509_vfy.h apps.h
version.o
:
version.c
x509.o
:
../e_os.h ../include/openssl/asn1.h ../include/openssl/bio.h
x509.o
:
../include/openssl/bn.h ../include/openssl/buffer.h
x509.o
:
../include/openssl/conf.h ../include/openssl/crypto.h
...
...
config
浏览文件 @
9d07fd03
...
...
@@ -510,7 +510,18 @@ EOF
esac
;;
arm
*
-
*
-linux2
)
OUT
=
"linux-elf-arm"
;;
s390-
*
-linux2
)
OUT
=
"linux-s390"
;;
*
-
*
-linux2
)
OUT
=
"linux-elf"
;;
*
-
*
-linux2
)
OUT
=
"linux-elf"
if
[
"
$GCCVER
"
-gt
28
]
;
then
if
grep
'^model.*Pentium'
/proc/cpuinfo
>
/dev/null
;
then
OUT
=
"linux-pentium"
fi
if
grep
'^model.*Pentium Pro'
/proc/cpuinfo
>
/dev/null
;
then
OUT
=
"linux-ppro"
fi
if
grep
'^model.*K6'
/proc/cpuinfo
>
/dev/null
;
then
OUT
=
"linux-k6"
fi
fi
;;
*
-
*
-linux1
)
OUT
=
"linux-aout"
;;
sun4u
*
-
*
-solaris2
)
OUT
=
"solaris-sparcv9-
$CC
"
...
...
crypto/engine/Makefile.ssl
浏览文件 @
9d07fd03
...
...
@@ -123,7 +123,8 @@ engine_evp.o: ../../include/openssl/asn1.h ../../include/openssl/bio.h
engine_evp.o
:
../../include/openssl/bn.h ../../include/openssl/crypto.h
engine_evp.o
:
../../include/openssl/dh.h ../../include/openssl/dsa.h
engine_evp.o
:
../../include/openssl/e_os2.h ../../include/openssl/engine.h
engine_evp.o
:
../../include/openssl/evp.h ../../include/openssl/obj_mac.h
engine_evp.o
:
../../include/openssl/err.h ../../include/openssl/evp.h
engine_evp.o
:
../../include/openssl/lhash.h ../../include/openssl/obj_mac.h
engine_evp.o
:
../../include/openssl/objects.h
engine_evp.o
:
../../include/openssl/opensslconf.h
engine_evp.o
:
../../include/openssl/opensslv.h ../../include/openssl/rand.h
...
...
test/Makefile.ssl
浏览文件 @
9d07fd03
...
...
@@ -415,7 +415,8 @@ evp_test.o: ../include/openssl/asn1.h ../include/openssl/bio.h
evp_test.o
:
../include/openssl/bn.h ../include/openssl/crypto.h
evp_test.o
:
../include/openssl/dh.h ../include/openssl/dsa.h
evp_test.o
:
../include/openssl/e_os2.h ../include/openssl/engine.h
evp_test.o
:
../include/openssl/evp.h ../include/openssl/obj_mac.h
evp_test.o
:
../include/openssl/err.h ../include/openssl/evp.h
evp_test.o
:
../include/openssl/lhash.h ../include/openssl/obj_mac.h
evp_test.o
:
../include/openssl/objects.h ../include/openssl/opensslconf.h
evp_test.o
:
../include/openssl/opensslv.h ../include/openssl/rand.h
evp_test.o
:
../include/openssl/rsa.h ../include/openssl/safestack.h
...
...
util/libeay.num
浏览文件 @
9d07fd03
...
...
@@ -984,8 +984,8 @@ BIO_ghbn_ctrl 1003 EXIST::FUNCTION:
CRYPTO_free_ex_data 1004 EXIST::FUNCTION:
CRYPTO_get_ex_data 1005 EXIST::FUNCTION:
CRYPTO_set_ex_data 1007 EXIST::FUNCTION:
ERR_load_CRYPTO
_strings 1009 EXIST:!VMS,!WIN16
:FUNCTION:
ERR_load_CRYPTO
lib_strings 1009 EXIST:VMS,WIN16
:FUNCTION:
ERR_load_CRYPTO
lib_strings 1009 NOEXIST:
:FUNCTION:
ERR_load_CRYPTO
_strings 1009 NOEXIST:
:FUNCTION:
EVP_PKEY_bits 1010 EXIST::FUNCTION:
MD5_Transform 1011 EXIST::FUNCTION:MD5
SHA1_Transform 1012 EXIST::FUNCTION:SHA,SHA1
...
...
@@ -2165,7 +2165,7 @@ OCSP_ONEREQ_get_ext 2683 EXIST::FUNCTION:
EC_POINT_method_of 2684 EXIST::FUNCTION:
CRYPTO_get_mem_ex_functions 2685 EXIST::FUNCTION:
ENGINE_set_id 2686 EXIST::FUNCTION:
ERR_load_ENGINE_strings 2687 EXIST::FUNCTION:
ERR_load_ENGINE_strings 2687
NO
EXIST::FUNCTION:
ASN1_item_i2d_bio 2688 EXIST::FUNCTION:BIO
OCSP_ONEREQ_get_ext_by_OBJ 2689 EXIST::FUNCTION:
ASN1_primitive_new 2690 EXIST::FUNCTION:
...
...
@@ -2650,10 +2650,13 @@ EVP_dev_crypto_rc4 3098 EXIST::FUNCTION:DES
ENGINE_load_ciphers 3099 EXIST::FUNCTION:
ENGINE_get_cipher_by_name 3100 EXIST::FUNCTION:
ENGINE_cipher_num 3101 EXIST::FUNCTION:
DH_up_ref 3102
EXIST::FUNCTION:DH
DH_up_ref 3102
NOEXIST::FUNCTION:
RSA_up_ref 3103 EXIST::FUNCTION:RSA
EVP_DigestInit_dbg 3104 EXIST::FUNCTION:
CRYPTO_cleanup_all_ex_data 3105 EXIST::FUNCTION:
CRYPTO_set_ex_data_implementation 3106 EXIST::FUNCTION:
CRYPTO_ex_data_new_class 3107 EXIST::FUNCTION:
CRYPTO_get_ex_data_implementation 3108 EXIST::FUNCTION:
DH_up 3109 EXIST::FUNCTION:DH
BN_pseudo_rand_range 3110 EXIST::FUNCTION:
ERR_unload_strings 3111 EXIST::FUNCTION:
编辑
预览
Markdown
is supported
0%
请重试
或
添加新附件
.
添加附件
取消
You are about to add
0
people
to the discussion. Proceed with caution.
先完成此消息的编辑!
取消
想要评论请
注册
或
登录