]> git.ipfire.org Git - thirdparty/apache/httpd.git/commit
ab: Allow for TLSv1.3 when the SSL library supports it.
authorYann Ylavic <ylavic@apache.org>
Tue, 24 May 2022 09:06:42 +0000 (09:06 +0000)
committerYann Ylavic <ylavic@apache.org>
Tue, 24 May 2022 09:06:42 +0000 (09:06 +0000)
commitb03fe85b738fc8ff6389b460a5820b451557ba2d
treea022e4dd38e0f0e5c0b21cf5178b14dab5125499
parent0b6a2e85560318ca2e7c6b6bbad4725b48d12616
ab: Allow for TLSv1.3 when the SSL library supports it.

When TLS1_3_VERSION is defined by the SSL library, bump the maximum TLS
protocol to that and use it for "-f ALL" or "-f TLSv1.3".

This mixes proposed patches from BZ 63594 and 64699.

BZ: 63594, 64699

Merge r1900157 from trunk:

Submitted by: abhilash <abhilash1232 gmail.com>
Submitted by: xiaolongx.jiang intel.com
Submitted by: ylavic
Reviewed by: ylavic, rpluem, jorton

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.4.x@1901203 13f79535-47bb-0310-9956-ffa450edef68
changes-entries/ab_tls13.txt [new file with mode: 0644]
support/ab.c