mirror of
https://github.com/openssl/openssl.git
synced 2025-02-17 14:32:04 +08:00
Move CHANGES entry to 0.9.8l section
This commit is contained in:
parent
661dc1431f
commit
bb4060c5b5
18
CHANGES
18
CHANGES
@ -4,15 +4,6 @@
|
|||||||
|
|
||||||
Changes between 0.9.8k and 1.0 [xx XXX xxxx]
|
Changes between 0.9.8k and 1.0 [xx XXX xxxx]
|
||||||
|
|
||||||
*) Fixes to stateless session resumption handling. Use initial_ctx when
|
|
||||||
issuing and attempting to decrypt tickets in case it has changed during
|
|
||||||
servername handling. Use a non-zero length session ID when attempting
|
|
||||||
stateless session resumption: this makes it possible to determine if
|
|
||||||
a resumption has occurred immediately after receiving server hello
|
|
||||||
(several places in OpenSSL subtly assume this) instead of later in
|
|
||||||
the handshake.
|
|
||||||
[Steve Henson]
|
|
||||||
|
|
||||||
*) Update OCSP request code to permit adding custom headers to the request:
|
*) Update OCSP request code to permit adding custom headers to the request:
|
||||||
some responders need this.
|
some responders need this.
|
||||||
[Steve Henson]
|
[Steve Henson]
|
||||||
@ -849,6 +840,15 @@
|
|||||||
|
|
||||||
Changes between 0.9.8k and 0.9.8l [xx XXX xxxx]
|
Changes between 0.9.8k and 0.9.8l [xx XXX xxxx]
|
||||||
|
|
||||||
|
*) Fixes to stateless session resumption handling. Use initial_ctx when
|
||||||
|
issuing and attempting to decrypt tickets in case it has changed during
|
||||||
|
servername handling. Use a non-zero length session ID when attempting
|
||||||
|
stateless session resumption: this makes it possible to determine if
|
||||||
|
a resumption has occurred immediately after receiving server hello
|
||||||
|
(several places in OpenSSL subtly assume this) instead of later in
|
||||||
|
the handshake.
|
||||||
|
[Steve Henson]
|
||||||
|
|
||||||
*) The functions ENGINE_ctrl(), OPENSSL_isservice(),
|
*) The functions ENGINE_ctrl(), OPENSSL_isservice(),
|
||||||
CMS_get1_RecipientRequest() and RAND_bytes() can return <=0 on error
|
CMS_get1_RecipientRequest() and RAND_bytes() can return <=0 on error
|
||||||
fixes for a few places where the return code is not checked
|
fixes for a few places where the return code is not checked
|
||||||
|
Loading…
Reference in New Issue
Block a user