aboutsummaryrefslogtreecommitdiff
path: root/src/or/hs_descriptor.c
AgeCommit message (Expand)Author
2017-05-30hs: Correctly validate v3 descriptor encrypted lengthDavid Goulet
2017-01-11Merge branch 'bug20569_030_02_squashed'Nick Mathewson
2017-01-11hs: Use AES-256 for v3 descriptorDavid Goulet
2017-01-11Merge remote-tracking branch 'asn/bug20852_v1'Nick Mathewson
2017-01-09Max HS descriptor size is now 50kb and also consensus param.George Kadianakis
2016-12-23Make outter (plaintext) layer of HS desc conform to prop224.George Kadianakis
2016-12-16hs: Remove private keys from hs_desc_plaintext_data_t.J. Ryan Stinnett
2016-12-01Merge remote-tracking branch 'dgoulet/ticket20568_030_01'Nick Mathewson
2016-11-10hs: Remove pointless NULL check found by CoverityDavid Goulet
2016-11-10fixup! Move encode_cert to torcert.c and rename it to tor_cert_encode_ed22519()David Goulet
2016-11-10Move encode_cert to torcert.c and rename it to tor_cert_encode_ed22519()Neel Chauhan
2016-11-08hs: Add single-onion-service line to v3 descriptorDavid Goulet
2016-11-06Workaround for warning in desc_encode_v3().Nick Mathewson
2016-11-04Fix some 32-bit warnings and clang warningsNick Mathewson
2016-11-04Fix memory leaks in hs_descriptor/decode_descriptor and in encode_enc_key()Nick Mathewson
2016-11-04Expose desc_intro_point_free to the tests, and use it.Nick Mathewson
2016-11-04prop224: Fix crosscert memory leaks on errorDavid Goulet
2016-11-04Fix a bunch of leaks in hs_cache/upload_and_download_hs_descNick Mathewson
2016-11-04Fix make check-spacesNick Mathewson
2016-11-04Check the correct key when checking RSA crosscert in hs_descriptor.cNick Mathewson
2016-11-04Fix compilation.Nick Mathewson
2016-11-04Use a better salted-MAC construction in build_mac()Nick Mathewson
2016-11-04prop224: Rename cert type to follow naming conventionDavid Goulet
2016-11-04Make check-spaces happy :)George Kadianakis
2016-11-04prop224: Directory cache supportDavid Goulet
2016-11-04test: Add prop224 descriptor unit testsDavid Goulet
2016-11-04prop224: Descriptor decoding implementationDavid Goulet
2016-11-04prop224: Descriptor encoding implementationDavid Goulet