aboutsummaryrefslogtreecommitdiff
path: root/src/test/test_hs_descriptor.c
AgeCommit message (Expand)Author
2017-08-24test: Fix memory leak in hs_descriptor/decode_bad_signatureDavid Goulet
2017-08-24Ensure that `make check-spaces` is happy.Alexander Færøy
2017-08-24apply ahf's test_assert_null.cocciNick Mathewson
2017-08-24Fix operator usage in src/test/*.cAlexander Færøy
2017-08-21Merge branch 'maint-0.3.1'Nick Mathewson
2017-08-21whitespace fixesNick Mathewson
2017-08-21Fix triggerable BUG() when decoding hsv3 descriptors.George Kadianakis
2017-08-21Add unittest for #23233.George Kadianakis
2017-08-08test: Fix prop224 HS descriptor to use subcredentialGeorge Kadianakis
2017-08-08hs: Implement constructor for hs_desc_intro_point_tDavid Goulet
2017-05-30hs: Correctly validate v3 descriptor encrypted lengthDavid Goulet
2017-05-11prop224: Change encryption keys descriptor encodingDavid Goulet
2017-05-09test: Remove HS decode valid intro point testDavid Goulet
2017-05-09test: Move duplicate HS test code and unify itDavid 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: Fix the HS descriptor unittests.George Kadianakis
2017-02-24prop224: Rename auth_required HS desc field to intro_auth_required.George Kadianakis
2016-12-27Fix double-free on test failureNick Mathewson
2016-12-16hs: Remove private keys from hs_desc_plaintext_data_t.J. Ryan Stinnett
2016-12-12helper_compare_hs_desc: coverity memleak complaintsNick Mathewson
2016-11-10Move encode_cert to torcert.c and rename it to tor_cert_encode_ed22519()Neel Chauhan
2016-11-10Merge remote-tracking branch 'dgoulet/bug20570_030_01'Nick Mathewson
2016-11-08hs: Add single-onion-service line to v3 descriptorDavid Goulet
2016-11-07test: Remove useless HS decode multiple intro pointsDavid Goulet
2016-11-04Fix some 32-bit warnings and clang warningsNick Mathewson
2016-11-04prop224: Fix memleaks in hs descriptor unit testDavid Goulet
2016-11-04Fix more unit test leaks.Nick Mathewson
2016-11-04prop224: Remove pointless unit testDavid Goulet
2016-11-04Fix a heap overrun in test_decode_plaintextNick 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-04Fix make check-spacesNick Mathewson
2016-11-04Tell a broken test to skip itselfNick Mathewson
2016-11-04prop224: Rename cert type to follow naming conventionDavid Goulet
2016-11-04Make check-spaces happy :)George Kadianakis
2016-11-04test: Add prop224 descriptor unit testsDavid Goulet