1. e5b1340 crypto/tls: fix deadlock when Read and Close called concurrently by Minaev Mike · 7 years ago
  2. c89d75f crypto/tls: consolidate signatures handling in SKE and CV by Peter Wu · 7 years ago
  3. ee7dd81 crypto/tls: simplify the Handshake locking strategy by Filippo Valsorda · 8 years ago
  4. c529141 crypto/tls: support keying material export by Mike Danese · 7 years ago
  5. d1bbdbe crypto/tls: replace signatureAndHash by SignatureScheme. by Peter Wu · 8 years ago
  6. 46f4bfb crypto/tls: pass argument to serverInit rather than using a field in Config. by Adam Langley · 8 years ago
  7. ec18e93 crypto/tls: add a SignatureScheme type. by Adam Langley · 8 years ago
  8. 51c959b crypto/tls: expand ClientHelloInfo by Filippo Valsorda · 8 years ago
  9. 426c287 crypto/tls: add VerifyPeerCertificate to tls.Config by Joshua Boelter · 9 years ago
  10. cff3e75 crypto/tls: add Config.GetConfigForClient by Adam Langley · 8 years ago
  11. 320bd56 crypto/tls: add KeyLogWriter for debugging by Joonas Kuorilehto · 9 years ago
  12. 2a8c81f crypto/tls: buffer handshake messages. by Adam Langley · 9 years ago
  13. ebbe4f8 crypto/tls: Never resume sessions across different versions. by David Benjamin · 9 years ago
  14. af125a5 crypto/tls: allow renegotiation to be handled by a client. by Adam Langley · 9 years ago
  15. eede112 crypto/tls: make error prefix uniform. by Adam Langley · 9 years ago
  16. b88147c crypto/tls: Update references to draft-ietf-tls-downgrade-scsv-00. by David Benjamin · 9 years ago
  17. f0711b9 crypto/tls: minor refactors for readability by Emmanuel Odeke · 9 years ago
  18. 37c2875 crypto/tls: check errors from (*Conn).writeRecord by Tamir Duberstein · 9 years ago
  19. 5fea2cc all: single space after period. by Brad Fitzpatrick · 9 years ago
  20. c72b8aa crypto/tls: don't require an explicit client-auth EKU. by Adam Langley · 10 years ago
  21. 09b238f crypto/tls: decouple handshake signatures from the handshake hash. by Adam Langley · 10 years ago
  22. cba882e crypto/tls: call GetCertificate if Certificates is empty. by Adam Langley · 10 years ago
  23. bff1417 crypto/tls: add support for session ticket key rotation by Jonathan Rudenberg · 10 years ago
  24. 02e69c4 crypto/tls: add support for Certificate Transparency by Jonathan Rudenberg · 10 years ago
  25. 7b850ec6 crypto/tls: tidy up a little and add test. by Adam Langley · 10 years ago
  26. 28f33b4 crypto/tls: make use of crypto.Signer and crypto.Decrypter by Jacob H. Haven · 10 years ago
  27. 2adc4e8 all: use "reports whether" in place of "returns true if(f)" by Josh Bleecher Snyder · 10 years ago
  28. 1d0a9eb crypto/tls: fix typo in tls handshake error by Joël Stemmer · 10 years ago
  29. 9b6ccb1 all: don't refer to code.google.com/p/go{,-wiki}/ by Péter Surányi · 10 years ago
  30. f1d669a crypto/tls: add support for AES_256_GCM_SHA384 cipher suites specified in RFC5289 by Jacob H. Haven · 10 years ago
  31. 1965b03 crypto/tls: enable TLS_FALLBACK_SCSV in server with default max version by Ben Burkert · 10 years ago
  32. e5624ed crypto/tls: support TLS_FALLBACK_SCSV as a server. by Adam Langley · 10 years ago
  33. 64df53e crypto/tls: ensure that we don't resume when tickets are disabled. by Adam Langley · 10 years ago
  34. 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]
  35. fce6388 crypto/tls: implement tls-unique channel binding (RFC 5929 section 3). by Andres Erbsen · 11 years ago
  36. 14e8885 crypto/tls: Added dynamic alternative to NameToCertificate map for SNI by Percy Wegmann · 11 years ago
  37. d0e255f crypto/tls: add ALPN support. by Adam Langley · 11 years ago
  38. 3656c2d crypto/tls: split connErr to avoid read/write races. by Adam Langley · 11 years ago
  39. db99a8f crypto/tls: pick ECDHE curves based on server preference. by Adam Langley · 11 years ago
  40. 6b29f7b crypto/tls: better error messages. by Adam Langley · 11 years ago
  41. c2d02b3 crypto/tls: do not send the current time in hello messages by Anthony Martin · 11 years ago
  42. 779ef7b crypto/tls: support renegotiation extension. by Adam Langley · 11 years ago
  43. efed6f9 crypto/tls: advertise support for RSA+SHA1 in TLS 1.2 handshake. by Adam Langley · 11 years ago
  44. f752484 crypto/tls: don't select TLS 1.2 cipher suites in prior versions. by Adam Langley · 11 years ago
  45. eef7035 crypto/tls: don't select ECDSA ciphersuites with only an RSA certificate. by Adam Langley · 12 years ago
  46. 6a1022a crypto/tls: fix TLS 1.2 client certificates. by Adam Langley · 12 years ago
  47. 2fe9a5a crypto/tls: support AES-GCM. by Adam Langley · 12 years ago
  48. 7b7dac5 crypto/tls: Add support for ECDHE-ECDSA by Joel Sing · 12 years ago
  49. 7e76779 crypto/tls: implement TLS 1.2. by Adam Langley · 12 years ago
  50. 2112fed crypto/tls: support TLS 1.1. by Adam Langley · 12 years ago
  51. 8590e1b crypto/tls: don't send NPN extension if NextProtos is not set. by Adam Langley · 12 years ago
  52. 76d5e2c crypto/tls: use method values by Brad Fitzpatrick · 12 years ago
  53. 793cbd5 crypto/tls: allow the server to enforce its ciphersuite preferences. by Adam Langley · 12 years ago
  54. 65c7dc4 crypto/tls: support session ticket resumption. by Adam Langley · 12 years ago
  55. 67924c1 crypto/tls: explicitly require ExtKeyUsageClientAuth for client certs by Mikkel Krautz · 13 years ago
  56. e6e8b72 crypto/tls: don't always use the default private key. by Adam Langley · 13 years ago
  57. 1d8ec87 crypto/tls: don't select ECC ciphersuites with no mutual curve. by Adam Langley · 13 years ago
  58. 8b7cdb7 go/printer, gofmt: improved comma placement by Robert Griesemer · 13 years ago
  59. c581ec4 crypto/tls: Improve TLS Client Authentication by Jeff R. Allen · 13 years ago
  60. 554ac03 crypto: allocate less. by Adam Langley · 13 years ago
  61. bac7bc5 Add a []byte argument to hash.Hash to allow an allocation to be saved. by Adam Langley · 13 years ago
  62. 03823b8 use new time API by Russ Cox · 13 years ago
  63. 1eb7ca9 crypto/tls: don't rely on map iteration order. by Adam Langley · 13 years ago
  64. c2049d2 src/pkg/[a-m]*: gofix -r error -force=error by Russ Cox · 13 years ago
  65. 7e48cb5 crypto/tls: add server side SNI support. by Adam Langley · 13 years ago
  66. a775fbf crypto/tls: support SSLv3 by Adam Langley · 14 years ago
  67. 712fb6d os.Error API: don't export os.ErrorString, use os.NewError consistently by Robert Griesemer · 14 years ago
  68. c8727c8 pkg: spelling tweaks, A-H by Robert Hencke · 14 years ago
  69. 6f921f2 crypto/tls: add server-side OCSP stapling support. by Adam Langley · 14 years ago
  70. ab2aca5 crypto/tls: select best ciphersuite, not worst. by Adam Langley · 14 years ago
  71. e308d55 crypto: add package. by Adam Langley · 14 years ago
  72. 4883b73 crypto/tls: add ECDHE support by Adam Langley · 14 years ago
  73. eedf5c4 crypto/tls: support CBC ciphers by Adam Langley · 14 years ago
  74. b15c424 crypto/tls: add *Config argument to Dial by Russ Cox · 14 years ago
  75. 3478891 gofmt -s -w src misc by Robert Griesemer · 14 years ago
  76. f6e2eab crypto/tls: better error messages for certificate issues. by Adam Langley · 14 years ago
  77. ba5b09f crypto/hmac: make Sum idempotent by Jukka-Pekka Kekkonen · 15 years ago
  78. c47123d crypto/tls: client certificate support. by Mikkel Krautz · 15 years ago
  79. 72d9322 crypto/tls: simpler implementation of record layer by Russ Cox · 15 years ago
  80. 9ebb596 crypto/tls: extensions and Next Protocol Negotiation by Adam Langley · 15 years ago
  81. 5a1d332 1) Change default gofmt default settings for by Robert Griesemer · 15 years ago
  82. 6e0842d crypto/tls: add initial client implementation. by Adam Langley · 15 years ago
  83. 9ac4449 gofmt -r 'α[β:len(α)] -> α[β:]' -w src/cmd src/pkg by Russ Cox · 15 years ago
  84. fa57417 crypto/tls (part 6/5) by Adam Langley · 15 years ago
  85. 5e598c5 crypto/tls (part 3) by Adam Langley · 15 years ago