Skip to content
Snippets Groups Projects
  1. Dec 06, 2022
  2. Nov 30, 2022
    • Roger Dingledine's avatar
      dirauth: rotate moria1 keys and ports · 72b04a5a
      Roger Dingledine authored
      Rotate the relay identity key and v3 identity key for moria1. They
      have been online for more than a decade, there was a known potential
      compromise, and anyway refreshing keys periodically is good practice.
      
      Advertise new ports too, to avoid confusion.
      
      Closes ticket 40722.
      72b04a5a
  3. Nov 28, 2022
  4. Nov 09, 2022
  5. Oct 26, 2022
  6. Oct 18, 2022
  7. Oct 14, 2022
  8. Oct 13, 2022
    • Nick Mathewson's avatar
      Fix a completely wrong calculation in mach monotime_init_internal() · e531d4d1
      Nick Mathewson authored
      Bug 1: We were purporting to calculate milliseconds per tick, when we
      *should* have been computing ticks per millisecond.
      
      Bug 2: Instead of computing either one of those, we were _actually_
      computing femtoseconds per tick.
      
      These two bugs covered for one another on x86 hardware, where 1 tick
      == 1 nanosecond.  But on M1 OSX, 1 tick is about 41 nanoseconds,
      causing surprising results.
      
      Fixes bug 40684; bugfix on 0.3.3.1-alpha.
      e531d4d1
  9. Aug 12, 2022
  10. Aug 11, 2022
Loading