From 8def2d5edcd4906e7f5d5bd0fd32a25b69e29203 Mon Sep 17 00:00:00 2001 From: Frank Denis Date: Fri, 7 Jun 2019 01:39:35 +0200 Subject: [PATCH] Document TLS 1.3 cipher suite IDs --- dnscrypt-proxy/example-dnscrypt-proxy.toml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/dnscrypt-proxy/example-dnscrypt-proxy.toml b/dnscrypt-proxy/example-dnscrypt-proxy.toml index a378229b..25af92ae 100644 --- a/dnscrypt-proxy/example-dnscrypt-proxy.toml +++ b/dnscrypt-proxy/example-dnscrypt-proxy.toml @@ -165,6 +165,8 @@ cert_refresh_delay = 240 ## 49195 = TLS_ECDHE_ECDSA_WITH_AES_128_GCM_SHA256 ## 52392 = TLS_ECDHE_RSA_WITH_CHACHA20_POLY1305 ## 52393 = TLS_ECDHE_ECDSA_WITH_CHACHA20_POLY1305 +## 4865 = TLS_AES_128_GCM_SHA256 +## 4867 = TLS_CHACHA20_POLY1305_SHA256 ## ## On non-Intel CPUs such as MIPS routers and ARM systems (Android, Raspberry Pi...), ## the following suite improves performance.