Go has only X25519 optimized for x86_64

This commit is contained in:
Frank Denis 2018-04-10 11:28:59 +02:00
parent 19db1a1560
commit 40d492f93a
1 changed files with 4 additions and 3 deletions

View File

@ -127,11 +127,12 @@ cert_refresh_delay = 240
## 52392 = TLS_ECDHE_RSA_WITH_CHACHA20_POLY1305
## 52393 = TLS_ECDHE_ECDSA_WITH_CHACHA20_POLY1305
##
## On non-Intel systems such as MIPS routers and ARM systems (Android, Raspberry Pi...),
## On non-Intel CPUs such as MIPS routers and ARM systems (Android, Raspberry Pi...),
## the following suite improves performance. RSA verification is faster than ECDSA.
## This may also help on Intel CPUs running 32-bit operating systems.
##
## Delete or comment the next line if you have issues connecting to some DoH servers, but
## any modern server should support this cipher suite. Google and Cloudflare do.
## Delete or comment the next line if you have issues connecting to some DoH servers.
## Google and Cloudflare are fine with it.
tls_cipher_suite = [52392, 49199]