use SslAcceptor::mozilla_intermediate_v5

This allows TLSv1.3, and let the client select ciphers. After this
change AES is prefered over chacha20, so TLS speed is now much faster.
This commit is contained in:
Dietmar Maurer
2020-10-14 12:24:15 +02:00
parent 254ec19412
commit 62c74d7749
2 changed files with 2 additions and 2 deletions

View File

@ -86,7 +86,7 @@ struct BenchmarkResult {
static BENCHMARK_RESULT_2020_TOP: BenchmarkResult = BenchmarkResult {
tls: Speed {
speed: None,
top: 1_000_000.0 * 690.0, // TLS to localhost, AMD Ryzen 7 2700X
top: 1_000_000.0 * 1235.0, // TLS to localhost, AMD Ryzen 7 2700X
},
sha256: Speed {
speed: None,