Skip to content
Snippets Groups Projects
  1. Feb 05, 2016
  2. Feb 04, 2016
  3. Jan 07, 2016
  4. Dec 08, 2015
  5. Dec 07, 2015
  6. Dec 05, 2015
  7. Oct 09, 2015
  8. Sep 24, 2015
  9. Jul 29, 2015
  10. Jun 25, 2015
  11. Jun 17, 2015
    • teor's avatar
      Correctly handle failed crypto_early_init · 75388f67
      teor authored and Nick Mathewson's avatar Nick Mathewson committed
      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".
      75388f67
  12. Jun 09, 2015
  13. May 13, 2015
  14. May 05, 2015
    • John Brooks's avatar
      Fix out-of-bounds read in INTRODUCE2 client auth · 2b27ce52
      John Brooks authored and Nick Mathewson's avatar Nick Mathewson committed
      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.
      2b27ce52
  15. Apr 27, 2015
  16. Apr 24, 2015
  17. Apr 06, 2015
Loading