27 Commits (18902d24a37687f98c85a00df022608cdaa6c44f)

Author SHA1 Message Date
  Adam Langley 5e8d397065 crypto/tls: add ALPN support. 10 years ago
  Adam Langley 514cfc8a40 crypto/tls: pick ECDHE curves based on server preference. 10 years ago
  Adam Langley 6f38414b48 crypto/tls: support renegotiation extension. 10 years ago
  Adam Langley 3a888fc059 crypto/tls: implement TLS 1.2. 11 years ago
  Adam Langley cf463f462c crypto/tls: fix NPN extension parsing. 12 years ago
  Adam Langley 13d26a420a crypto/tls: support session ticket resumption. 12 years ago
  Michael Gehring 615733d170 crypto/tls: fix decoding of certLen in certificateMsg.unmarshal 12 years ago
  Jeff R. Allen 5fa105421a crypto/tls: Improve TLS Client Authentication 12 years ago
  Russ Cox 30373ac5f7 crypto/tls: fix handshake message test 13 years ago
  Adam Langley 76c2ff557a crypto/tls: support SSLv3 13 years ago
  Adam Langley 4f813669cb crypto/tls: add server-side OCSP stapling support. 13 years ago
  Adam Langley 954c3ec034 crypto/tls: add ECDHE support 14 years ago
  Russ Cox 8fe46b4768 use append 14 years ago
  Mikkel Krautz e85c1c3393 crypto/tls: client certificate support. 14 years ago
  Adam Langley cbf5c897cb crypto/tls: add client-side SNI support and PeerCertificates. 14 years ago
  Adam Langley a54a4371e7 crypto/tls: add client OCSP stapling support. 14 years ago
  Russ Cox 751062bb0e crypto/tls: simpler implementation of record layer 14 years ago
  Russ Cox 000416e795 strings: delete Runes, Bytes 14 years ago
  Adam Langley 581072a866 crypto/tls: extensions and Next Protocol Negotiation 15 years ago
  Robert Griesemer 536df07f72 1) Change default gofmt default settings for 15 years ago
  Christopher Wedgwood b80146a4c9 a[b:len(a)] -> a[b:] 15 years ago
  Adam Langley 79f2a55aea crypto/tls: add initial client implementation. 15 years ago
  Russ Cox 4625777977 gofmt -r 'α[β:len(α)] -> α[β:]' -w src/cmd src/pkg 15 years ago
  Rob Pike a1e7e65e2d remove bytes.Copy 15 years ago
  Robert Griesemer d1f931a694 - replaced gofmt expression formatting algorithm with 15 years ago
  Robert Griesemer 395b73f134 remove semis after statements in one-statement statement lists 15 years ago
  Adam Langley 24b96e2917 crypto/tls (part 2) 15 years ago