summaryrefslogtreecommitdiffstats
path: root/CHANGES
diff options
context:
space:
mode:
authorYann Ylavic <ylavic@apache.org>2016-06-30 20:48:40 +0200
committerYann Ylavic <ylavic@apache.org>2016-06-30 20:48:40 +0200
commit7b62ffbe80be47d504fe31083d4e0fabfcd81aeb (patch)
treed080a5fdcc2df66fea89cdef740132ff6def7ebb /CHANGES
parentmodssl: reset client-verify state when renegotiation is aborted (diff)
downloadapache2-7b62ffbe80be47d504fe31083d4e0fabfcd81aeb.tar.xz
apache2-7b62ffbe80be47d504fe31083d4e0fabfcd81aeb.zip
ab: add SNI support when available.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1750854 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'CHANGES')
-rw-r--r--CHANGES4
1 files changed, 4 insertions, 0 deletions
diff --git a/CHANGES b/CHANGES
index 2da665d89f..2747af6cd5 100644
--- a/CHANGES
+++ b/CHANGES
@@ -1,6 +1,10 @@
-*- coding: utf-8 -*-
Changes with Apache 2.5.0
+ *) ab: Add option -I to use the Server Name Indication (SNI) extension on
+ outgoing TLS connections, according to the Host header (if any) or the
+ requested URL's hostname otherwise. [Yann Ylavic]
+
*) mod_ssl: reset client-verify state of ssl when aborting renegotiations.
[Erki Aring <erki@example.ee>, Stefan Eissing]