]> git.ipfire.org Git - thirdparty/apache/httpd.git/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)
commitb31ae3b6443be6f0dc132963b81e203884c97c02
tree687a4f1c618832c2ae74fed95f1acb02da995e96
parent1e9304ea2e053a7960e2c98bcec5c6ec45ac8e6a
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/branches/2.4.x@1588424 13f79535-47bb-0310-9956-ffa450edef68
CHANGES
STATUS
modules/ssl/ssl_engine_init.c
modules/ssl/ssl_engine_kernel.c