Permalink
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Browse files
protover: Add new version for prop224 for HSIntro/HSDir
Signed-off-by: David Goulet <dgoulet@torproject.org>
- Loading branch information
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode characters
| @@ -0,0 +1,3 @@ | ||
| o Minor feature (protover): | ||
| - Add new protocol version for proposal 224. HSIntro now advertises | ||
| version "3-4" and HSDir version "1-2". Fixes ticket 20656. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode characters
| @@ -289,8 +289,8 @@ protover_get_supported_protocols(void) | ||
| "Cons=1-2 " | ||
| "Desc=1-2 " | ||
| "DirCache=1 " | ||
| "HSDir=1 " | ||
| "HSIntro=3 " | ||
| "HSDir=1-2 " | ||
| "HSIntro=3-4 " | ||
| "HSRend=1-2 " | ||
| "Link=1-4 " | ||
| "LinkAuth=1,3 " | ||