projects
/
oweals
/
openssl.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
7f065cf
)
Enable TLS Extensions by default.
author
Ben Laurie
<ben@openssl.org>
Fri, 26 Dec 2008 15:27:51 +0000
(15:27 +0000)
committer
Ben Laurie
<ben@openssl.org>
Fri, 26 Dec 2008 15:27:51 +0000
(15:27 +0000)
CHANGES
patch
|
blob
|
history
Configure
patch
|
blob
|
history
diff --git
a/CHANGES
b/CHANGES
index a4845501774ad64dbf08779ba3a5574b8f2d7373..f02a6d356a0adae2c1922f4b8788b520b4b6353d 100644
(file)
--- a/
CHANGES
+++ b/
CHANGES
@@
-4,6
+4,9
@@
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
multithreaded or not. (This does not release the developer from the
obligation to set up the dynamic locking callbacks.)
diff --git
a/Configure
b/Configure
index 1582de24c72d50d8f47f6f3e37ddeb9a858c6fa4..1eaed889a579865dcd842a6de74b31bad62ac8a9 100755
(executable)
--- a/
Configure
+++ b/
Configure
@@
-636,7
+636,6
@@
my %disabled = ( # "what" => "comment" [or special keyword "experimental
"rfc3779" => "default",
"seed" => "default",
"shared" => "default",
- "tlsext" => "default",
"zlib" => "default",
"zlib-dynamic" => "default"
);