aboutsummaryrefslogtreecommitdiff
path: root/src/or/hs_descriptor.c
AgeCommit message (Expand)Author
2018-11-15Merge branch 'maint-0.3.3' into maint-0.3.4Nick Mathewson
2018-09-24hs-v3: Silence some logging for client authorizationDavid Goulet
2018-06-29Merge branch 'maint-0.3.2' into maint-0.3.3Nick Mathewson
2018-06-29Merge branch 'maint-0.3.3' into maint-0.3.4Nick Mathewson
2018-06-29Merge branch 'maint-0.3.1' into maint-0.3.2Nick Mathewson
2018-06-29Merge remote-tracking branch 'ahf-github/maint-0.3.0' into maint-0.3.1Nick Mathewson
2018-06-23Fix memory leak in decode_link_specifiers().Alexander Færøy
2018-05-10Merge branch 'maint-0.3.1' into maint-0.3.2Nick Mathewson
2018-05-10Merge branch 'maint-0.3.2' into maint-0.3.3Nick Mathewson
2018-05-10Merge branch 'maint-0.3.3'Nick Mathewson
2018-05-10hs-v3: Add an extra white-space when parsing descriptorDavid Goulet
2018-04-06crypto: Refactor (P)RNG functionality into new crypto_rand module.Isis Lovecruft
2018-02-07Fix wide lines from typo-fix patch.Nick Mathewson
2018-02-07Fix spelling mistakes corresponding to ticket #23650Deepesh Pathak
2018-01-31Merge branch 'maint-0.3.2'Nick Mathewson
2018-01-26When a tor_cert_T check fails, log the reason why.Nick Mathewson
2017-12-08Change the free macro convention in the rest of src/or/*.hNick Mathewson
2017-11-06Fix a memory leak on decryption non-failure of v3 hsdescNick Mathewson
2017-10-27In the hsdescv3 fuzzer, replace the decryption function.Nick Mathewson
2017-09-05test: Fix memory leak in hs_descriptor/decode_bad_signatureDavid Goulet
2017-08-24test: Fix memory leak in hs_descriptor/decode_bad_signatureDavid Goulet
2017-08-24Merge remote-tracking branch 'dgoulet/ticket17242_032_03-squashed'Nick Mathewson
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-21Merge branch 'maint-0.3.1'Nick Mathewson
2017-08-21Fix triggerable BUG() when decoding hsv3 descriptors.George Kadianakis
2017-08-21Add unittest for #23233.George Kadianakis
2017-08-19prop224: Improve descriptor reupload logic.George Kadianakis
2017-08-08prop224: Improve comments and tests for ed25519 keys in IPs/RPs.George Kadianakis
2017-08-08Extract intro point onion key even with multiple types.George Kadianakis
2017-08-08Improve code based on Nick review:George Kadianakis
2017-08-08Make ed25519 id keys optional for IPs and RPs.George Kadianakis
2017-08-08Rename some free() functions that are actually clear().George Kadianakis
2017-08-08Use htonll() when INT_8 is used.George Kadianakis
2017-08-08test: Fix prop224 HS descriptor to use subcredentialGeorge 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-07-13hs: Use v3 maximum intro points value when decoding v3David Goulet
2017-06-27hs: Ignore unparseable v3 introduction pointDavid Goulet
2017-05-30hs: Correctly validate v3 descriptor encrypted lengthDavid Goulet
2017-05-11prop224: Change encryption keys descriptor encodingDavid Goulet
2017-03-15Run the copyright update script.Nick Mathewson
2017-03-13Fix some compilation warnings in {test_,}hs_descriptor.cNick Mathewson
2017-03-13prop224: Rename padding size def to something less confusing.George Kadianakis
2017-03-13prop224: Add unittests for decode_superencrypted().George Kadianakis
2017-03-13prop224: Move some utility crypto funcs to the top of the file.George Kadianakis
2017-03-13prop224: Implement decoding of superencrypted HS descriptor.George Kadianakis