Stop sending unsupported ed25519 link specifiers in v3 introduce cells

Stop sending ed25519 link specifiers in v3 onion service introduce
cells, when the rendezvous point doesn't support ed25519 link
authentication.

Fixes bug 26627; bugfix on 0.3.2.4-alpha.
This commit is contained in:
teor
2018-07-06 16:06:44 +10:00
committed by teor
parent dbf57ecf39
commit a99920c7d4
2 changed files with 18 additions and 6 deletions
+4
View File
@@ -0,0 +1,4 @@
o Minor bugfixes (v3 onion services):
- Stop sending ed25519 link specifiers in v3 onion service introduce
cells, when the rendezvous point doesn't support ed25519 link
authentication. Fixes bug 26627; bugfix on 0.3.2.4-alpha.