1. e5624ed crypto/tls: support TLS_FALLBACK_SCSV as a server. by Adam Langley · 10 years ago
  2. 64df53e crypto/tls: ensure that we don't resume when tickets are disabled. by Adam Langley · 10 years ago
  3. c007ce8 build: move package sources from src/pkg to src by Russ Cox · 11 years ago[Renamed from src/pkg/crypto/tls/handshake_server.go]
  4. fce6388 crypto/tls: implement tls-unique channel binding (RFC 5929 section 3). by Andres Erbsen · 11 years ago
  5. 14e8885 crypto/tls: Added dynamic alternative to NameToCertificate map for SNI by Percy Wegmann · 11 years ago
  6. d0e255f crypto/tls: add ALPN support. by Adam Langley · 11 years ago
  7. 3656c2d crypto/tls: split connErr to avoid read/write races. by Adam Langley · 11 years ago
  8. db99a8f crypto/tls: pick ECDHE curves based on server preference. by Adam Langley · 11 years ago
  9. 6b29f7b crypto/tls: better error messages. by Adam Langley · 11 years ago
  10. c2d02b3 crypto/tls: do not send the current time in hello messages by Anthony Martin · 11 years ago
  11. 779ef7b crypto/tls: support renegotiation extension. by Adam Langley · 11 years ago
  12. efed6f9 crypto/tls: advertise support for RSA+SHA1 in TLS 1.2 handshake. by Adam Langley · 11 years ago
  13. f752484 crypto/tls: don't select TLS 1.2 cipher suites in prior versions. by Adam Langley · 11 years ago
  14. eef7035 crypto/tls: don't select ECDSA ciphersuites with only an RSA certificate. by Adam Langley · 12 years ago
  15. 6a1022a crypto/tls: fix TLS 1.2 client certificates. by Adam Langley · 12 years ago
  16. 2fe9a5a crypto/tls: support AES-GCM. by Adam Langley · 12 years ago
  17. 7b7dac5 crypto/tls: Add support for ECDHE-ECDSA by Joel Sing · 12 years ago
  18. 7e76779 crypto/tls: implement TLS 1.2. by Adam Langley · 12 years ago
  19. 2112fed crypto/tls: support TLS 1.1. by Adam Langley · 12 years ago
  20. 8590e1b crypto/tls: don't send NPN extension if NextProtos is not set. by Adam Langley · 12 years ago
  21. 76d5e2c crypto/tls: use method values by Brad Fitzpatrick · 12 years ago
  22. 793cbd5 crypto/tls: allow the server to enforce its ciphersuite preferences. by Adam Langley · 12 years ago
  23. 65c7dc4 crypto/tls: support session ticket resumption. by Adam Langley · 12 years ago
  24. 67924c1 crypto/tls: explicitly require ExtKeyUsageClientAuth for client certs by Mikkel Krautz · 13 years ago
  25. e6e8b72 crypto/tls: don't always use the default private key. by Adam Langley · 13 years ago
  26. 1d8ec87 crypto/tls: don't select ECC ciphersuites with no mutual curve. by Adam Langley · 13 years ago
  27. 8b7cdb7 go/printer, gofmt: improved comma placement by Robert Griesemer · 13 years ago
  28. c581ec4 crypto/tls: Improve TLS Client Authentication by Jeff R. Allen · 13 years ago
  29. 554ac03 crypto: allocate less. by Adam Langley · 13 years ago
  30. bac7bc5 Add a []byte argument to hash.Hash to allow an allocation to be saved. by Adam Langley · 13 years ago
  31. 03823b8 use new time API by Russ Cox · 13 years ago
  32. 1eb7ca9 crypto/tls: don't rely on map iteration order. by Adam Langley · 13 years ago
  33. c2049d2 src/pkg/[a-m]*: gofix -r error -force=error by Russ Cox · 13 years ago
  34. 7e48cb5 crypto/tls: add server side SNI support. by Adam Langley · 13 years ago
  35. a775fbf crypto/tls: support SSLv3 by Adam Langley · 14 years ago
  36. 712fb6d os.Error API: don't export os.ErrorString, use os.NewError consistently by Robert Griesemer · 14 years ago
  37. c8727c8 pkg: spelling tweaks, A-H by Robert Hencke · 14 years ago
  38. 6f921f2 crypto/tls: add server-side OCSP stapling support. by Adam Langley · 14 years ago
  39. ab2aca5 crypto/tls: select best ciphersuite, not worst. by Adam Langley · 14 years ago
  40. e308d55 crypto: add package. by Adam Langley · 14 years ago
  41. 4883b73 crypto/tls: add ECDHE support by Adam Langley · 14 years ago
  42. eedf5c4 crypto/tls: support CBC ciphers by Adam Langley · 14 years ago
  43. b15c424 crypto/tls: add *Config argument to Dial by Russ Cox · 14 years ago
  44. 3478891 gofmt -s -w src misc by Robert Griesemer · 14 years ago
  45. f6e2eab crypto/tls: better error messages for certificate issues. by Adam Langley · 14 years ago
  46. ba5b09f crypto/hmac: make Sum idempotent by Jukka-Pekka Kekkonen · 15 years ago
  47. c47123d crypto/tls: client certificate support. by Mikkel Krautz · 15 years ago
  48. 72d9322 crypto/tls: simpler implementation of record layer by Russ Cox · 15 years ago
  49. 9ebb596 crypto/tls: extensions and Next Protocol Negotiation by Adam Langley · 15 years ago
  50. 5a1d332 1) Change default gofmt default settings for by Robert Griesemer · 15 years ago
  51. 6e0842d crypto/tls: add initial client implementation. by Adam Langley · 15 years ago
  52. 9ac4449 gofmt -r 'α[β:len(α)] -> α[β:]' -w src/cmd src/pkg by Russ Cox · 15 years ago
  53. fa57417 crypto/tls (part 6/5) by Adam Langley · 15 years ago
  54. 5e598c5 crypto/tls (part 3) by Adam Langley · 15 years ago