diff options
author | Yann Ylavic <ylavic@apache.org> | 2016-06-30 20:48:40 +0200 |
---|---|---|
committer | Yann Ylavic <ylavic@apache.org> | 2016-06-30 20:48:40 +0200 |
commit | 7b62ffbe80be47d504fe31083d4e0fabfcd81aeb (patch) | |
tree | d080a5fdcc2df66fea89cdef740132ff6def7ebb /CHANGES | |
parent | modssl: reset client-verify state when renegotiation is aborted (diff) | |
download | apache2-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-- | CHANGES | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -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] |