]> git.ipfire.org Git - thirdparty/curl.git/commit
GnuTLS: don't allow TLS 1.3 for versions that don't support it
authorDaniel Stenberg <daniel@haxx.se>
Wed, 5 May 2021 21:26:01 +0000 (23:26 +0200)
committerDaniel Stenberg <daniel@haxx.se>
Thu, 6 May 2021 14:04:30 +0000 (16:04 +0200)
commit577f19397c3545da7b0162677e2783d188e74ae1
treedf30c3cc43244c8a267f4f56c30eec60c00990bb
parent92953dc38782273171ac5bc9f32fe715df4778fb
GnuTLS: don't allow TLS 1.3 for versions that don't support it

Follow-up to 781864bedbc5

... as they don't understand it and will return error at us!

Closes #7014
lib/vtls/gtls.c