Age | Commit message (Collapse) | Author | |
---|---|---|---|
2021-03-12 | Update copyrights to 2021, using "make update-copyright" | Nick Mathewson | |
2020-11-03 | Write unittests for v3 metrics. | George Kadianakis | |
2020-01-28 | Write unittest that covers cases of INTRODUCE1 handling. | George Kadianakis | |
Also fix some memleaks of other OB unittests. | |||
2020-01-21 | Turn hs_subcredential_t into a proper struct. | Nick Mathewson | |
2020-01-08 | It's 2020. Update the copyright dates with "make update-copyright" | Nick Mathewson | |
2019-11-18 | test: Unit test for the hs cache decrypt on new auth | David Goulet | |
Part of #30382 Signed-off-by: David Goulet <dgoulet@torproject.org> | |||
2019-01-16 | Bump copyright date to 2019 | Nick Mathewson | |
2018-07-05 | Fix every include path changed in the previous commit (automated) | Nick Mathewson | |
I am very glad to have written this script. | |||
2018-06-20 | Run rectify_include_paths.py | Nick Mathewson | |
2018-06-20 | Update copyrights to 2018. | Nick Mathewson | |
2017-09-15 | Run our #else/#endif annotator on our source code. | Nick Mathewson | |
2017-08-08 | test: Fix prop224 HS descriptor to use subcredential | George Kadianakis | |
We used to use NULL subcredential which is a terrible terrible idea. Refactor HS unittests to use subcredentials. Also add some non-fatal asserts to make sure that we always use subcredentials when decoding/encoding descs. Signed-off-by: David Goulet <dgoulet@torproject.org> | |||
2017-05-09 | test: Move duplicate HS test code and unify it | David Goulet | |
Create the hs_test_helpers.{c|h} files that contains helper functions to create introduction point, descriptor and compare descriptor. Used by both the hs cache and hs descriptor tests. Unify them to avoid code duplication. Also, this commit fixes the usage of the signing key that was wrongly used when creating a cross signed certificate. Signed-off-by: David Goulet <dgoulet@torproject.org> |