1. 25 Jun, 2013 9 commits
  2. 24 Jun, 2013 13 commits
  3. 23 Jun, 2013 1 commit
  4. 22 Jun, 2013 2 commits
  5. 21 Jun, 2013 6 commits
  6. 20 Jun, 2013 8 commits
  7. 19 Jun, 2013 1 commit
    • Adam Langley's avatar
      crypto/tls: change advertised ciphersuite order. · 966e8896
      Adam Langley authored
      TLS clients send ciphersuites in preference order (most prefereable
      first). This change alters the order so that ECDHE comes before plain
      RSA, and RC4 comes before AES (because of the Lucky13 attack).
      
      This is unlikely to have much effect: as a server, the code uses the
      client's ciphersuite order by default and, as a client, the non-Go
      server probably imposes its order.
      
      R=golang-dev, r, raggi, jsing
      CC=golang-dev
      https://golang.org/cl/10372045
      966e8896