From 26e0909e516a91281c2ad1fcac23405f3cc1ee11 Mon Sep 17 00:00:00 2001 From: Nick Mathewson Date: Fri, 27 Oct 2017 14:28:02 -0400 Subject: 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. --- changes/hsdescv3_fuzz_more | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 changes/hsdescv3_fuzz_more (limited to 'changes/hsdescv3_fuzz_more') 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. -- cgit v1.2.3-54-g00ecf