Skip to content
体验新版
项目
组织
正在加载...
登录
切换导航
打开侧边栏
OpenHarmony
Third Party Openssl
提交
f33fbc2e
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看板
提交
f33fbc2e
编写于
1月 30, 1999
作者:
B
Ben Laurie
浏览文件
操作
浏览文件
下载
电子邮件补丁
差异文件
More pissing about to get pem.h to behave properly.
上级
59ff7134
变更
10
显示空白变更内容
内联
并排
Showing
10 changed file
with
28 addition
and
36 deletion
+28
-36
Makefile.org
Makefile.org
+1
-1
crypto/Makefile.ssl
crypto/Makefile.ssl
+1
-2
crypto/asn1/Makefile.ssl
crypto/asn1/Makefile.ssl
+10
-10
crypto/asn1/a_sign.c
crypto/asn1/a_sign.c
+0
-1
crypto/asn1/a_verify.c
crypto/asn1/a_verify.c
+0
-1
crypto/x509/Makefile.ssl
crypto/x509/Makefile.ssl
+16
-17
crypto/x509/by_dir.c
crypto/x509/by_dir.c
+0
-1
crypto/x509/x509_r2x.c
crypto/x509/x509_r2x.c
+0
-1
crypto/x509/x509_txt.c
crypto/x509/x509_txt.c
+0
-1
crypto/x509/x509_vfy.c
crypto/x509/x509_vfy.c
+0
-1
未找到文件。
Makefile.org
浏览文件 @
f33fbc2e
...
@@ -157,7 +157,7 @@ SDIRS= \
...
@@ -157,7 +157,7 @@ SDIRS= \
des rc2 rc4 rc5 idea bf cast
\
des rc2 rc4 rc5 idea bf cast
\
bn rsa dsa dh
\
bn rsa dsa dh
\
buffer bio stack lhash rand err objects
\
buffer bio stack lhash rand err objects
\
evp
asn1 x509 x509v3 conf pem
txt_db pkcs7 comp
evp
pem asn1 x509 x509v3 conf
txt_db pkcs7 comp
# If you change the INSTALLTOP, make sure to also change the values
# If you change the INSTALLTOP, make sure to also change the values
# in crypto/location.h
# in crypto/location.h
...
...
crypto/Makefile.ssl
浏览文件 @
f33fbc2e
...
@@ -29,8 +29,7 @@ SDIRS= md2 md5 sha mdc2 hmac ripemd \
...
@@ -29,8 +29,7 @@ SDIRS= md2 md5 sha mdc2 hmac ripemd \
des rc2 rc4 rc5 idea bf cast
\
des rc2 rc4 rc5 idea bf cast
\
bn rsa dsa dh
\
bn rsa dsa dh
\
buffer bio stack lhash rand err objects
\
buffer bio stack lhash rand err objects
\
evp pem x509 x509v3
\
evp pem x509 x509v3 asn1 conf txt_db pkcs7 comp
asn1 conf txt_db pkcs7 comp
GENERAL
=
Makefile README
GENERAL
=
Makefile README
...
...
crypto/asn1/Makefile.ssl
浏览文件 @
f33fbc2e
...
@@ -230,11 +230,11 @@ a_sign.o: ../../include/buffer.h ../../include/cast.h ../../include/des.h
...
@@ -230,11 +230,11 @@ a_sign.o: ../../include/buffer.h ../../include/cast.h ../../include/des.h
a_sign.o
:
../../include/dh.h ../../include/dsa.h ../../include/e_os.h
a_sign.o
:
../../include/dh.h ../../include/dsa.h ../../include/e_os.h
a_sign.o
:
../../include/err.h ../../include/evp.h ../../include/idea.h
a_sign.o
:
../../include/err.h ../../include/evp.h ../../include/idea.h
a_sign.o
:
../../include/md2.h ../../include/md5.h ../../include/mdc2.h
a_sign.o
:
../../include/md2.h ../../include/md5.h ../../include/mdc2.h
a_sign.o
:
../../include/objects.h ../../include/p
em.h ../../include/pem
2.h
a_sign.o
:
../../include/objects.h ../../include/p
kcs7.h ../../include/rc
2.h
a_sign.o
:
../../include/
pkcs7.h ../../include/rc2.h ../../include/rc4
.h
a_sign.o
:
../../include/
rc4.h ../../include/rc5.h ../../include/ripemd
.h
a_sign.o
:
../../include/r
c5.h ../../include/ripemd.h ../../include/rsa
.h
a_sign.o
:
../../include/r
sa.h ../../include/sha.h ../../include/stack
.h
a_sign.o
:
../../include/
sha.h ../../include/stack.h ../../include/x509
.h
a_sign.o
:
../../include/
x509.h ../../include/x509_vfy.h ../cryptlib
.h
a_sign.o
:
../
../include/x509_vfy.h ../cryptlib.h ../
crypto.h asn1.h
a_sign.o
:
../crypto.h asn1.h
a_time.o
:
../../include/bio.h ../../include/bn.h ../../include/buffer.h
a_time.o
:
../../include/bio.h ../../include/bn.h ../../include/buffer.h
a_time.o
:
../../include/e_os.h ../../include/err.h ../../include/stack.h
a_time.o
:
../../include/e_os.h ../../include/err.h ../../include/stack.h
a_time.o
:
../cryptlib.h ../crypto.h asn1.h
a_time.o
:
../cryptlib.h ../crypto.h asn1.h
...
@@ -256,11 +256,11 @@ a_verify.o: ../../include/buffer.h ../../include/cast.h ../../include/des.h
...
@@ -256,11 +256,11 @@ a_verify.o: ../../include/buffer.h ../../include/cast.h ../../include/des.h
a_verify.o
:
../../include/dh.h ../../include/dsa.h ../../include/e_os.h
a_verify.o
:
../../include/dh.h ../../include/dsa.h ../../include/e_os.h
a_verify.o
:
../../include/err.h ../../include/evp.h ../../include/idea.h
a_verify.o
:
../../include/err.h ../../include/evp.h ../../include/idea.h
a_verify.o
:
../../include/md2.h ../../include/md5.h ../../include/mdc2.h
a_verify.o
:
../../include/md2.h ../../include/md5.h ../../include/mdc2.h
a_verify.o
:
../../include/objects.h ../../include/p
em.h ../../include/pem
2.h
a_verify.o
:
../../include/objects.h ../../include/p
kcs7.h ../../include/rc
2.h
a_verify.o
:
../../include/
pkcs7.h ../../include/rc2.h ../../include/rc4
.h
a_verify.o
:
../../include/
rc4.h ../../include/rc5.h ../../include/ripemd
.h
a_verify.o
:
../../include/r
c5.h ../../include/ripemd.h ../../include/rsa
.h
a_verify.o
:
../../include/r
sa.h ../../include/sha.h ../../include/stack
.h
a_verify.o
:
../../include/
sha.h ../../include/stack.h ../../include/x509
.h
a_verify.o
:
../../include/
x509.h ../../include/x509_vfy.h ../cryptlib
.h
a_verify.o
:
../
../include/x509_vfy.h ../cryptlib.h ../
crypto.h asn1.h
a_verify.o
:
../crypto.h asn1.h
asn1_err.o
:
../../include/bn.h ../../include/err.h ../../include/stack.h asn1.h
asn1_err.o
:
../../include/bn.h ../../include/err.h ../../include/stack.h asn1.h
asn1_lib.o
:
../../include/bio.h ../../include/blowfish.h ../../include/bn.h
asn1_lib.o
:
../../include/bio.h ../../include/blowfish.h ../../include/bn.h
asn1_lib.o
:
../../include/buffer.h ../../include/cast.h ../../include/des.h
asn1_lib.o
:
../../include/buffer.h ../../include/cast.h ../../include/des.h
...
...
crypto/asn1/a_sign.c
浏览文件 @
f33fbc2e
...
@@ -67,7 +67,6 @@
...
@@ -67,7 +67,6 @@
#include "x509.h"
#include "x509.h"
#include "objects.h"
#include "objects.h"
#include "buffer.h"
#include "buffer.h"
#include "pem.h"
int
ASN1_sign
(
i2d
,
algor1
,
algor2
,
signature
,
data
,
pkey
,
type
)
int
ASN1_sign
(
i2d
,
algor1
,
algor2
,
signature
,
data
,
pkey
,
type
)
int
(
*
i2d
)();
int
(
*
i2d
)();
...
...
crypto/asn1/a_verify.c
浏览文件 @
f33fbc2e
...
@@ -67,7 +67,6 @@
...
@@ -67,7 +67,6 @@
#include "objects.h"
#include "objects.h"
#include "buffer.h"
#include "buffer.h"
#include "evp.h"
#include "evp.h"
#include "pem.h"
int
ASN1_verify
(
i2d
,
a
,
signature
,
data
,
pkey
)
int
ASN1_verify
(
i2d
,
a
,
signature
,
data
,
pkey
)
int
(
*
i2d
)();
int
(
*
i2d
)();
...
...
crypto/x509/Makefile.ssl
浏览文件 @
f33fbc2e
...
@@ -103,10 +103,10 @@ by_dir.o: ../../include/des.h ../../include/dh.h ../../include/dsa.h
...
@@ -103,10 +103,10 @@ by_dir.o: ../../include/des.h ../../include/dh.h ../../include/dsa.h
by_dir.o
:
../../include/e_os.h ../../include/err.h ../../include/evp.h
by_dir.o
:
../../include/e_os.h ../../include/err.h ../../include/evp.h
by_dir.o
:
../../include/idea.h ../../include/lhash.h ../../include/md2.h
by_dir.o
:
../../include/idea.h ../../include/lhash.h ../../include/md2.h
by_dir.o
:
../../include/md5.h ../../include/mdc2.h ../../include/objects.h
by_dir.o
:
../../include/md5.h ../../include/mdc2.h ../../include/objects.h
by_dir.o
:
../../include/p
em.h ../../include/pem2.h ../../include/pkcs7
.h
by_dir.o
:
../../include/p
kcs7.h ../../include/rc2.h ../../include/rc4
.h
by_dir.o
:
../../include/rc
2.h ../../include/rc4.h ../../include/rc5
.h
by_dir.o
:
../../include/rc
5.h ../../include/ripemd.h ../../include/rsa
.h
by_dir.o
:
../../include/
ripemd.h ../../include/rsa.h ../../include/sha
.h
by_dir.o
:
../../include/
sha.h ../../include/stack.h ../cryptlib.h ../crypto
.h
by_dir.o
:
../../include/stack.h ../cryptlib.h ../crypto.h
x509.h x509_vfy.h
by_dir.o
:
x509.h x509_vfy.h
by_file.o
:
../../include/asn1.h ../../include/bio.h ../../include/blowfish.h
by_file.o
:
../../include/asn1.h ../../include/bio.h ../../include/blowfish.h
by_file.o
:
../../include/bn.h ../../include/buffer.h ../../include/cast.h
by_file.o
:
../../include/bn.h ../../include/buffer.h ../../include/cast.h
by_file.o
:
../../include/des.h ../../include/dh.h ../../include/dsa.h
by_file.o
:
../../include/des.h ../../include/dh.h ../../include/dsa.h
...
@@ -205,11 +205,10 @@ x509_r2x.o: ../../include/bn.h ../../include/buffer.h ../../include/cast.h
...
@@ -205,11 +205,10 @@ x509_r2x.o: ../../include/bn.h ../../include/buffer.h ../../include/cast.h
x509_r2x.o
:
../../include/des.h ../../include/dh.h ../../include/dsa.h
x509_r2x.o
:
../../include/des.h ../../include/dh.h ../../include/dsa.h
x509_r2x.o
:
../../include/e_os.h ../../include/err.h ../../include/evp.h
x509_r2x.o
:
../../include/e_os.h ../../include/err.h ../../include/evp.h
x509_r2x.o
:
../../include/idea.h ../../include/md2.h ../../include/md5.h
x509_r2x.o
:
../../include/idea.h ../../include/md2.h ../../include/md5.h
x509_r2x.o
:
../../include/mdc2.h ../../include/objects.h ../../include/pem.h
x509_r2x.o
:
../../include/mdc2.h ../../include/objects.h ../../include/pkcs7.h
x509_r2x.o
:
../../include/pem2.h ../../include/pkcs7.h ../../include/rc2.h
x509_r2x.o
:
../../include/rc2.h ../../include/rc4.h ../../include/rc5.h
x509_r2x.o
:
../../include/rc4.h ../../include/rc5.h ../../include/ripemd.h
x509_r2x.o
:
../../include/ripemd.h ../../include/rsa.h ../../include/sha.h
x509_r2x.o
:
../../include/rsa.h ../../include/sha.h ../../include/stack.h
x509_r2x.o
:
../../include/stack.h ../cryptlib.h ../crypto.h x509.h x509_vfy.h
x509_r2x.o
:
../cryptlib.h ../crypto.h x509.h x509_vfy.h
x509_req.o
:
../../include/asn1.h ../../include/bio.h ../../include/blowfish.h
x509_req.o
:
../../include/asn1.h ../../include/bio.h ../../include/blowfish.h
x509_req.o
:
../../include/bn.h ../../include/buffer.h ../../include/cast.h
x509_req.o
:
../../include/bn.h ../../include/buffer.h ../../include/cast.h
x509_req.o
:
../../include/des.h ../../include/dh.h ../../include/dsa.h
x509_req.o
:
../../include/des.h ../../include/dh.h ../../include/dsa.h
...
@@ -235,10 +234,10 @@ x509_txt.o: ../../include/des.h ../../include/dh.h ../../include/dsa.h
...
@@ -235,10 +234,10 @@ x509_txt.o: ../../include/des.h ../../include/dh.h ../../include/dsa.h
x509_txt.o
:
../../include/e_os.h ../../include/err.h ../../include/evp.h
x509_txt.o
:
../../include/e_os.h ../../include/err.h ../../include/evp.h
x509_txt.o
:
../../include/idea.h ../../include/lhash.h ../../include/md2.h
x509_txt.o
:
../../include/idea.h ../../include/lhash.h ../../include/md2.h
x509_txt.o
:
../../include/md5.h ../../include/mdc2.h ../../include/objects.h
x509_txt.o
:
../../include/md5.h ../../include/mdc2.h ../../include/objects.h
x509_txt.o
:
../../include/p
em.h ../../include/pem2.h ../../include/pkcs7
.h
x509_txt.o
:
../../include/p
kcs7.h ../../include/rc2.h ../../include/rc4
.h
x509_txt.o
:
../../include/rc
2.h ../../include/rc4.h ../../include/rc5
.h
x509_txt.o
:
../../include/rc
5.h ../../include/ripemd.h ../../include/rsa
.h
x509_txt.o
:
../../include/
ripemd.h ../../include/rsa.h ../../include/sha
.h
x509_txt.o
:
../../include/
sha.h ../../include/stack.h ../cryptlib.h ../crypto
.h
x509_txt.o
:
../../include/stack.h ../cryptlib.h ../crypto.h
x509.h x509_vfy.h
x509_txt.o
:
x509.h x509_vfy.h
x509_v3.o
:
../../include/asn1.h ../../include/bio.h ../../include/blowfish.h
x509_v3.o
:
../../include/asn1.h ../../include/bio.h ../../include/blowfish.h
x509_v3.o
:
../../include/bn.h ../../include/buffer.h ../../include/cast.h
x509_v3.o
:
../../include/bn.h ../../include/buffer.h ../../include/cast.h
x509_v3.o
:
../../include/des.h ../../include/dh.h ../../include/dsa.h
x509_v3.o
:
../../include/des.h ../../include/dh.h ../../include/dsa.h
...
@@ -254,10 +253,10 @@ x509_vfy.o: ../../include/des.h ../../include/dh.h ../../include/dsa.h
...
@@ -254,10 +253,10 @@ x509_vfy.o: ../../include/des.h ../../include/dh.h ../../include/dsa.h
x509_vfy.o
:
../../include/e_os.h ../../include/err.h ../../include/evp.h
x509_vfy.o
:
../../include/e_os.h ../../include/err.h ../../include/evp.h
x509_vfy.o
:
../../include/idea.h ../../include/lhash.h ../../include/md2.h
x509_vfy.o
:
../../include/idea.h ../../include/lhash.h ../../include/md2.h
x509_vfy.o
:
../../include/md5.h ../../include/mdc2.h ../../include/objects.h
x509_vfy.o
:
../../include/md5.h ../../include/mdc2.h ../../include/objects.h
x509_vfy.o
:
../../include/p
em.h ../../include/pem2.h ../../include/pkcs7
.h
x509_vfy.o
:
../../include/p
kcs7.h ../../include/rc2.h ../../include/rc4
.h
x509_vfy.o
:
../../include/rc
2.h ../../include/rc4.h ../../include/rc5
.h
x509_vfy.o
:
../../include/rc
5.h ../../include/ripemd.h ../../include/rsa
.h
x509_vfy.o
:
../../include/
ripemd.h ../../include/rsa.h ../../include/sha
.h
x509_vfy.o
:
../../include/
sha.h ../../include/stack.h ../cryptlib.h ../crypto
.h
x509_vfy.o
:
../../include/stack.h ../cryptlib.h ../crypto.h
x509.h x509_vfy.h
x509_vfy.o
:
x509.h x509_vfy.h
x509name.o
:
../../include/asn1.h ../../include/bio.h ../../include/blowfish.h
x509name.o
:
../../include/asn1.h ../../include/bio.h ../../include/blowfish.h
x509name.o
:
../../include/bn.h ../../include/buffer.h ../../include/cast.h
x509name.o
:
../../include/bn.h ../../include/buffer.h ../../include/cast.h
x509name.o
:
../../include/des.h ../../include/dh.h ../../include/dsa.h
x509name.o
:
../../include/des.h ../../include/dh.h ../../include/dsa.h
...
...
crypto/x509/by_dir.c
浏览文件 @
f33fbc2e
...
@@ -65,7 +65,6 @@
...
@@ -65,7 +65,6 @@
#include "cryptlib.h"
#include "cryptlib.h"
#include "lhash.h"
#include "lhash.h"
#include "x509.h"
#include "x509.h"
#include "pem.h"
typedef
struct
lookup_dir_st
typedef
struct
lookup_dir_st
{
{
...
...
crypto/x509/x509_r2x.c
浏览文件 @
f33fbc2e
...
@@ -64,7 +64,6 @@
...
@@ -64,7 +64,6 @@
#include "x509.h"
#include "x509.h"
#include "objects.h"
#include "objects.h"
#include "buffer.h"
#include "buffer.h"
#include "pem.h"
X509
*
X509_REQ_to_X509
(
r
,
days
,
pkey
)
X509
*
X509_REQ_to_X509
(
r
,
days
,
pkey
)
X509_REQ
*
r
;
X509_REQ
*
r
;
...
...
crypto/x509/x509_txt.c
浏览文件 @
f33fbc2e
...
@@ -68,7 +68,6 @@
...
@@ -68,7 +68,6 @@
#include "asn1.h"
#include "asn1.h"
#include "x509.h"
#include "x509.h"
#include "objects.h"
#include "objects.h"
#include "pem.h"
char
*
X509_verify_cert_error_string
(
n
)
char
*
X509_verify_cert_error_string
(
n
)
long
n
;
long
n
;
...
...
crypto/x509/x509_vfy.c
浏览文件 @
f33fbc2e
...
@@ -70,7 +70,6 @@
...
@@ -70,7 +70,6 @@
#include "asn1.h"
#include "asn1.h"
#include "x509.h"
#include "x509.h"
#include "objects.h"
#include "objects.h"
#include "pem.h"
#ifndef NOPROTO
#ifndef NOPROTO
static
int
null_callback
(
int
ok
,
X509_STORE_CTX
*
e
);
static
int
null_callback
(
int
ok
,
X509_STORE_CTX
*
e
);
...
...
编辑
预览
Markdown
is supported
0%
请重试
或
添加新附件
.
添加附件
取消
You are about to add
0
people
to the discussion. Proceed with caution.
先完成此消息的编辑!
取消
想要评论请
注册
或
登录