Skip to content
Snippets Groups Projects
  1. Feb 13, 2018
  2. Feb 12, 2018
  3. Feb 11, 2018
  4. Feb 10, 2018
  5. Feb 08, 2018
  6. Feb 01, 2018
  7. Jan 31, 2018
  8. Jan 29, 2018
  9. Jan 26, 2018
  10. Jan 23, 2018
    • Nick Mathewson's avatar
      Make Tor support TLS1.3 ciphers with OpenSSL 1.1.1 · 0dbe3ddc
      Nick Mathewson authored
      Without this patch, not only will TLS1.3 not work with Tor, but
      OpenSSL 1.1.1 with TLS1.3 enabled won't build any connections at
      all: It requires that either TLS1.3 be disabled, or some TLS1.3
      ciphersuites be listed.
      
      Closes ticket 24978.
      0dbe3ddc
  11. Jan 19, 2018
  12. Jan 18, 2018
  13. Jan 17, 2018
  14. Jan 16, 2018
    • Nick Mathewson's avatar
      Improve fragile-hardening performance of consensus_split_lines. · 4bb831e0
      Nick Mathewson authored
      For whatever reason, in my testing, using memchr() here improves
      performance over strchr() by a great deal.
      
      Fixes bug 24826; bugfix on 0.3.1.1-alpha.
      4bb831e0
    • Roger Dingledine's avatar
      Remove false positives from channel_is_client() · af8cadf3
      Roger Dingledine authored
      Fix a set of false positives where relays would consider connections
      to other relays as being client-only connections (and thus e.g.
      deserving different link padding schemes) if those relays fell out
      of the consensus briefly.
      
      Now we look only at the initial handshake and whether the connection
      authenticated as a relay.
      
      Fixes bug 24898; bugfix on 0.3.1.1-alpha.
      af8cadf3
Loading