diff options
author | Yann Ylavic <ylavic@apache.org> | 2022-04-22 15:04:51 +0200 |
---|---|---|
committer | Yann Ylavic <ylavic@apache.org> | 2022-04-22 15:04:51 +0200 |
commit | 63840edb440a2caaea46091afbc92a0ed72e7b5e (patch) | |
tree | 7fd63d97577f7c0d75e803695ac11273e9e070f1 /changes-entries | |
parent | ab: apr_base64_encode already NUL-terminate the output. (diff) | |
download | apache2-63840edb440a2caaea46091afbc92a0ed72e7b5e.tar.xz apache2-63840edb440a2caaea46091afbc92a0ed72e7b5e.zip |
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
Submitted by: abhilash <abhilash1232 gmail.com>
Submitted by: xiaolongx.jiang intel.com
Submitted & Reviewed by: ylavic
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1900157 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'changes-entries')
-rw-r--r-- | changes-entries/ab_tls13.txt | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/changes-entries/ab_tls13.txt b/changes-entries/ab_tls13.txt new file mode 100644 index 0000000000..3b6a00f462 --- /dev/null +++ b/changes-entries/ab_tls13.txt @@ -0,0 +1,2 @@ + *) ab: Allow for TLSv1.3 when the SSL library supports it. + [abhilash1232 gmail.com, xiaolongx.jiang intel.com, Yann Ylavic] |