]> git.ipfire.org Git - thirdparty/tor.git/commit
Remove tor_tls_verify
authorNick Mathewson <nickm@torproject.org>
Mon, 28 Apr 2025 15:10:55 +0000 (11:10 -0400)
committerNick Mathewson <nickm@torproject.org>
Mon, 28 Apr 2025 15:10:55 +0000 (11:10 -0400)
commit762bf91ebf4e98b1cee593ad5548cdb184a32656
tree08486fa765d5946e7ab33ebcabf89e5238f7ef77
parent5168a204ddbcc2c61313298952c63079bebc2943
Remove tor_tls_verify

Despite its name, it was only used for the v1 handshake.
src/lib/tls/tortls.c
src/lib/tls/tortls.h
src/lib/tls/tortls_internal.h
src/lib/tls/tortls_nss.c
src/lib/tls/tortls_openssl.c
src/test/test_tortls.c
src/test/test_tortls_openssl.c