Update from stable branch.
This commit is contained in:
parent
f3fef74b09
commit
ba0e826d83
1 changed files with 6 additions and 4 deletions
10
CHANGES
10
CHANGES
|
@ -9,10 +9,12 @@
|
||||||
SSL_SESSION structure, that way new session features are automatically
|
SSL_SESSION structure, that way new session features are automatically
|
||||||
supported.
|
supported.
|
||||||
|
|
||||||
If a client application caches session in an SSL_SESSION support it
|
If a client application caches session in an SSL_SESSION structure
|
||||||
should automatically be supported because an extension includes the
|
support is transparent because tickets are now stored in the encoded
|
||||||
ticket in the structure. The SSL_CTX structure automatically generates
|
SSL_SESSION.
|
||||||
keys for ticket protection in servers so again support should be possible
|
|
||||||
|
The SSL_CTX structure automatically generates keys for ticket
|
||||||
|
protection in servers so again support should be possible
|
||||||
with no application modification.
|
with no application modification.
|
||||||
|
|
||||||
If a client or server wishes to disable RFC4507 support then the option
|
If a client or server wishes to disable RFC4507 support then the option
|
||||||
|
|
Loading…
Reference in a new issue