tor

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

commit 9773cd0f94d20c810f37021e475c132d611ef063
parent 51377a917e246b28f437f54f8adc9a472b91b5f4
Author: Nick Mathewson <nickm@torproject.org>
Date:   Thu,  1 Feb 2018 15:28:17 -0500

Merge branch 'maint-0.3.2'

Diffstat:
Achanges/bug25070 | 3+++
Msrc/or/protover.c | 2+-
2 files changed, 4 insertions(+), 1 deletion(-)

diff --git a/changes/bug25070 b/changes/bug25070 @@ -0,0 +1,3 @@ + o Major bugfixes (protocol versions): + - Add Link protocol version 5 to the supported protocols list. + Fixes bug 25070; bugfix on 0.3.1.1-alpha. diff --git a/src/or/protover.c b/src/or/protover.c @@ -332,7 +332,7 @@ protover_get_supported_protocols(void) "HSDir=1-2 " "HSIntro=3-4 " "HSRend=1-2 " - "Link=1-4 " + "Link=1-5 " "LinkAuth=1,3 " "Microdesc=1-2 " "Relay=1-2";