Enable TLS Extensions by default.
This commit is contained in:
parent
7f065cfdbd
commit
c153422388
3
CHANGES
3
CHANGES
@ -4,6 +4,9 @@
|
|||||||
|
|
||||||
Changes between 0.9.8i and 0.9.8j [xx XXX xxxx]
|
Changes between 0.9.8i and 0.9.8j [xx XXX xxxx]
|
||||||
|
|
||||||
|
*) Enable TLS extensions by default.
|
||||||
|
[Ben Laurie]
|
||||||
|
|
||||||
*) Allow the CHIL engine to be loaded, whether the application is
|
*) Allow the CHIL engine to be loaded, whether the application is
|
||||||
multithreaded or not. (This does not release the developer from the
|
multithreaded or not. (This does not release the developer from the
|
||||||
obligation to set up the dynamic locking callbacks.)
|
obligation to set up the dynamic locking callbacks.)
|
||||||
|
@ -636,7 +636,6 @@ my %disabled = ( # "what" => "comment" [or special keyword "experimental
|
|||||||
"rfc3779" => "default",
|
"rfc3779" => "default",
|
||||||
"seed" => "default",
|
"seed" => "default",
|
||||||
"shared" => "default",
|
"shared" => "default",
|
||||||
"tlsext" => "default",
|
|
||||||
"zlib" => "default",
|
"zlib" => "default",
|
||||||
"zlib-dynamic" => "default"
|
"zlib-dynamic" => "default"
|
||||||
);
|
);
|
||||||
|
Loading…
x
Reference in New Issue
Block a user