-
- Downloads
hs: Remove private keys from hs_desc_plaintext_data_t.
Since both the client and service will use that data structure to store the
descriptor decoded data, only the public keys are common to both.
Fixes #20572.
Signed-off-by:
David Goulet <dgoulet@torproject.org>
Showing
- src/or/hs_cache.c 1 addition, 1 deletionsrc/or/hs_cache.c
- src/or/hs_descriptor.c 35 additions, 29 deletionssrc/or/hs_descriptor.c
- src/or/hs_descriptor.h 6 additions, 5 deletionssrc/or/hs_descriptor.h
- src/test/test_hs_cache.c 56 additions, 37 deletionssrc/test/test_hs_cache.c
- src/test/test_hs_descriptor.c 48 additions, 31 deletionssrc/test/test_hs_descriptor.c
Please register or sign in to comment