Commit c1534223 authored by Ben Laurie's avatar Ben Laurie
Browse files

Enable TLS Extensions by default.

parent 7f065cfd
Loading
Loading
Loading
Loading
+3 −0
Original line number Diff line number Diff line
@@ -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.)
+0 −1
Original line number Diff line number Diff line
@@ -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"
               );