diff options
author | Hubert Kario <hkario@redhat.com> | 2019-05-17 17:15:24 +0000 |
---|---|---|
committer | Kamil Dudka <kdudka@redhat.com> | 2019-05-27 09:04:09 +0200 |
commit | 319ae9075efba769c9d5e98e827bb325ad0fcb6f (patch) | |
tree | f530ee16976ae911133867f3e07410b6c27c54d9 /docs/CIPHERS.md | |
parent | b3173cfa2bf5f34a3fcc5c30d9cf29eda670e789 (diff) | |
download | curl-319ae9075efba769c9d5e98e827bb325ad0fcb6f.tar.gz |
nss: allow to specify TLS 1.3 ciphers if supported by NSS
Closes #3916
Diffstat (limited to 'docs/CIPHERS.md')
-rw-r--r-- | docs/CIPHERS.md | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/docs/CIPHERS.md b/docs/CIPHERS.md index 0b7ccebf9..5c0fffea9 100644 --- a/docs/CIPHERS.md +++ b/docs/CIPHERS.md @@ -269,6 +269,12 @@ When specifying multiple cipher names, separate them with colon (`:`). `ecdhe_ecdsa_chacha20_poly1305_sha_256` `dhe_rsa_chacha20_poly1305_sha_256` +### TLS 1.3 cipher suites + +`aes_128_gcm_sha_256` +`aes_256_gcm_sha_384` +`chacha20_poly1305_sha_256` + ## GSKit Ciphers are internally defined as |