]> git.ipfire.org Git - thirdparty/tor.git/commit
Add cell format and crypto alg to circ_params
authorNick Mathewson <nickm@torproject.org>
Mon, 2 Jun 2025 14:08:00 +0000 (10:08 -0400)
committerNick Mathewson <nickm@torproject.org>
Tue, 10 Jun 2025 23:06:47 +0000 (19:06 -0400)
commite5535d84aeaacff79f056edd4432de30c5b63bc5
tree721dcf31d670acd81752d3f7b267d3d0e0c36e0e
parent8bdb2f03f7cf43a797bb7f8c8e2d3c83e8136e80
Add cell format and crypto alg to circ_params

This allows them to be negotiated as part of the handshake.
src/core/crypto/onion_crypto.c
src/core/crypto/onion_crypto.h
src/core/mainloop/cpuworker.c
src/core/or/circuitbuild.c
src/core/or/command.c
src/core/or/crypt_path.c
src/feature/relay/circuitbuild_relay.c
src/feature/relay/circuitbuild_relay.h
src/test/test_circuitbuild.c