mirror of
https://gitlab.torproject.org/tpo/core/tor.git
synced 2024-11-10 21:23:58 +01:00
3a8f32067d
Both client and service had their own code for this. Consolidate into one place so we avoid duplication. Closes #27549 Signed-off-by: David Goulet <dgoulet@torproject.org>
4 lines
206 B
Plaintext
4 lines
206 B
Plaintext
o Code simplification and refactoring (hidden service v3):
|
|
- Consolidate the authorized client descriptor cookie computation code
|
|
from client and service into one function. Closes ticket 27549.
|