- Feb 05, 2016
-
-
Nick Mathewson authored
-
- Feb 04, 2016
-
-
Karsten Loesing authored
-
- Jan 07, 2016
-
-
Nick Mathewson authored
Conflicts: src/or/config.c
-
This new identity key was changed on 18 November 2015.
-
Nick Mathewson authored
-
Karsten Loesing authored
-
- Dec 08, 2015
-
-
Nick Mathewson authored
-
Nick Mathewson authored
-
-
Nick Mathewson authored
-
Nick Mathewson authored
There was a dead check when we made sure that an array member of a struct was non-NULL. Tor has been doing this check since at least 0.2.3, maybe earlier. Fixes bug 17781.
-
- Dec 07, 2015
-
-
Nick Mathewson authored
-
- Dec 05, 2015
-
-
Karsten Loesing authored
-
- Oct 09, 2015
-
-
Nick Mathewson authored
-
Karsten Loesing authored
-
- Sep 24, 2015
-
-
Nick Mathewson authored
-
Karsten Loesing authored
-
- Jul 29, 2015
-
-
Nick Mathewson authored
-
Karsten Loesing authored
-
- Jun 25, 2015
-
-
Nick Mathewson authored
-
Nick Mathewson authored
-
Nick Mathewson authored
-
- Jun 17, 2015
-
-
If crypto_early_init fails, a typo in a return value from tor_init means that tor_main continues running, rather than returning an error value. Fixes bug 16360; bugfix on d3fb846d in 0.2.5.2-alpha, introduced when implementing #4900. Patch by "teor".
-
- Jun 09, 2015
-
-
Karsten Loesing authored
-
Karsten Loesing authored
-
- May 13, 2015
-
-
Nick Mathewson authored
-
- May 05, 2015
-
-
The length of auth_data from an INTRODUCE2 cell is checked when the auth_type is recognized (1 or 2), but not for any other non-zero auth_type. Later, auth_data is assumed to have at least REND_DESC_COOKIE_LEN bytes, leading to a client-triggered out of bounds read. Fixed by checking auth_len before comparing the descriptor cookie against known clients. Fixes #15823; bugfix on 0.2.1.6-alpha.
-
- Apr 27, 2015
-
-
Nick Mathewson authored
-
Nick Mathewson authored
-
Nick Mathewson authored
-
- Apr 24, 2015
-
-
Karsten Loesing authored
-
Karsten Loesing authored
-
- Apr 06, 2015
-
-
Nick Mathewson authored
-
Nick Mathewson authored
-
Nick Mathewson authored
-
Nick Mathewson authored
-
Nick Mathewson authored
-
Nick Mathewson authored
-
In theory these should never the triggered as the only caller now validates the parameters before this routine gets called.
-
Found by DonnchaC.
-