]> git.ipfire.org Git - thirdparty/tor.git/commit
Add implementation and version metadata to bridge extra-info.
authorAlexander Færøy <ahf@torproject.org>
Fri, 21 Jul 2023 00:11:16 +0000 (02:11 +0200)
committerDavid Goulet <dgoulet@torproject.org>
Tue, 18 Jun 2024 19:15:20 +0000 (15:15 -0400)
commitb4f8518f8fdedc2711cbaad0abb5a4b85bf66fec
treebfb859d74935fe91090b105402b891f69b0684a8
parentf45934448849a931be09aed7dd0ac3d275b218e4
Add implementation and version metadata to bridge extra-info.

This patch adds two new keys to bridges' extra-info document:
"transport-version" and "transport-implementation".

These two new values always appear together (if one is missing, the
other one will be missing too) and is parsed from PT's STATUS
TYPE=version messages.

See: tpo/core/tor#11101.
src/feature/client/transports.c