mirror of
https://gitlab.torproject.org/tpo/core/tor.git
synced 2025-02-24 14:51:11 +01:00
rust: declare HSIntro=5
Declare support for the onion service introduction point denial of service extensions, when building tor with Rust. Fixes bug 34248; bugfix on 0.4.2.1-alpha.
This commit is contained in:
parent
c6bcc92c17
commit
f05c144d7c
2 changed files with 6 additions and 2 deletions
4
changes/bug34248
Normal file
4
changes/bug34248
Normal file
|
@ -0,0 +1,4 @@
|
|||
o Minor bugfixes (rust, protocol versions):
|
||||
- Declare support for the onion service introduction point denial of
|
||||
service extensions, when building tor with Rust.
|
||||
Fixes bug 34248; bugfix on 0.4.2.1-alpha.
|
|
@ -163,7 +163,7 @@ pub(crate) fn get_supported_protocols_cstr() -> &'static CStr {
|
|||
DirCache=1-2 \
|
||||
FlowCtrl=1 \
|
||||
HSDir=1-2 \
|
||||
HSIntro=3-4 \
|
||||
HSIntro=3-5 \
|
||||
HSRend=1-2 \
|
||||
Link=1-5 \
|
||||
LinkAuth=3 \
|
||||
|
@ -178,7 +178,7 @@ pub(crate) fn get_supported_protocols_cstr() -> &'static CStr {
|
|||
DirCache=1-2 \
|
||||
FlowCtrl=1 \
|
||||
HSDir=1-2 \
|
||||
HSIntro=3-4 \
|
||||
HSIntro=3-5 \
|
||||
HSRend=1-2 \
|
||||
Link=1-5 \
|
||||
LinkAuth=1,3 \
|
||||
|
|
Loading…
Add table
Reference in a new issue