aboutsummaryrefslogtreecommitdiff
path: root/changes/hsdescv3_fuzz_more
diff options
context:
space:
mode:
authorNick Mathewson <nickm@torproject.org>2017-10-27 14:28:02 -0400
committerNick Mathewson <nickm@torproject.org>2017-10-27 14:28:02 -0400
commit26e0909e516a91281c2ad1fcac23405f3cc1ee11 (patch)
treed32ae53346980a28f705d63422027cf5cb330db0 /changes/hsdescv3_fuzz_more
parentd5eea977be405b984e651564736179df4b27b31c (diff)
downloadtor-26e0909e516a91281c2ad1fcac23405f3cc1ee11.tar.gz
tor-26e0909e516a91281c2ad1fcac23405f3cc1ee11.zip
In the hsdescv3 fuzzer, replace the decryption function.
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.
Diffstat (limited to 'changes/hsdescv3_fuzz_more')
-rw-r--r--changes/hsdescv3_fuzz_more3
1 files changed, 3 insertions, 0 deletions
diff --git a/changes/hsdescv3_fuzz_more b/changes/hsdescv3_fuzz_more
new file mode 100644
index 0000000000..25626bb9a4
--- /dev/null
+++ b/changes/hsdescv3_fuzz_more
@@ -0,0 +1,3 @@
+ o Minor features (testing):
+ - Our fuzzing tests now test the encrypted portions of the
+ v3 hidden service descriptors. Implements more of 21509.