]> git.ipfire.org Git - thirdparty/tor.git/commit
log "list of supported TLS groups" only once
authorRoger Dingledine <arma@torproject.org>
Mon, 9 Jun 2025 01:50:36 +0000 (21:50 -0400)
committerRoger Dingledine <arma@torproject.org>
Mon, 9 Jun 2025 02:08:43 +0000 (22:08 -0400)
commit3871742ed13cd4bfe7708ce644597edad6603fce
treec78ab30372044e19dd4ed93ad006644315a11896
parent6a35cdeedd4afe42f8860d372c855a0af0e9f235
log "list of supported TLS groups" only once

We had been logging it every two hours forever, even though it's based
on the version of OpenSSL we're using it so it will never change.

Fixes bug #41093.

The fix is an improvement on commit ba88ad6b which addressed #41058.

Not adding a changes file since those commits haven't gone out in a
release yet either.
src/lib/tls/tortls_openssl.c