65 Commits (master)

Author SHA1 Message Date
  Henry D. Case 4b1b463735 Applies go fmt to all the code 6 years ago
  Henry D. Case c1206cd452 Enable TLS 1.3 (draft-22) as default 6 years ago
  Marvin Stenger d7983b094e all: prefer bytes.IndexByte over bytes.Index 7 years ago
  Peter Wu 079992e500 tris: whitespace fix 7 years ago
  Filippo Valsorda 50729f1a6c crypto/tls: fix and expand TestVerifyPeerCertificate and TestGetClientCertificate 7 years ago
  Tomas Susanka 4b944d1428 tris: typos 7 years ago
  Filippo Valsorda 4191962f25 crypto/tls: use correct alerts 7 years ago
  Filippo Valsorda 6ca044cede tris: add picotls interop 8 years ago
  Filippo Valsorda f8c15889af crypto/tls: implement TLS 1.3 server 0-RTT 8 years ago
  Kevin Burke 72ea563e1e cmd/gofmt, crypto/tls: fix typos 8 years ago
  Brad Fitzpatrick 3dc6b2757e all: sprinkle t.Parallel on some slow tests 8 years ago
  Adam Langley a1b5b4eab5 crypto/tls: add GetClientCertificate callback 8 years ago
  Josh Bleecher Snyder 5dbe3480aa crypto/tls: fix vet issues again 8 years ago
  Joshua Boelter a660d3e993 crypto/tls: add VerifyPeerCertificate to tls.Config 8 years ago
  Adam Langley 41aac6ea44 crypto/tls: support ChaCha20-Poly1305. 8 years ago
  Adam Langley 7ef5c9eac8 crypto/tls: support X25519. 8 years ago
  Adam Langley 1a30048f28 crypto/tls: fix printing of OpenSSL output when updating a test fails. 8 years ago
  Adam Langley 6918d87d90 crypto/tls: switch to OpenSSL 1.1.0 for test data. 8 years ago
  Adam Langley 5b97009ebb crypto/tls: simplify keylog tests. 8 years ago
  Adam Langley b7ba182f28 crypto/tls: fix deadlock when racing to complete handshake. 8 years ago
  Filippo Valsorda 37110e801a crypto/tls: flush the buffer on handshake errors 8 years ago
  Brad Fitzpatrick 1822025fbf crypto/tls: add Config.Clone 8 years ago
  Joonas Kuorilehto f513433c3e crypto/tls: add KeyLogWriter for debugging 8 years ago
  Adam Langley 251d647e6e crypto/tls: don't generate random ticket keys if already set. 8 years ago
  Adam Langley cfd077fd28 crypto/tls: support AES-128-CBC cipher suites with SHA-256. 8 years ago
  Ian Lance Taylor 4cf6d7923b crypto/tls: don't copy Mutex or Once values 8 years ago
  Adam Langley 0d94116736 crypto/tls: buffer handshake messages. 8 years ago
  Adam Langley 07b6287f24 crypto/tls: allow renegotiation to be handled by a client. 8 years ago
  Tamir Duberstein 326f5bb02b crypto/tls: check errors from (*Conn).writeRecord 8 years ago
  Mikio Hara 75d204850c crypto/tls: don't send IPv6 literals and absolute FQDNs as SNI values 8 years ago
  Martin Möhrmann 6ae0475759 all: fix typos and spelling 8 years ago
  Ralph Corderoy 96e5bf3ce5 crypto/tls: Server can specify an unadvertised cipher suite 9 years ago
  Shenghou Ma e90a6f8498 crypto/tls: add TLS_RSA_WITH_AES_128_GCM_SHA256 and TLS_RSA_WITH_AES_256_GCM_SHA384 cipher suites 9 years ago
  Adam Langley f75fa96c2c crypto/tls: don't send IP literals as SNI values. 9 years ago
  Adam Langley 367577a70f Revert "crypto/tls: don't send IP literals as SNI values." 9 years ago
  Adam Langley 25dd71bbe6 crypto/tls: don't send IP literals as SNI values. 9 years ago
  Russ Cox 9c9b97f554 crypto/tls: fix ConnectionState().VerifiedChains for resumed connection 9 years ago
  Jonathan Rudenberg 03a329f274 crypto/tls: add support for session ticket key rotation 9 years ago
  Jonathan Rudenberg 8ea126be4d crypto/tls: add support for Certificate Transparency 9 years ago
  Joël Stemmer c32a7dcd6d crypto/tls: return correct hash function when using client certificates in handshake 9 years ago
  Jacob H. Haven e8ae7b54bb crypto/tls: add support for AES_256_GCM_SHA384 cipher suites specified in RFC5289 9 years ago
  Russ Cox 14e9aa8cf5 crypto/tls: print unexpected error in test 10 years ago
  Adam Langley 5e8d397065 crypto/tls: add ALPN support. 10 years ago
  Gautham Thambidorai 9323f900fd crypto/tls: Client side support for TLS session resumption. 10 years ago
  Adam Langley 98968dca72 crypto/tls: rework reference tests. 10 years ago
  Adam Langley 1a11255b00 crypto/tls: advertise support for RSA+SHA1 in TLS 1.2 handshake. 11 years ago
  Adam Langley 8eaa99cd77 crypto/tls: fix TLS 1.2 client certificates. 11 years ago
  Joel Sing 749a12a83a crypto/tls: Add support for ECDHE-ECDSA 11 years ago
  Adam Langley 3a888fc059 crypto/tls: implement TLS 1.2. 11 years ago
  Adam Langley 79e7f7decf crypto/tls: support TLS 1.1. 11 years ago