Skip to content
Snippets Groups Projects
  1. Oct 01, 2013
  2. Sep 30, 2013
  3. Sep 29, 2013
  4. Sep 25, 2013
    • Nick Mathewson's avatar
      Re-enable TLS 1.[12] when building with OpenSSL >= 1.0.1e · ad763a33
      Nick Mathewson authored
      To fix #6033, we disabled TLS 1.1 and 1.2.  Eventually, OpenSSL fixed
      the bug behind #6033.
      
      I've considered alternate implementations that do more testing to see
      if there's secretly an OpenSSL 1.0.1c or something that secretly has a
      backport of the OpenSSL 1.0.1e fix, and decided against it on the
      grounds of complexity.
      ad763a33
  5. Sep 24, 2013
  6. Sep 23, 2013
  7. Sep 21, 2013
    • Nick Mathewson's avatar
      Relays should send timestamp in NETINFO. · d1dbaf24
      Nick Mathewson authored
      This avoids skew warnings as authorities test reachability.
      
      Fix 9798; fix not on any released Tor.
      d1dbaf24
    • Roger Dingledine's avatar
      back out most of 1d0ba9a6 · 4f036acd
      Roger Dingledine authored
      this was causing directory authorities to send a time of 0 on all
      connections they generated themselves, which means everybody reachability
      test caused a time skew warning in the log for that relay.
      
      (i didn't just revert, because the changes file has been modified by
      other later commits.)
      4f036acd
  8. Sep 20, 2013
  9. Sep 19, 2013
  10. Sep 17, 2013
  11. Sep 16, 2013
    • Nick Mathewson's avatar
      Correctly re-process non-option cmdline args on sighup · 15b9a1ff
      Nick Mathewson authored
      Whenever we had an non-option commandline arguments *and*
      option-bearing commandline arguments on the commandline, we would save
      only the latter across invocations of options_init_from_torrc, but
      take their existence as license not to re-parse the former.  Yuck!
      
      Incidentally, this fix lets us throw away the backup_arg[gv] logic.
      
      Fix for bug 9746; bugfix on d98dfb37,
      not in any released Tor.  Found by Damian. Thanks, Damian!
      15b9a1ff
  12. Sep 13, 2013
  13. Sep 12, 2013
  14. Sep 11, 2013
Loading