Skip to content
Snippets Groups Projects
  1. Apr 01, 2025
  2. Mar 27, 2025
  3. Mar 26, 2025
    • Roger Dingledine's avatar
      resolve scary vanguard-related log msgs on dir auths · 2ee118d6
      Roger Dingledine authored
      After we added layer-two vanguards, directory authorities wouldn't
      think any of their vanguards were suitable for circuits, leading
      to a "Failed to find node for hop #2 of our path. Discarding
      this circuit." log message once per second from startup until
      they made a fresh consensus. Now they look to their existing
      consensus on startup, letting them build circuits properly from
      the beginning.
      
      Fixes bug 40802; bugfix on 0.4.7.1-alpha.
      2ee118d6
  4. Mar 25, 2025
  5. Mar 24, 2025
  6. Mar 20, 2025
  7. Mar 19, 2025
  8. Mar 18, 2025
  9. Mar 17, 2025
    • Nick Mathewson's avatar
      Remove support for "tlssecrets" exporting · db1709dc
      Nick Mathewson authored
      Before we could rely on RFC5705 key material exporters,
      we did a fairly hinky thing involving the client random,
      the server random, and the master secret.  These fields
      are all opaque in sensible TLS libraries,
      and the master secret is quite sensitive.
      Therefore, we're removing them.
      
      Some code still refers to them, but it does so behind
      a `define(HAVE_WORKING_TOR_TLS_GET_TLSSECRETS)` check,
      which macro is now never defined.
      
      Part of #41020.
      db1709dc
    • Nick Mathewson's avatar
      Remove tests for RSA-SHA256-TLSSecret · 58e960d6
      Nick Mathewson authored
      (Actually, most of them can remain: we just convert them
      to test Ed25519+RFC5709 authentication instead.)
      58e960d6
  10. Mar 06, 2025
Loading