diff options
author | Kamil Dudka <kdudka@redhat.com> | 2016-10-27 14:58:43 +0200 |
---|---|---|
committer | Kamil Dudka <kdudka@redhat.com> | 2016-11-07 12:07:11 +0100 |
commit | a110a03b43057879643046538c79cc9dd20d399a (patch) | |
tree | f35f5bf60427950ecebf2c65c23f800b7ac6d7b2 /RELEASE-NOTES | |
parent | 6ad3add60654182a747f5971afb40817488ef0e8 (diff) | |
download | curl-a110a03b43057879643046538c79cc9dd20d399a.tar.gz |
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-NOTES | 1 |
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: |