384 Commits (80f82d89c7dd1382f16341bb6ee0747c5d037a8c)
 

Author SHA1 Message Date
  Atin M 4b78482c8b crypto/tls: set Conn.ConnectionState.ServerName unconditionally 8 years ago
  Josh Bleecher Snyder 8e34bdcdf7 crypto/tls: fix WriteTo method signature 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
  Adam Langley 0d94116736 crypto/tls: buffer handshake messages. 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
  David Benjamin 6781899784 crypto/tls: Never resume sessions across different versions. 8 years ago
  Scott Bell 6885da92a7 crypto/tls: document certificate chains in LoadX509KeyPair 8 years ago
  Adam Langley 07b6287f24 crypto/tls: allow renegotiation to be handled by a client. 8 years ago
  Matthew Dempsky 21704146dc all: remove unnecessary type conversions 8 years ago
  Adam Langley df48510552 crypto/tls: make error prefix uniform. 8 years ago
  Dan Peterson d33db60027 all: standardize RFC mention format 8 years ago
  David Benjamin ca4a3279f9 crypto/tls: Enforce that version and cipher match on resume. 8 years ago
  David Benjamin 0d2c944f7b crypto/tls: Update references to draft-ietf-tls-downgrade-scsv-00. 8 years ago
  Dominik Honnef eab2fdedca all: delete dead non-test code 8 years ago
  Emmanuel Odeke e15014c62b crypto/tls: minor refactors for readability 8 years ago
  Tom Bergan 9f2da1d218 crypto/tls: implement dynamic record sizing 8 years ago
  Adam Langley e97230a260 crypto/tls: document that the cipher suite list is non-exhaustive. 8 years ago
  Adam Langley 2cd00eea5d crypto/tls: better error for oversized handshake messages. 8 years ago
  Brad Fitzpatrick dae4f046c8 crypto/tls: test for timeout error using the net.Error interface 8 years ago
  Tamir Duberstein 326f5bb02b crypto/tls: check errors from (*Conn).writeRecord 8 years ago
  Brad Fitzpatrick fbcc97bc82 all: single space after period. 8 years ago
  Brad Fitzpatrick dcbfc76400 all: remove public named return values when useless 8 years ago
  Tamir Duberstein 78266c8c7c crypto/tls: don't log expected errors in test 8 years ago
  Tamir Duberstein 5e9ba4345a crypto/tls: tests prefer constants to opaque literals 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
  Brady Sullivan fd1ada09a1 crypto/tls: Improve ambiguous comment in cipher_suites.go 8 years ago
  Adam Langley 5663f22172 crypto/tls: note in comment that Certificate.Leaf is nil after parsing. 8 years ago
  Brad Fitzpatrick 008490fcc3 crypto/tls: don't block in Conn.Close if Writes are in-flight 8 years ago
  Brad Fitzpatrick 75bdcc38ef crypto/tls: document lack of Lucky13 hardening 9 years ago
  Ralph Corderoy 96e5bf3ce5 crypto/tls: Server can specify an unadvertised cipher suite 9 years ago
  Caleb Spare 4d57d90e8e crypto/tls: return a typed error on invalid record headers 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
  Brad Fitzpatrick 527a98e440 crypto/tls, crypto/aes: remove allocations when Writing & Reading 9 years ago
  Ralph Corderoy 59e7c9bc39 crypto/tls: len(clientRandom) used for serverRandom source 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
  Adam Langley 7c45cbeef9 crypto/tls: better error messages when PEM inputs are switched. 9 years ago
  Adam Langley b5162386a0 crypto/tls: reject ServerHellos with empty ALPN protocols. 9 years ago
  aubble 06234ee3fc crypto/tls: note in comments that setting GetCertificate is now sufficient. 9 years ago
  aubble 6789988ece crypto/tls: allow tls.Listen when only GetCertificate is provided. 9 years ago
  Rob Pike 5bf12753e9 all: fix some vet-caught formatting errors, mostly but not only in tests 9 years ago
  Russ Cox 9c9b97f554 crypto/tls: fix ConnectionState().VerifiedChains for resumed connection 9 years ago