Skip to content
体验新版
项目
组织
正在加载...
登录
切换导航
打开侧边栏
OpenHarmony
Third Party Openssl
提交
5f326803
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看板
提交
5f326803
编写于
12月 23, 1998
作者:
R
Ralf S. Engelschall
浏览文件
操作
浏览文件
下载
电子邮件补丁
差异文件
Switch version string to SSLeay/OpenSSL
上级
9acc2aa6
变更
34
隐藏空白更改
内联
并排
Showing
34 changed file
with
38 addition
and
36 deletion
+38
-36
README
README
+1
-1
crypto/asn1/asn1_lib.c
crypto/asn1/asn1_lib.c
+1
-1
crypto/bf/bf_ecb.c
crypto/bf/bf_ecb.c
+1
-1
crypto/bn/bn_lib.c
crypto/bn/bn_lib.c
+1
-1
crypto/cast/c_ecb.c
crypto/cast/c_ecb.c
+1
-1
crypto/conf/conf.c
crypto/conf/conf.c
+1
-1
crypto/crypto.h
crypto/crypto.h
+4
-2
crypto/cversion.c
crypto/cversion.c
+1
-1
crypto/des/ecb_enc.c
crypto/des/ecb_enc.c
+1
-1
crypto/dh/dh_lib.c
crypto/dh/dh_lib.c
+1
-1
crypto/dsa/dsa_lib.c
crypto/dsa/dsa_lib.c
+1
-1
crypto/evp/evp_enc.c
crypto/evp/evp_enc.c
+1
-1
crypto/idea/i_ecb.c
crypto/idea/i_ecb.c
+1
-1
crypto/lhash/lhash.c
crypto/lhash/lhash.c
+1
-1
crypto/md2/md2_dgst.c
crypto/md2/md2_dgst.c
+1
-1
crypto/md5/md5_dgst.c
crypto/md5/md5_dgst.c
+1
-1
crypto/pem/pem_lib.c
crypto/pem/pem_lib.c
+1
-1
crypto/rand/md_rand.c
crypto/rand/md_rand.c
+1
-1
crypto/rc2/rc2_ecb.c
crypto/rc2/rc2_ecb.c
+1
-1
crypto/rc4/rc4_skey.c
crypto/rc4/rc4_skey.c
+1
-1
crypto/rc5/rc5_ecb.c
crypto/rc5/rc5_ecb.c
+1
-1
crypto/ripemd/rmd_dgst.c
crypto/ripemd/rmd_dgst.c
+1
-1
crypto/rsa/rsa_lib.c
crypto/rsa/rsa_lib.c
+1
-1
crypto/sha/sha1dgst.c
crypto/sha/sha1dgst.c
+1
-1
crypto/sha/sha_dgst.c
crypto/sha/sha_dgst.c
+1
-1
crypto/stack/stack.c
crypto/stack/stack.c
+1
-1
crypto/txt_db/txt_db.c
crypto/txt_db/txt_db.c
+1
-1
crypto/x509/x509_vfy.c
crypto/x509/x509_vfy.c
+1
-1
ssl/s23_lib.c
ssl/s23_lib.c
+1
-1
ssl/s2_lib.c
ssl/s2_lib.c
+1
-1
ssl/s3_lib.c
ssl/s3_lib.c
+1
-1
ssl/ssl_lib.c
ssl/ssl_lib.c
+1
-1
ssl/t1_lib.c
ssl/t1_lib.c
+1
-1
util/up_ver.pl
util/up_ver.pl
+2
-2
未找到文件。
README
浏览文件 @
5f326803
OpenSSL 0.9.1c 22
-Dec-1998
SSLeay/OpenSSL 0.9.1c 23
-Dec-1998
Copyright (c) 1998 The OpenSSL Project
Copyright (c) 1995-1998 Eric Young
...
...
crypto/asn1/asn1_lib.c
浏览文件 @
5f326803
...
...
@@ -69,7 +69,7 @@ static int asn1_get_length();
static
void
asn1_put_length
();
#endif
char
*
ASN1_version
=
"ASN.1 part of SSLeay
0.9.1c 22
-Dec-1998"
;
char
*
ASN1_version
=
"ASN.1 part of SSLeay
/OpenSSL 0.9.1c 23
-Dec-1998"
;
int
ASN1_check_infinite_end
(
p
,
len
)
unsigned
char
**
p
;
...
...
crypto/bf/bf_ecb.c
浏览文件 @
5f326803
...
...
@@ -64,7 +64,7 @@
* CAMBRIDGE SECURITY WORKSHOP, CAMBRIDGE, U.K., DECEMBER 9-11, 1993)
*/
char
*
BF_version
=
"BlowFish part of SSLeay
0.9.1c 22
-Dec-1998"
;
char
*
BF_version
=
"BlowFish part of SSLeay
/OpenSSL 0.9.1c 23
-Dec-1998"
;
char
*
BF_options
()
{
...
...
crypto/bn/bn_lib.c
浏览文件 @
5f326803
...
...
@@ -60,7 +60,7 @@
#include "cryptlib.h"
#include "bn_lcl.h"
char
*
BN_version
=
"Big Number part of SSLeay
0.9.1c 22
-Dec-1998"
;
char
*
BN_version
=
"Big Number part of SSLeay
/OpenSSL 0.9.1c 23
-Dec-1998"
;
/* For a 32 bit machine
* 2 - 4 == 128
...
...
crypto/cast/c_ecb.c
浏览文件 @
5f326803
...
...
@@ -59,7 +59,7 @@
#include "cast.h"
#include "cast_lcl.h"
char
*
CAST_version
=
"CAST part of SSLeay
0.9.1c 22
-Dec-1998"
;
char
*
CAST_version
=
"CAST part of SSLeay
/OpenSSL 0.9.1c 23
-Dec-1998"
;
void
CAST_ecb_encrypt
(
in
,
out
,
ks
,
encrypt
)
unsigned
char
*
in
;
...
...
crypto/conf/conf.c
浏览文件 @
5f326803
...
...
@@ -95,7 +95,7 @@ static CONF_VALUE *get_section();
#define scan_esc(p) ((((p)[1] == '\0')?(p++):(p+=2)),p)
char
*
CONF_version
=
"CONF part of SSLeay
0.9.1c 22
-Dec-1998"
;
char
*
CONF_version
=
"CONF part of SSLeay
/OpenSSL 0.9.1c 23
-Dec-1998"
;
LHASH
*
CONF_load
(
h
,
file
,
line
)
LHASH
*
h
;
...
...
crypto/crypto.h
浏览文件 @
5f326803
...
...
@@ -65,10 +65,12 @@ extern "C" {
#include "stack.h"
#define OPENSSL_VERSION_NUMBER 0x0913
/* Version 0.9.1c is 0913 */
/* Backward compatibility to SSLeay */
/* This is more to be used to check the correct DLL is being used
* in the MS world. */
#define SSLEAY_VERSION_NUMBER 0x0913
/* Version 0.5.1c would be 0513 */
#define SSLEAY_VERSION_NUMBER OPENSSL_VERSION_NUMBER
#define SSLEAY_VERSION 0
/* #define SSLEAY_OPTIONS 1 no longer supported */
#define SSLEAY_CFLAGS 2
...
...
crypto/cversion.c
浏览文件 @
5f326803
...
...
@@ -66,7 +66,7 @@ char *SSLeay_version(t)
int
t
;
{
if
(
t
==
SSLEAY_VERSION
)
return
(
"SSLeay
0.9.1c 22
-Dec-1998"
);
return
(
"SSLeay
/OpenSSL 0.9.1c 23
-Dec-1998"
);
if
(
t
==
SSLEAY_BUILT_ON
)
{
#ifdef DATE
...
...
crypto/des/ecb_enc.c
浏览文件 @
5f326803
...
...
@@ -60,7 +60,7 @@
#include "spr.h"
char
*
libdes_version
=
"libdes v 3.24 - 20-Apr-1996 - eay"
;
char
*
DES_version
=
"DES part of SSLeay
0.9.1c 22
-Dec-1998"
;
char
*
DES_version
=
"DES part of SSLeay
/OpenSSL 0.9.1c 23
-Dec-1998"
;
char
*
des_options
()
{
...
...
crypto/dh/dh_lib.c
浏览文件 @
5f326803
...
...
@@ -61,7 +61,7 @@
#include "bn.h"
#include "dh.h"
char
*
DH_version
=
"Diffie-Hellman part of SSLeay
0.9.1c 22
-Dec-1998"
;
char
*
DH_version
=
"Diffie-Hellman part of SSLeay
/OpenSSL 0.9.1c 23
-Dec-1998"
;
DH
*
DH_new
()
{
...
...
crypto/dsa/dsa_lib.c
浏览文件 @
5f326803
...
...
@@ -64,7 +64,7 @@
#include "dsa.h"
#include "asn1.h"
char
*
DSA_version
=
"DSA part of SSLeay
0.9.1c 22
-Dec-1998"
;
char
*
DSA_version
=
"DSA part of SSLeay
/OpenSSL 0.9.1c 23
-Dec-1998"
;
DSA
*
DSA_new
()
{
...
...
crypto/evp/evp_enc.c
浏览文件 @
5f326803
...
...
@@ -60,7 +60,7 @@
#include "cryptlib.h"
#include "evp.h"
char
*
EVP_version
=
"EVP part of SSLeay
0.9.1c 22
-Dec-1998"
;
char
*
EVP_version
=
"EVP part of SSLeay
/OpenSSL 0.9.1c 23
-Dec-1998"
;
void
EVP_CIPHER_CTX_init
(
ctx
)
EVP_CIPHER_CTX
*
ctx
;
...
...
crypto/idea/i_ecb.c
浏览文件 @
5f326803
...
...
@@ -59,7 +59,7 @@
#include "idea.h"
#include "idea_lcl.h"
char
*
IDEA_version
=
"IDEA part of SSLeay
0.9.1c 22
-Dec-1998"
;
char
*
IDEA_version
=
"IDEA part of SSLeay
/OpenSSL 0.9.1c 23
-Dec-1998"
;
char
*
idea_options
()
{
...
...
crypto/lhash/lhash.c
浏览文件 @
5f326803
...
...
@@ -56,7 +56,7 @@
* [including the GNU Public Licence.]
*/
char
*
lh_version
=
"lhash part of SSLeay
0.9.1c 22
-Dec-1998"
;
char
*
lh_version
=
"lhash part of SSLeay
/OpenSSL 0.9.1c 23
-Dec-1998"
;
/* Code for dynamic hash table routines
* Author - Eric Young v 2.0
...
...
crypto/md2/md2_dgst.c
浏览文件 @
5f326803
...
...
@@ -61,7 +61,7 @@
#include <string.h>
#include "md2.h"
char
*
MD2_version
=
"MD2 part of SSLeay
0.9.1c 22
-Dec-1998"
;
char
*
MD2_version
=
"MD2 part of SSLeay
/OpenSSL 0.9.1c 23
-Dec-1998"
;
/* Implemented from RFC1319 The MD2 Message-Digest Algorithm
*/
...
...
crypto/md5/md5_dgst.c
浏览文件 @
5f326803
...
...
@@ -59,7 +59,7 @@
#include <stdio.h>
#include "md5_locl.h"
char
*
MD5_version
=
"MD5 part of SSLeay
0.9.1c 22
-Dec-1998"
;
char
*
MD5_version
=
"MD5 part of SSLeay
/OpenSSL 0.9.1c 23
-Dec-1998"
;
/* Implemented from RFC1321 The MD5 Message-Digest Algorithm
*/
...
...
crypto/pem/pem_lib.c
浏览文件 @
5f326803
...
...
@@ -68,7 +68,7 @@
#include "des.h"
#endif
char
*
PEM_version
=
"PEM part of SSLeay
0.9.1c 22
-Dec-1998"
;
char
*
PEM_version
=
"PEM part of SSLeay
/OpenSSL 0.9.1c 23
-Dec-1998"
;
#define MIN_LENGTH 4
...
...
crypto/rand/md_rand.c
浏览文件 @
5f326803
...
...
@@ -126,7 +126,7 @@ static unsigned char state[STATE_SIZE+MD_DIGEST_LENGTH];
static
unsigned
char
md
[
MD_DIGEST_LENGTH
];
static
long
md_count
[
2
]
=
{
0
,
0
};
char
*
RAND_version
=
"RAND part of SSLeay
0.9.1c 22
-Dec-1998"
;
char
*
RAND_version
=
"RAND part of SSLeay
/OpenSSL 0.9.1c 23
-Dec-1998"
;
static
void
ssleay_rand_cleanup
(
void
);
static
void
ssleay_rand_seed
(
unsigned
char
*
buf
,
int
num
);
...
...
crypto/rc2/rc2_ecb.c
浏览文件 @
5f326803
...
...
@@ -59,7 +59,7 @@
#include "rc2.h"
#include "rc2_locl.h"
char
*
RC2_version
=
"RC2 part of SSLeay
0.9.1c 22
-Dec-1998"
;
char
*
RC2_version
=
"RC2 part of SSLeay
/OpenSSL 0.9.1c 23
-Dec-1998"
;
/* RC2 as implemented frm a posting from
* Newsgroups: sci.crypt
...
...
crypto/rc4/rc4_skey.c
浏览文件 @
5f326803
...
...
@@ -59,7 +59,7 @@
#include "rc4.h"
#include "rc4_locl.h"
char
*
RC4_version
=
"RC4 part of SSLeay
0.9.1c 22
-Dec-1998"
;
char
*
RC4_version
=
"RC4 part of SSLeay
/OpenSSL 0.9.1c 23
-Dec-1998"
;
char
*
RC4_options
()
{
...
...
crypto/rc5/rc5_ecb.c
浏览文件 @
5f326803
...
...
@@ -59,7 +59,7 @@
#include "rc5.h"
#include "rc5_locl.h"
char
*
RC5_version
=
"RC5 part of SSLeay
0.9.1c 22
-Dec-1998"
;
char
*
RC5_version
=
"RC5 part of SSLeay
/OpenSSL 0.9.1c 23
-Dec-1998"
;
void
RC5_32_ecb_encrypt
(
in
,
out
,
ks
,
encrypt
)
unsigned
char
*
in
;
...
...
crypto/ripemd/rmd_dgst.c
浏览文件 @
5f326803
...
...
@@ -59,7 +59,7 @@
#include <stdio.h>
#include "rmd_locl.h"
char
*
RMD160_version
=
"RIPE-MD160 part of SSLeay
0.9.1c 22
-Dec-1998"
;
char
*
RMD160_version
=
"RIPE-MD160 part of SSLeay
/OpenSSL 0.9.1c 23
-Dec-1998"
;
#ifndef NOPROTO
# ifdef RMD160_ASM
...
...
crypto/rsa/rsa_lib.c
浏览文件 @
5f326803
...
...
@@ -63,7 +63,7 @@
#include "bn.h"
#include "rsa.h"
char
*
RSA_version
=
"RSA part of SSLeay
0.9.1c 22
-Dec-1998"
;
char
*
RSA_version
=
"RSA part of SSLeay
/OpenSSL 0.9.1c 23
-Dec-1998"
;
static
RSA_METHOD
*
default_RSA_meth
=
NULL
;
static
int
rsa_meth_num
=
0
;
...
...
crypto/sha/sha1dgst.c
浏览文件 @
5f326803
...
...
@@ -63,7 +63,7 @@
#include "sha.h"
#include "sha_locl.h"
char
*
SHA1_version
=
"SHA1 part of SSLeay
0.9.1c 22
-Dec-1998"
;
char
*
SHA1_version
=
"SHA1 part of SSLeay
/OpenSSL 0.9.1c 23
-Dec-1998"
;
/* Implemented from SHA-1 document - The Secure Hash Algorithm
*/
...
...
crypto/sha/sha_dgst.c
浏览文件 @
5f326803
...
...
@@ -63,7 +63,7 @@
#include "sha.h"
#include "sha_locl.h"
char
*
SHA_version
=
"SHA part of SSLeay
0.9.1c 22
-Dec-1998"
;
char
*
SHA_version
=
"SHA part of SSLeay
/OpenSSL 0.9.1c 23
-Dec-1998"
;
/* Implemented from SHA-0 document - The Secure Hash Algorithm
*/
...
...
crypto/stack/stack.c
浏览文件 @
5f326803
...
...
@@ -72,7 +72,7 @@
#undef MIN_NODES
#define MIN_NODES 4
char
*
STACK_version
=
"Stack part of SSLeay
0.9.1c 22
-Dec-1998"
;
char
*
STACK_version
=
"Stack part of SSLeay
/OpenSSL 0.9.1c 23
-Dec-1998"
;
#ifndef NOPROTO
#define FP_ICC (int (*)(const void *,const void *))
...
...
crypto/txt_db/txt_db.c
浏览文件 @
5f326803
...
...
@@ -66,7 +66,7 @@
#undef BUFSIZE
#define BUFSIZE 512
char
*
TXT_DB_version
=
"TXT_DB part of SSLeay
0.9.1c 22
-Dec-1998"
;
char
*
TXT_DB_version
=
"TXT_DB part of SSLeay
/OpenSSL 0.9.1c 23
-Dec-1998"
;
TXT_DB
*
TXT_DB_read
(
in
,
num
)
BIO
*
in
;
...
...
crypto/x509/x509_vfy.c
浏览文件 @
5f326803
...
...
@@ -80,7 +80,7 @@ static int null_callback();
static
int
internal_verify
();
#endif
char
*
X509_version
=
"X.509 part of SSLeay
0.9.1c 22
-Dec-1998"
;
char
*
X509_version
=
"X.509 part of SSLeay
/OpenSSL 0.9.1c 23
-Dec-1998"
;
static
STACK
*
x509_store_ctx_method
=
NULL
;
static
int
x509_store_ctx_num
=
0
;
#if 0
...
...
ssl/s23_lib.c
浏览文件 @
5f326803
...
...
@@ -78,7 +78,7 @@ static int ssl23_put_cipher_by_char();
static
SSL_CIPHER
*
ssl23_get_cipher_by_char
();
#endif
char
*
SSL23_version_str
=
"SSLv2/3 compatibility part of SSLeay
0.9.1c 22
-Dec-1998"
;
char
*
SSL23_version_str
=
"SSLv2/3 compatibility part of SSLeay
/OpenSSL 0.9.1c 23
-Dec-1998"
;
static
SSL_METHOD
SSLv23_data
=
{
TLS1_VERSION
,
...
...
ssl/s2_lib.c
浏览文件 @
5f326803
...
...
@@ -67,7 +67,7 @@ static long ssl2_default_timeout(void );
static
long
ssl2_default_timeout
();
#endif
char
*
ssl2_version_str
=
"SSLv2 part of SSLeay
0.9.1c 22
-Dec-1998"
;
char
*
ssl2_version_str
=
"SSLv2 part of SSLeay
/OpenSSL 0.9.1c 23
-Dec-1998"
;
#define SSL2_NUM_CIPHERS (sizeof(ssl2_ciphers)/sizeof(SSL_CIPHER))
...
...
ssl/s3_lib.c
浏览文件 @
5f326803
...
...
@@ -60,7 +60,7 @@
#include "objects.h"
#include "ssl_locl.h"
char
*
ssl3_version_str
=
"SSLv3 part of SSLeay
0.9.1c 22
-Dec-1998"
;
char
*
ssl3_version_str
=
"SSLv3 part of SSLeay
/OpenSSL 0.9.1c 23
-Dec-1998"
;
#define SSL3_NUM_CIPHERS (sizeof(ssl3_ciphers)/sizeof(SSL_CIPHER))
...
...
ssl/ssl_lib.c
浏览文件 @
5f326803
...
...
@@ -61,7 +61,7 @@
#include "lhash.h"
#include "ssl_locl.h"
char
*
SSL_version_str
=
"SSLeay
0.9.1c 22
-Dec-1998"
;
char
*
SSL_version_str
=
"SSLeay
/OpenSSL 0.9.1c 23
-Dec-1998"
;
static
STACK
*
ssl_meth
=
NULL
;
static
STACK
*
ssl_ctx_meth
=
NULL
;
...
...
ssl/t1_lib.c
浏览文件 @
5f326803
...
...
@@ -60,7 +60,7 @@
#include "objects.h"
#include "ssl_locl.h"
char
*
tls1_version_str
=
"TLSv1 part of SSLeay
0.9.1c 22
-Dec-1998"
;
char
*
tls1_version_str
=
"TLSv1 part of SSLeay
/OpenSSL 0.9.1c 23
-Dec-1998"
;
#ifndef NO_PROTO
static
long
tls1_default_timeout
(
void
);
...
...
util/up_ver.pl
浏览文件 @
5f326803
...
...
@@ -60,8 +60,8 @@ foreach $file (@files)
while
(
<
IN
>
)
{
if
((
s/(SSLeay|OpenSSL
) \d\.\d.\d[^"]*(\"|\s)/\1
$ver $time\2/
)
||
s/^(\#define\s+
SSLEAY
_VERSION_NUMBER\s+0x)[0-9a-zA-Z]+(.*)$/$1$xver$2/
)
if
((
s/(SSLeay|OpenSSL
|SSLeay\/OpenSSL) \d\.\d.\d[^"]*(\"|\s)/SSLeay\/OpenSSL
$ver $time\2/
)
||
s/^(\#define\s+
OPENSSL
_VERSION_NUMBER\s+0x)[0-9a-zA-Z]+(.*)$/$1$xver$2/
)
{
print
STDERR
"
Done
";
$found
++
;
...
...
编辑
预览
Markdown
is supported
0%
请重试
或
添加新附件
.
添加附件
取消
You are about to add
0
people
to the discussion. Proceed with caution.
先完成此消息的编辑!
取消
想要评论请
注册
或
登录