mirror of
https://gitlab.torproject.org/tpo/core/tor.git
synced 2025-02-24 22:58:50 +01:00
The new decryption function performs no decryption, skips the salt, and doesn't check the mac. This allows us to fuzz the hs_descriptor.c code using unencrypted descriptor test, and exercise more of the code. Related to 21509.
3 lines
157 B
Text
3 lines
157 B
Text
o Minor features (testing):
|
|
- Our fuzzing tests now test the encrypted portions of the
|
|
v3 hidden service descriptors. Implements more of 21509.
|