- Jul 16, 2022
-
-
ValdikSS authored
This commit fixes two issues: 1. ciphers.inc has TLSv1.3 ciphers prefixed with "TXT", while current version has "RFC". TLS1_3_RFC_AES_128_GCM_SHA256 should be instead of TLS1_3_TXT_AES_128_GCM_SHA256, in both define and CIPHER() macro. 2. Tor calls only SSL_set_cipher_list() in tlstls_openssl.c, this sets only TLSv1.2 ciphers, while TLSv1.3 ciphers stay in default state. TLSv1.3 ciphersuites are set with SSL_set_ciphersuites(), but the list require to contain only TLSv1.3 suites (no v1.2). Contrary to SSL_set_cipher_list(), TLSv1.3 SSL_set_ciphersuites() does NOT accept finalizing :, so it should be stripped out.
-
- Jul 05, 2022
-
-
Roger Dingledine authored
-
- Jun 30, 2022
-
-
Roger Dingledine authored
-
- Jun 29, 2022
-
-
Roger Dingledine authored
-
- Jun 23, 2022
-
-
David Goulet authored
This reverts commit 4f1298e4.
-
David Goulet authored
Fixes #25312 Signed-off-by:
David Goulet <dgoulet@torproject.org>
-
- Jun 17, 2022
-
-
David Goulet authored
Signed-off-by:
David Goulet <dgoulet@torproject.org>
-
David Goulet authored
-
-
David Goulet authored
-
-
-
-
-
David Goulet authored
-
-
Only cache RTT on explicit stalls; Only use this cache for the RTT decrease case. Otherwise use only local circuit RTT state for clock jump checks.
-
- Jun 15, 2022
-
-
David Goulet authored
-
Mike Perry authored
-
Mike Perry authored
You win Maze; we surrender.
-
Mike Perry authored
-
Mike Perry authored
Leave it at notice if we do have enough dir info.
-
- Jun 02, 2022
-
-
David Goulet authored
-
David Goulet authored
-
Mike Perry authored
-
Mike Perry authored
This log is harmless, and can be common at relays if clients are sending XOFF.
-
- May 31, 2022
-
-
Alex Xu authored
-
- May 24, 2022
-
-
David Goulet authored
-
David Goulet authored
-
David Goulet authored
-
- May 22, 2022
-
-
Alex Xu authored
-
- May 16, 2022
-
-
David Goulet authored
-
David Goulet authored
-
David Goulet authored
-
David Goulet authored
-
David Goulet authored
-
- May 09, 2022
-
-
David Goulet authored
-
Alexander Hansen Færøy authored
-
Alexander Hansen Færøy authored
-
Alexander Hansen Færøy authored
-