1. 09 Oct, 2013 1 commit
  2. 16 Sep, 2013 2 commits
    • Nick Mathewson's avatar
      Do not include a timestamp in the ServerHello Random field. · f4c93b46
      Nick Mathewson authored
      Instead, send random bytes.
      f4c93b46
    • Nick Mathewson's avatar
      Do not include a timestamp in the ClientHello Random field. · 4af79303
      Nick Mathewson authored
      Instead, send random bytes.
      
      While the gmt_unix_time record was added in an ostensible attempt to
      mitigate the dangers of a bad RNG, its presence leaks the host's view
      of the current time in the clear.  This minor leak can help
      fingerprint TLS instances across networks and protocols... and what's
      worse, it's doubtful thet the gmt_unix_time record does any good at
      all for its intended purpose, since:
      
          * It's quite possible to open two TLS connections in one second.
          * If the PRNG output is prone to repeat itself, ephemeral
          * handshakes (and who knows what else besides) are broken.
      4af79303
  3. 11 Feb, 2013 5 commits
  4. 09 Feb, 2013 2 commits
  5. 08 Feb, 2013 5 commits
  6. 07 Feb, 2013 3 commits
  7. 06 Feb, 2013 2 commits
  8. 04 Feb, 2013 8 commits
  9. 03 Feb, 2013 1 commit
  10. 02 Feb, 2013 3 commits
  11. 01 Feb, 2013 7 commits
  12. 31 Jan, 2013 1 commit