mirror of
https://gitlab.torproject.org/tpo/core/tor.git
synced 2024-11-10 21:23:58 +01:00
089e57d22f
Given that ed25519 public key validity checks are usually not needed and (so far) they are only necessary for onion addesses in the Tor protocol, we decided to fix this specific bug instance without modifying the rest of the codebase (see below for other fix approaches). In our minimal fix we check that the pubkey in hs_service_add_ephemeral() is valid and error out otherwise.
5 lines
253 B
Plaintext
5 lines
253 B
Plaintext
o Minor bugfixes (onion services v3):
|
|
- Fix assertion failure that could result from a corrupted ADD_ONION control
|
|
port command. Found by Saibato. Fixes bug 33137; bugfix on
|
|
0.3.3.1-alpha. This issue is also being tracked as TROVE-2020-003.
|