]> granicus.if.org Git - apache/commitdiff
Merge r1585090 from trunk:
authorKaspar Brand <kbrand@apache.org>
Fri, 18 Apr 2014 08:29:11 +0000 (08:29 +0000)
committerKaspar Brand <kbrand@apache.org>
Fri, 18 Apr 2014 08:29:11 +0000 (08:29 +0000)
Bring SNI behavior into better conformance with RFC 6066:

- no longer send a warning-level unrecognized_name(112) alert
  when no matching vhost is found (PR 56241)

- at startup, only issue warnings about IP/port conflicts and name-based
  SSL vhosts when running with an OpenSSL without TLS extension support
  (almost 5 years after SNI was added to 2.2.x, the
  "[...] only work for clients with TLS server name indication support"
  warning feels obsolete)

Proposed by: kbrand
Reviewed by: jorton, ylavic

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1588424 13f79535-47bb-0310-9956-ffa450edef68

CHANGES

diff --git a/CHANGES b/CHANGES
index cb5c9ad76f67fb29c154b4ef96c1c400ead32518..71b2c25b55e70ac5e433b9c90bbc4fc525a6e6cd 100644 (file)
--- a/CHANGES
+++ b/CHANGES
@@ -41,11 +41,6 @@ Changes with Apache 2.5.0
      allow spaces in backreferences to be encoded as %20 instead of '+'.
      [Eric Covener]
      
-  *) mod_ssl: bring SNI behavior into better conformance with RFC 6066:
-     no longer send warning-level unrecognized_name(112) alerts,
-     and limit startup warnings to cases where an OpenSSL version
-     without TLS extension support is used. PR 56241. [Kaspar Brand]
-
   *) mod_expires: don't add Expires header to error responses (4xx/5xx),
      be they generated or forwarded. PR 55669. [ Yann Ylavic ]