aboutsummaryrefslogtreecommitdiff
path: root/src/test/test_hs_descriptor.c
AgeCommit message (Expand)Author
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