tor

The Tor anonymity network
git clone https://git.dasho.dev/tor.git
Log | Files | Refs | README | LICENSE

commit 85f5318f7fd2e376272daad264da2cb79c6837be
parent 73eab76e6db4f82dbb3924e3c715996ece47fc80
Author: David Goulet <dgoulet@torproject.org>
Date:   Tue,  7 Mar 2023 08:52:34 -0500

Merge branch 'tor-gitlab/mr/696'

Diffstat:
Msrc/lib/tls/tortls_openssl.c | 3+--
1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/src/lib/tls/tortls_openssl.c b/src/lib/tls/tortls_openssl.c @@ -1734,8 +1734,7 @@ tor_tls_export_key_material,(tor_tls_t *tls, uint8_t *secrets_out, * issue 7712. */ openssl_bug_7712_is_present = 1; log_warn(LD_GENERAL, "Detected OpenSSL bug 7712: disabling TLS 1.3 on " - "future connections. A fix is expected to appear in OpenSSL " - "1.1.1b."); + "future connections."); } } if (openssl_bug_7712_is_present)