Skip to content
Snippets Groups Projects
  1. Jun 16, 2012
  2. Jun 15, 2012
  3. Jun 14, 2012
    • Mike Perry's avatar
      For now, never disable any guards. · 61a57303
      Mike Perry authored
      61a57303
    • Mike Perry's avatar
      Defend against entry node path bias attacks · 8d596900
      Mike Perry authored
      The defense counts the circuit failure rate for each guard for the past N
      circuits. Failure is defined as the ability to complete a first hop, but not
      finish completing the circuit all the way to the exit.
      
      If the failure rate exceeds a certain amount, a notice is emitted.
      
      If it exceeds a greater amount, a warn is emitted and the guard is disabled.
      
      These values are governed by consensus parameters which we intend to tune as
      we perform experiments and statistical simulations.
      8d596900
    • George Kadianakis's avatar
      Remove validate_pluggable_transports_config(): redundant since 9d9b5ed0. · aa212b17
      George Kadianakis authored
      The warning message of validate_pluggable_transports_config() is
      superseded by the changes in the warning message of
      connection_or_connect() when the proxy credentials can't be found.
      aa212b17
  4. Jun 13, 2012
  5. Jun 12, 2012
Loading