/[Apache-SVN]
ViewVC logotype

Revision 1840120


Jump to revision: Previous Next
Author: icing
Date: Wed Sep 5 11:28:15 2018 UTC (5 years, 9 months ago)
Changed paths: 8
Log Message:
On the tlsv1.3-for-2.4.x branch:

Merged 1827912,1827924,1827992,1828222,1828720,1828723,1833588,1833589,1839920,1839946 from trunk

  *) mod_ssl: add experimental support for TLSv1.3 (tested with OpenSSL v1.1.1-pre9. 
     SSL(Proxy)CipherSuite now has an optional first parameter for the protocol the ciphers are for.
     Directive "SSLVerifyClient" now triggers certificate retrieval from the client.
     Verifying the client fails exactly the same for HTTP/2 connections for all SSL protocols,
     as this would need to trigger the master connection thread - which we do not support
     right now.
     Renegotiation of ciphers is intentionally ignored for TLSv1.3 connections. "SSLCipherSuite"
     does not allow to specify TLSv1.3 ciphers in a directory context (because it cannot work) and
     TLSv1.2 or lower ciphers are not relevant for 1.3, as cipher suites are completely separate.
     Sites which make use of such TLSv1.2 feature need to evaluate carefully if or how they 
     can match their needs onto the TLSv1.3 protocol.
     [Yann Ylavic, Stefan Eissing]



Changed paths

Path Details
Directoryhttpd/httpd/branches/tlsv1.3-for-2.4.x/ modified , props changed
Directoryhttpd/httpd/branches/tlsv1.3-for-2.4.x/CHANGES modified , text changed
Directoryhttpd/httpd/branches/tlsv1.3-for-2.4.x/docs/manual/mod/mod_ssl.xml modified , text changed
Directoryhttpd/httpd/branches/tlsv1.3-for-2.4.x/modules/ssl/mod_ssl.c modified , text changed
Directoryhttpd/httpd/branches/tlsv1.3-for-2.4.x/modules/ssl/ssl_engine_config.c modified , text changed
Directoryhttpd/httpd/branches/tlsv1.3-for-2.4.x/modules/ssl/ssl_engine_init.c modified , text changed
Directoryhttpd/httpd/branches/tlsv1.3-for-2.4.x/modules/ssl/ssl_engine_kernel.c modified , text changed
Directoryhttpd/httpd/branches/tlsv1.3-for-2.4.x/modules/ssl/ssl_private.h modified , text changed

infrastructure at apache.org
ViewVC Help
Powered by ViewVC 1.1.26