Skip to content
体验新版
项目
组织
正在加载...
登录
切换导航
打开侧边栏
OpenHarmony
Third Party Openssl
提交
72dce768
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看板
提交
72dce768
编写于
10月 26, 2005
作者:
B
Bodo Möller
浏览文件
操作
浏览文件
下载
电子邮件补丁
差异文件
Add fixes for CAN-2005-2969.
(This were in 0.9.7-stable and 0.9.8-stable, but not in HEAD so far.)
上级
ee8836c4
变更
6
隐藏空白更改
内联
并排
Showing
6 changed file
with
13 addition
and
10 deletion
+13
-10
FAQ
FAQ
+1
-1
NEWS
NEWS
+5
-0
STATUS
STATUS
+4
-1
doc/ssl/SSL_CTX_set_options.pod
doc/ssl/SSL_CTX_set_options.pod
+1
-1
ssl/s23_srvr.c
ssl/s23_srvr.c
+1
-6
ssl/ssl.h
ssl/ssl.h
+1
-1
未找到文件。
FAQ
浏览文件 @
72dce768
...
@@ -73,7 +73,7 @@ OpenSSL - Frequently Asked Questions
...
@@ -73,7 +73,7 @@ OpenSSL - Frequently Asked Questions
* Which is the current version of OpenSSL?
* Which is the current version of OpenSSL?
The current version is available from <URL: http://www.openssl.org>.
The current version is available from <URL: http://www.openssl.org>.
OpenSSL 0.9.8
was released on July 5
th, 2005.
OpenSSL 0.9.8
a was released on October 11
th, 2005.
In addition to the current stable release, you can also access daily
In addition to the current stable release, you can also access daily
snapshots of the OpenSSL development version at <URL:
snapshots of the OpenSSL development version at <URL:
...
...
NEWS
浏览文件 @
72dce768
...
@@ -5,6 +5,11 @@
...
@@ -5,6 +5,11 @@
This file gives a brief overview of the major changes between each OpenSSL
This file gives a brief overview of the major changes between each OpenSSL
release. For more details please read the CHANGES file.
release. For more details please read the CHANGES file.
Major changes between OpenSSL 0.9.8 and OpenSSL 0.9.8a:
o Fix potential SSL 2.0 rollback, CAN-2005-2969
o Extended Windows CE support
Major changes between OpenSSL 0.9.7g and OpenSSL 0.9.8:
Major changes between OpenSSL 0.9.7g and OpenSSL 0.9.8:
o Major work on the BIGNUM library for higher efficiency and to
o Major work on the BIGNUM library for higher efficiency and to
...
...
STATUS
浏览文件 @
72dce768
OpenSSL STATUS Last modified at
OpenSSL STATUS Last modified at
______________ $Date: 2005/
07/05 19:16:2
4 $
______________ $Date: 2005/
10/26 19:40:4
4 $
DEVELOPMENT STATE
DEVELOPMENT STATE
o OpenSSL 0.9.9: Under development...
o OpenSSL 0.9.9: Under development...
o OpenSSL 0.9.8a: Released on October 11th, 2005
o OpenSSL 0.9.8: Released on July 5th, 2005
o OpenSSL 0.9.8: Released on July 5th, 2005
o OpenSSL 0.9.7i: Released on October 15th, 2005
o OpenSSL 0.9.7h: Released on October 11th, 2005
o OpenSSL 0.9.7g: Released on April 11th, 2005
o OpenSSL 0.9.7g: Released on April 11th, 2005
o OpenSSL 0.9.7f: Released on March 22nd, 2005
o OpenSSL 0.9.7f: Released on March 22nd, 2005
o OpenSSL 0.9.7e: Released on October 25th, 2004
o OpenSSL 0.9.7e: Released on October 25th, 2004
...
...
doc/ssl/SSL_CTX_set_options.pod
浏览文件 @
72dce768
...
@@ -86,7 +86,7 @@ doing a re-connect, always takes the first cipher in the cipher list.
...
@@ -86,7 +86,7 @@ doing a re-connect, always takes the first cipher in the cipher list.
=item SSL_OP_MSIE_SSLV2_RSA_PADDING
=item SSL_OP_MSIE_SSLV2_RSA_PADDING
..
.
As of OpenSSL 0.9.7h and 0.9.8a, this option has no effect
.
=item SSL_OP_SSLEAY_080_CLIENT_DH_BUG
=item SSL_OP_SSLEAY_080_CLIENT_DH_BUG
...
...
ssl/s23_srvr.c
浏览文件 @
72dce768
...
@@ -250,9 +250,6 @@ int ssl23_get_client_hello(SSL *s)
...
@@ -250,9 +250,6 @@ int ssl23_get_client_hello(SSL *s)
int
n
=
0
,
j
;
int
n
=
0
,
j
;
int
type
=
0
;
int
type
=
0
;
int
v
[
2
];
int
v
[
2
];
#ifndef OPENSSL_NO_RSA
int
use_sslv2_strong
=
0
;
#endif
if
(
s
->
state
==
SSL23_ST_SR_CLNT_HELLO_A
)
if
(
s
->
state
==
SSL23_ST_SR_CLNT_HELLO_A
)
{
{
...
@@ -501,9 +498,7 @@ int ssl23_get_client_hello(SSL *s)
...
@@ -501,9 +498,7 @@ int ssl23_get_client_hello(SSL *s)
}
}
s
->
state
=
SSL2_ST_GET_CLIENT_HELLO_A
;
s
->
state
=
SSL2_ST_GET_CLIENT_HELLO_A
;
if
((
s
->
options
&
SSL_OP_MSIE_SSLV2_RSA_PADDING
)
||
if
(
s
->
options
&
SSL_OP_NO_TLSv1
&&
s
->
options
&
SSL_OP_NO_SSLv3
)
use_sslv2_strong
||
(
s
->
options
&
SSL_OP_NO_TLSv1
&&
s
->
options
&
SSL_OP_NO_SSLv3
))
s
->
s2
->
ssl2_rollback
=
0
;
s
->
s2
->
ssl2_rollback
=
0
;
else
else
/* reject SSL 2.0 session if client supports SSL 3.0 or TLS 1.0
/* reject SSL 2.0 session if client supports SSL 3.0 or TLS 1.0
...
...
ssl/ssl.h
浏览文件 @
72dce768
...
@@ -480,7 +480,7 @@ typedef struct ssl_session_st
...
@@ -480,7 +480,7 @@ typedef struct ssl_session_st
#define SSL_OP_NETSCAPE_REUSE_CIPHER_CHANGE_BUG 0x00000008L
#define SSL_OP_NETSCAPE_REUSE_CIPHER_CHANGE_BUG 0x00000008L
#define SSL_OP_SSLREF2_REUSE_CERT_TYPE_BUG 0x00000010L
#define SSL_OP_SSLREF2_REUSE_CERT_TYPE_BUG 0x00000010L
#define SSL_OP_MICROSOFT_BIG_SSLV3_BUFFER 0x00000020L
#define SSL_OP_MICROSOFT_BIG_SSLV3_BUFFER 0x00000020L
#define SSL_OP_MSIE_SSLV2_RSA_PADDING 0x00000040L
#define SSL_OP_MSIE_SSLV2_RSA_PADDING 0x00000040L
/* no effect since 0.9.7h and 0.9.8b */
#define SSL_OP_SSLEAY_080_CLIENT_DH_BUG 0x00000080L
#define SSL_OP_SSLEAY_080_CLIENT_DH_BUG 0x00000080L
#define SSL_OP_TLS_D5_BUG 0x00000100L
#define SSL_OP_TLS_D5_BUG 0x00000100L
#define SSL_OP_TLS_BLOCK_PADDING_BUG 0x00000200L
#define SSL_OP_TLS_BLOCK_PADDING_BUG 0x00000200L
...
...
编辑
预览
Markdown
is supported
0%
请重试
或
添加新附件
.
添加附件
取消
You are about to add
0
people
to the discussion. Proceed with caution.
先完成此消息的编辑!
取消
想要评论请
注册
或
登录