42 Commits (0bbbecd8949ae832a15d5a76c457b0a84c78cc47)

Author SHA1 Message Date
  filewalkwithme ff1bc5469f crypto/tls: limit number of consecutive warning alerts 7 years ago
  Peter Wu 998f77009e crypto/tls: remove TLS13CipherSuites. 7 years ago
  Filippo Valsorda 7f449cbaa7 tris: add SessionTicketSealer 7 years ago
  Filippo Valsorda f8c15889af crypto/tls: implement TLS 1.3 server 0-RTT 8 years ago
  Filippo Valsorda b0eca83785 tris: suppress internal/testenv 8 years ago
  Filippo Valsorda 26a95ba46a [dev.tls] crypto/tls: implement TLS 1.3 cipher suites 8 years ago
  Mike Danese cec37e0cf2 crypto/tls: make Config.Clone also clone the GetClientCertificate field 7 years ago
  Ian Lance Taylor 58695365b9 all: don't call t.Fatal from a goroutine 8 years ago
  Michael Munday e3f996a6b7 crypto/tls: use default cipher suites in BenchmarkThroughput 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
  Ben Burkert 54967fbddc crypto/tls: add CloseWrite method to Conn 8 years ago
  Joshua Boelter a660d3e993 crypto/tls: add VerifyPeerCertificate to tls.Config 8 years ago
  Adam Langley 56db2e9d77 net/http: drop custom tls.Config cloning code. 8 years ago
  Adam Langley 826c39c6ef crypto/tls: add Config.GetConfigForClient 8 years ago
  Adam Langley 2d346b9207 Revert "crypto/tls: add CloseWrite method to Conn" 8 years ago
  Ben Burkert 152328ca0e crypto/tls: add CloseWrite method to Conn 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
  Mikio Hara 6a4ec07878 crypto/tls: gofmt -w -s 8 years ago
  Tom Bergan 38b469124e crypto/tls: Use the same buffer size in the client and server in the TLS throughput benchmark 8 years ago
  Ian Lance Taylor 4cf6d7923b crypto/tls: don't copy Mutex or Once values 8 years ago
  Robert Griesemer a709e2d83c crypto/tls: remove unused variable in benchmark code 8 years ago
  Andrew Gerrand 798aee2597 crypto/tls: reduce size of buffer in throughput benchmarks 8 years ago
  Austin Clements 5166c9e255 crypto/tls: gofmt 8 years ago
  Mikio Hara cbcba9f9b6 crypto/tls: fix race in Benchmark{Throughput,Latency} 8 years ago
  Russ Cox 81aa612742 crypto/tls: adjust dynamic record sizes to grow arithmetically 8 years ago
  Brad Fitzpatrick dae4f046c8 crypto/tls: test for timeout error using the net.Error interface 8 years ago
  Brad Fitzpatrick fbcc97bc82 all: single space after period. 8 years ago
  Brad Fitzpatrick 008490fcc3 crypto/tls: don't block in Conn.Close if Writes are in-flight 8 years ago
  Adam Langley 7c45cbeef9 crypto/tls: better error messages when PEM inputs are switched. 9 years ago
  Russ Cox 9c9b97f554 crypto/tls: fix ConnectionState().VerifiedChains for resumed connection 9 years ago
  Russ Cox 9697ba25d2 crypto/tls: check cert chain during VerifyHostname 9 years ago
  Brad Fitzpatrick d99fd1798a all: link to https instead of http 9 years ago
  Andres Erbsen 16b2f42015 crypto/tls: implement tls-unique channel binding (RFC 5929 section 3). 10 years ago
  Brad Fitzpatrick 53431b940d crypto/tls: deflake TestConnReadNonzeroAndEOF 10 years ago
  Brad Fitzpatrick a56b0bf7e2 crypto/tls: make Conn.Read return (n, io.EOF) when EOF is next in buffer 10 years ago
  Adam Langley 8d65af24c4 crypto/tls: add DialWithDialer. 10 years ago
  Brad Fitzpatrick ada990689f crypto/tls: fix loading keys labeled just "PRIVATE KEY" 12 years ago
  Joel Sing d7e46146f4 crypto/tls: add support for loading EC X.509 key pairs 12 years ago
  Adam Langley d263b7d38c crypto/tls: allow certificates and key to be in either order. 12 years ago