Age | Commit message (Collapse) | Author | |
---|---|---|---|
2021-07-12 | test_hs_ob: initialize pointers to NULL | Nick Mathewson | |
This is an attempt to fix CID 1486280, where coverity warns us that, if the tests failed, we might free() an uninitialized pointer. | |||
2021-03-12 | Update copyrights to 2021, using "make update-copyright" | Nick Mathewson | |
2020-02-24 | Final touches to #32709 based on Nick's feedback. | George Kadianakis | |
- Fix a bug and add unittest. - Add changes file. - Add man page entry. | |||
2020-01-28 | Write unittest that covers cases of INTRODUCE1 handling. | George Kadianakis | |
Also fix some memleaks of other OB unittests. | |||
2020-01-28 | Allow clients to connect to the instance even with OB enabled. | George Kadianakis | |
We do this by including the instance's subcredentials to the list of subcredentials that are used during INTRO2 decryption. | |||
2020-01-28 | Refresh OB keys when we build a new descriptor. | George Kadianakis | |
We now assign OB subcredentials to the service instead of computing them on the spot. See hs_ob_refresh_keys() for more details. | |||
2020-01-21 | Turn hs_subcredential_t into a proper struct. | Nick Mathewson | |
2020-01-21 | test: Add HS onion balance tests | David Goulet | |
Signed-off-by: David Goulet <dgoulet@torproject.org> |