1. 48d8edb crypto/tls: disable CBC cipher suites with SHA-256 by default by Filippo Valsorda · 8 years ago
  2. 35e5fd0 crypto/tls: enable ChaCha20-Poly1305 cipher suites by default. by Adam Langley · 8 years ago
  3. 007c907 crypto/tls: only store a single nonce for AES-GCM. by Adam Langley · 8 years ago
  4. 67d8226 crypto/tls: support ChaCha20-Poly1305. by Adam Langley · 8 years ago
  5. f28cf83 crypto/tls: implement countermeasures against CBC padding oracles by Filippo Valsorda · 9 years ago
  6. da2a938 crypto/tls: fix comment typo. by Adam Langley · 9 years ago
  7. 8741504 crypto/tls: support AES-128-CBC cipher suites with SHA-256. by Adam Langley · 9 years ago
  8. b88147c crypto/tls: Update references to draft-ietf-tls-downgrade-scsv-00. by David Benjamin · 9 years ago
  9. 055dcb7 crypto/tls: document that the cipher suite list is non-exhaustive. by Adam Langley · 9 years ago
  10. 1e00cc1 crypto/tls: Improve ambiguous comment in cipher_suites.go by Brady Sullivan · 9 years ago
  11. deb0961 crypto/tls: add TLS_RSA_WITH_AES_128_GCM_SHA256 and TLS_RSA_WITH_AES_256_GCM_SHA384 cipher suites by Shenghou Ma · 9 years ago
  12. 09b238f crypto/tls: decouple handshake signatures from the handshake hash. by Adam Langley · 10 years ago
  13. d26fdf2 crypto/tls: disable RC4 by default. by Adam Langley · 10 years ago
  14. f1d669a crypto/tls: add support for AES_256_GCM_SHA384 cipher suites specified in RFC5289 by Jacob H. Haven · 10 years ago
  15. e5624ed crypto/tls: support TLS_FALLBACK_SCSV as a server. by Adam Langley · 10 years ago
  16. c007ce8 build: move package sources from src/pkg to src by Russ Cox · 11 years ago[Renamed from src/pkg/crypto/tls/cipher_suites.go]
  17. f752484 crypto/tls: don't select TLS 1.2 cipher suites in prior versions. by Adam Langley · 12 years ago
  18. eef7035 crypto/tls: don't select ECDSA ciphersuites with only an RSA certificate. by Adam Langley · 12 years ago
  19. 2fe9a5a crypto/tls: support AES-GCM. by Adam Langley · 12 years ago
  20. 7b7dac5 crypto/tls: Add support for ECDHE-ECDSA by Joel Sing · 12 years ago
  21. 7e76779 crypto/tls: implement TLS 1.2. by Adam Langley · 12 years ago
  22. 966e889 crypto/tls: change advertised ciphersuite order. by Adam Langley · 12 years ago
  23. 2112fed crypto/tls: support TLS 1.1. by Adam Langley · 12 years ago
  24. 57557c0 tls: add AES256 ciphers by Benjamin Black · 13 years ago
  25. e6e8b72 crypto/tls: don't always use the default private key. by Adam Langley · 13 years ago
  26. 8d66a41 crypto/hmac: Deprecate hmac.NewMD5, hmac.NewSHA1 and hmac.NewSHA256 by Luit van Drongelen · 13 years ago
  27. 554ac03 crypto: allocate less. by Adam Langley · 13 years ago
  28. dcf1d7b gofmt -s misc src by Russ Cox · 13 years ago
  29. bac7bc5 Add a []byte argument to hash.Hash to allow an allocation to be saved. by Adam Langley · 13 years ago
  30. 1eb7ca9 crypto/tls: don't rely on map iteration order. by Adam Langley · 13 years ago
  31. c2049d2 src/pkg/[a-m]*: gofix -r error -force=error by Russ Cox · 13 years ago
  32. 690d59f crypto/tls: add 3DES ciphersuites by Louis Kruger · 13 years ago
  33. a775fbf crypto/tls: support SSLv3 by Adam Langley · 14 years ago
  34. 4883b73 crypto/tls: add ECDHE support by Adam Langley · 14 years ago
  35. 1a072f4 crypto/tls: commit fixes which I hadn't saved. by Adam Langley · 14 years ago
  36. eedf5c4 crypto/tls: support CBC ciphers by Adam Langley · 14 years ago