Permalink
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Browse files
Stop supporting v1 of the link protocol
This is a first patch towards ticket 9476
- Loading branch information
Showing
with
105 additions
and 451 deletions.
- +2 −0 changes/ticket9476
- +27 −362 src/common/tortls.c
- +0 −1 src/common/tortls.h
- +76 −88 src/or/connection_or.c
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,2 @@ | ||
| o Removing compatibility with old Tor clients : | ||
| - Version 1 of the link protocol is now no longer supported. |
Oops, something went wrong.