]> granicus.if.org Git - apache/commit
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)
commit0c66e69b5cfec3143423ec2f051bb0bd9ae1e4b3
tree53df6ded04e976ea078893c997888c151ac413c6
parente081066f6fd8992fd9ecd46b8fbe13c57cecb968
Merge r1585090 from trunk:

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