summaryrefslogtreecommitdiff
path: root/src/or/hs_descriptor.h
AgeCommit message (Expand)Author
2017-12-08Fix wide lines introduced by previous patch.Nick Mathewson
2017-12-08Replace all FREE_AND_NULL* uses to take a type and a free function.Nick Mathewson
2017-12-08Change the free macro convention in the rest of src/or/*.hNick Mathewson
2017-10-31double newlineNick Mathewson
2017-10-27In the hsdescv3 fuzzer, replace the decryption function.Nick Mathewson
2017-09-15Run our #else/#endif annotator on our source code.Nick Mathewson
2017-09-08prop224: Expand the overlap period concept to be a full SRV protocol runDavid Goulet
2017-08-24test: Fix memory leak in hs_descriptor/decode_bad_signatureDavid Goulet
2017-08-24prop224: Rename hs_desc_encode_lspec()David Goulet
2017-08-24hs: Stub link_specifier_t in hs_descriptor.hDavid Goulet
2017-08-24hs: Move link specifier encoding to a functionDavid Goulet
2017-08-24prop224: Add client-side HS descriptor cache.George Kadianakis
2017-08-19prop224: Improve descriptor reupload logic.George Kadianakis
2017-08-08Increase HS desc cert lifetime.George Kadianakis
2017-08-08Rename some free() functions that are actually clear().George Kadianakis
2017-08-08prop224: Service v3 descriptor creation and logicDavid Goulet
2017-08-08hs: Implement constructor for hs_desc_intro_point_tDavid Goulet
2017-07-25prop224: Add the introduction point onion key to descriptorDavid Goulet
2017-06-27hs: Ignore unparseable v3 introduction pointDavid Goulet
2017-05-11prop224: Change encryption keys descriptor encodingDavid Goulet
2017-03-15Run the copyright update script.Nick Mathewson
2017-03-13prop224: Implement decoding of superencrypted HS descriptor.George Kadianakis
2017-03-13prop224: Implement encoding of superencrypted HS descriptor.George Kadianakis
2017-02-24prop224: Rename desc->encrypted_blob to desc->superencrypted_blobGeorge Kadianakis
2017-02-24prop224: Rename auth_required HS desc field to intro_auth_required.George Kadianakis
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-16hs: Remove private keys from hs_desc_plaintext_data_t.J. Ryan Stinnett
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-04Expose desc_intro_point_free to the tests, and use it.Nick Mathewson
2016-11-04Fix compilation.Nick Mathewson
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