Skip to content
体验新版
项目
组织
正在加载...
登录
切换导航
打开侧边栏
OpenHarmony
Third Party Openssl
提交
2f1a5d16
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看板
提交
2f1a5d16
编写于
10月 03, 2015
作者:
B
Ben Laurie
浏览文件
操作
浏览文件
下载
电子邮件补丁
差异文件
Fix undeclared variable warnings.
Reviewed-by:
N
Kurt Roeckx
<
kurt@openssl.org
>
上级
070c2332
变更
8
显示空白变更内容
内联
并排
Showing
8 changed file
with
24 addition
and
19 deletion
+24
-19
crypto/bn/Makefile
crypto/bn/Makefile
+2
-2
crypto/bn/bn_dh.c
crypto/bn/bn_dh.c
+1
-0
crypto/dh/Makefile
crypto/dh/Makefile
+2
-2
crypto/dh/dh_rfc5114.c
crypto/dh/dh_rfc5114.c
+1
-3
crypto/engine/Makefile
crypto/engine/Makefile
+8
-7
crypto/evp/Makefile
crypto/evp/Makefile
+0
-1
crypto/include/internal/bn_dh.h
crypto/include/internal/bn_dh.h
+8
-0
test/Makefile
test/Makefile
+2
-4
未找到文件。
crypto/bn/Makefile
浏览文件 @
2f1a5d16
...
...
@@ -224,8 +224,8 @@ bn_dh.o: ../../include/openssl/crypto.h ../../include/openssl/dh.h
bn_dh.o
:
../../include/openssl/e_os2.h ../../include/openssl/opensslconf.h
bn_dh.o
:
../../include/openssl/opensslv.h ../../include/openssl/ossl_typ.h
bn_dh.o
:
../../include/openssl/safestack.h ../../include/openssl/stack.h
bn_dh.o
:
../../include/openssl/symhacks.h ../include/internal/bn_
int.h bn_dh.c
bn_dh.o
:
bn_lcl.h
bn_dh.o
:
../../include/openssl/symhacks.h ../include/internal/bn_
dh.h
bn_dh.o
:
../include/internal/bn_int.h bn_dh.c
bn_lcl.h
bn_div.o
:
../../e_os.h ../../include/openssl/bio.h ../../include/openssl/bn.h
bn_div.o
:
../../include/openssl/buffer.h ../../include/openssl/crypto.h
bn_div.o
:
../../include/openssl/e_os2.h ../../include/openssl/err.h
...
...
crypto/bn/bn_dh.c
浏览文件 @
2f1a5d16
...
...
@@ -61,6 +61,7 @@
#ifndef OPENSSL_NO_DH
#include <openssl/dh.h>
#include "internal/bn_dh.h"
/* DH parameters from RFC5114 */
# if BN_BITS2 == 64
...
...
crypto/dh/Makefile
浏览文件 @
2f1a5d16
...
...
@@ -189,5 +189,5 @@ dh_rfc5114.o: ../../include/openssl/e_os2.h ../../include/openssl/err.h
dh_rfc5114.o
:
../../include/openssl/lhash.h ../../include/openssl/opensslconf.h
dh_rfc5114.o
:
../../include/openssl/opensslv.h ../../include/openssl/ossl_typ.h
dh_rfc5114.o
:
../../include/openssl/safestack.h ../../include/openssl/stack.h
dh_rfc5114.o
:
../../include/openssl/symhacks.h ../include/internal/
cryptlib
.h
dh_rfc5114.o
:
dh_rfc5114.c
dh_rfc5114.o
:
../../include/openssl/symhacks.h ../include/internal/
bn_dh
.h
dh_rfc5114.o
:
../include/internal/cryptlib.h
dh_rfc5114.c
crypto/dh/dh_rfc5114.c
浏览文件 @
2f1a5d16
...
...
@@ -60,6 +60,7 @@
#include "internal/cryptlib.h"
#include <openssl/dh.h>
#include <openssl/bn.h>
#include "internal/bn_dh.h"
/*
* Macro to make a DH structure from BIGNUM data. NB: although just copying
...
...
@@ -68,9 +69,6 @@
*/
#define make_dh(x) \
\
extern const BIGNUM _bignum_dh##x##_p, _bignum_dh##x##_g, _bignum_dh##x##_q; \
\
DH *DH_get_##x(void) \
{ \
DH *dh = DH_new(); \
...
...
crypto/engine/Makefile
浏览文件 @
2f1a5d16
...
...
@@ -100,19 +100,20 @@ eng_cnf.o: ../../include/openssl/x509.h ../../include/openssl/x509_vfy.h
eng_cnf.o
:
../include/internal/cryptlib.h eng_cnf.c eng_int.h
eng_cryptodev.o
:
../../include/openssl/asn1.h ../../include/openssl/bio.h
eng_cryptodev.o
:
../../include/openssl/bn.h ../../include/openssl/buffer.h
eng_cryptodev.o
:
../../include/openssl/crypto.h ../../include/openssl/e_os2.h
eng_cryptodev.o
:
../../include/openssl/crypto.h ../../include/openssl/dh.h
eng_cryptodev.o
:
../../include/openssl/dsa.h ../../include/openssl/e_os2.h
eng_cryptodev.o
:
../../include/openssl/ec.h ../../include/openssl/ecdh.h
eng_cryptodev.o
:
../../include/openssl/ecdsa.h ../../include/openssl/engine.h
eng_cryptodev.o
:
../../include/openssl/e
vp.h ../../include/openssl/lhash
.h
eng_cryptodev.o
:
../../include/openssl/obj_mac.h
eng_cryptodev.o
:
../../include/openssl/e
rr.h ../../include/openssl/evp
.h
eng_cryptodev.o
:
../../include/openssl/
lhash.h ../../include/openssl/
obj_mac.h
eng_cryptodev.o
:
../../include/openssl/objects.h
eng_cryptodev.o
:
../../include/openssl/opensslconf.h
eng_cryptodev.o
:
../../include/openssl/opensslv.h
eng_cryptodev.o
:
../../include/openssl/ossl_typ.h ../../include/openssl/pkcs7.h
eng_cryptodev.o
:
../../include/openssl/
safestack.h ../../include/openssl/sha
.h
eng_cryptodev.o
:
../../include/openssl/s
tack.h ../../include/openssl/symhacks
.h
eng_cryptodev.o
:
../../include/openssl/
x509.h ../../include/openssl/x509_vfy
.h
eng_cryptodev.o
:
eng_cryptodev.c
eng_cryptodev.o
:
../../include/openssl/
rsa.h ../../include/openssl/safestack
.h
eng_cryptodev.o
:
../../include/openssl/s
ha.h ../../include/openssl/stack
.h
eng_cryptodev.o
:
../../include/openssl/
symhacks.h ../../include/openssl/x509
.h
eng_cryptodev.o
:
../../include/openssl/x509_vfy.h
eng_cryptodev.c
eng_ctrl.o
:
../../e_os.h ../../include/openssl/asn1.h
eng_ctrl.o
:
../../include/openssl/bio.h ../../include/openssl/buffer.h
eng_ctrl.o
:
../../include/openssl/crypto.h ../../include/openssl/e_os2.h
...
...
crypto/evp/Makefile
浏览文件 @
2f1a5d16
...
...
@@ -290,7 +290,6 @@ e_null.o: ../../include/openssl/opensslconf.h ../../include/openssl/opensslv.h
e_null.o
:
../../include/openssl/ossl_typ.h ../../include/openssl/safestack.h
e_null.o
:
../../include/openssl/stack.h ../../include/openssl/symhacks.h
e_null.o
:
../include/internal/cryptlib.h e_null.c
e_old.o
:
e_old.c
e_rc2.o
:
../../e_os.h ../../include/openssl/asn1.h ../../include/openssl/bio.h
e_rc2.o
:
../../include/openssl/buffer.h ../../include/openssl/crypto.h
e_rc2.o
:
../../include/openssl/e_os2.h ../../include/openssl/err.h
...
...
crypto/include/internal/bn_dh.h
0 → 100644
浏览文件 @
2f1a5d16
#define declare_dh_bn(x) \
const extern BIGNUM _bignum_dh##x##_p; \
const extern BIGNUM _bignum_dh##x##_g; \
const extern BIGNUM _bignum_dh##x##_q;
declare_dh_bn
(
1024
_160
)
declare_dh_bn
(
2048
_224
)
declare_dh_bn
(
2048
_256
)
test/Makefile
浏览文件 @
2f1a5d16
...
...
@@ -416,8 +416,7 @@ clienthellotest.o: ../include/openssl/symhacks.h ../include/openssl/tls1.h
clienthellotest.o
:
../include/openssl/x509.h ../include/openssl/x509_vfy.h
clienthellotest.o
:
clienthellotest.c
constant_time_test.o
:
../e_os.h ../include/internal/constant_time_locl.h
constant_time_test.o
:
../include/openssl/e_os2.h
constant_time_test.o
:
../include/openssl/opensslconf.h constant_time_test.c
constant_time_test.o
:
constant_time_test.c
destest.o
:
../include/openssl/des.h ../include/openssl/e_os2.h
destest.o
:
../include/openssl/opensslconf.h destest.c
dhtest.o
:
../e_os.h ../include/openssl/bio.h ../include/openssl/bn.h
...
...
@@ -682,8 +681,7 @@ ssltest.o: ../include/openssl/symhacks.h ../include/openssl/tls1.h
ssltest.o
:
../include/openssl/x509.h ../include/openssl/x509_vfy.h
ssltest.o
:
../include/openssl/x509v3.h ../ssl/packet_locl.h
ssltest.o
:
../ssl/record/record.h ../ssl/ssl_locl.h ssltest.c
testutil.o
:
../e_os.h ../include/openssl/e_os2.h
testutil.o
:
../include/openssl/opensslconf.h testutil.c testutil.h
testutil.o
:
../e_os.h testutil.c testutil.h
v3nametest.o
:
../e_os.h ../include/openssl/asn1.h ../include/openssl/bio.h
v3nametest.o
:
../include/openssl/buffer.h ../include/openssl/conf.h
v3nametest.o
:
../include/openssl/crypto.h ../include/openssl/e_os2.h
...
...
编辑
预览
Markdown
is supported
0%
请重试
或
添加新附件
.
添加附件
取消
You are about to add
0
people
to the discussion. Proceed with caution.
先完成此消息的编辑!
取消
想要评论请
注册
或
登录