aboutsummaryrefslogtreecommitdiff
path: root/RELEASE-NOTES
diff options
context:
space:
mode:
authorKamil Dudka <kdudka@redhat.com>2016-10-27 14:58:43 +0200
committerKamil Dudka <kdudka@redhat.com>2016-11-07 12:07:11 +0100
commita110a03b43057879643046538c79cc9dd20d399a (patch)
treef35f5bf60427950ecebf2c65c23f800b7ac6d7b2 /RELEASE-NOTES
parent6ad3add60654182a747f5971afb40817488ef0e8 (diff)
curl: introduce the --tlsv1.3 option to force TLS 1.3
Fully implemented with the NSS backend only for now. Reviewed-by: Ray Satiro
Diffstat (limited to 'RELEASE-NOTES')
-rw-r--r--RELEASE-NOTES1
1 files changed, 1 insertions, 0 deletions
diff --git a/RELEASE-NOTES b/RELEASE-NOTES
index 0917c683a..8f74ff7b2 100644
--- a/RELEASE-NOTES
+++ b/RELEASE-NOTES
@@ -10,6 +10,7 @@ This release includes the following changes:
o nss: map CURL_SSLVERSION_DEFAULT to NSS default
o vtls: support TLS 1.3 via CURL_SSLVERSION_TLSv1_3
+ o curl: introduce the --tlsv1.3 option to force TLS 1.3
o
This release includes the following bugfixes: