283 コミット (8e34bdcdf7eeea5cdcba08efa7833197b7f5cf72)
 

作成者 SHA1 メッセージ 日付
  Josh Bleecher Snyder 8e34bdcdf7 crypto/tls: fix WriteTo method signature 8年前
  Mikio Hara 6a4ec07878 crypto/tls: gofmt -w -s 8年前
  Tom Bergan 38b469124e crypto/tls: Use the same buffer size in the client and server in the TLS throughput benchmark 8年前
  Ian Lance Taylor 4cf6d7923b crypto/tls: don't copy Mutex or Once values 8年前
  Adam Langley 0d94116736 crypto/tls: buffer handshake messages. 8年前
  Robert Griesemer a709e2d83c crypto/tls: remove unused variable in benchmark code 8年前
  Andrew Gerrand 798aee2597 crypto/tls: reduce size of buffer in throughput benchmarks 8年前
  Austin Clements 5166c9e255 crypto/tls: gofmt 8年前
  Mikio Hara cbcba9f9b6 crypto/tls: fix race in Benchmark{Throughput,Latency} 8年前
  Russ Cox 81aa612742 crypto/tls: adjust dynamic record sizes to grow arithmetically 8年前
  David Benjamin 6781899784 crypto/tls: Never resume sessions across different versions. 8年前
  Scott Bell 6885da92a7 crypto/tls: document certificate chains in LoadX509KeyPair 8年前
  Adam Langley 07b6287f24 crypto/tls: allow renegotiation to be handled by a client. 8年前
  Matthew Dempsky 21704146dc all: remove unnecessary type conversions 8年前
  Adam Langley df48510552 crypto/tls: make error prefix uniform. 8年前
  Dan Peterson d33db60027 all: standardize RFC mention format 8年前
  David Benjamin ca4a3279f9 crypto/tls: Enforce that version and cipher match on resume. 8年前
  David Benjamin 0d2c944f7b crypto/tls: Update references to draft-ietf-tls-downgrade-scsv-00. 8年前
  Dominik Honnef eab2fdedca all: delete dead non-test code 8年前
  Emmanuel Odeke e15014c62b crypto/tls: minor refactors for readability 8年前
  Tom Bergan 9f2da1d218 crypto/tls: implement dynamic record sizing 8年前
  Adam Langley e97230a260 crypto/tls: document that the cipher suite list is non-exhaustive. 8年前
  Adam Langley 2cd00eea5d crypto/tls: better error for oversized handshake messages. 8年前
  Brad Fitzpatrick dae4f046c8 crypto/tls: test for timeout error using the net.Error interface 8年前
  Tamir Duberstein 326f5bb02b crypto/tls: check errors from (*Conn).writeRecord 8年前
  Brad Fitzpatrick fbcc97bc82 all: single space after period. 8年前
  Brad Fitzpatrick dcbfc76400 all: remove public named return values when useless 8年前
  Tamir Duberstein 78266c8c7c crypto/tls: don't log expected errors in test 8年前
  Tamir Duberstein 5e9ba4345a crypto/tls: tests prefer constants to opaque literals 8年前
  Mikio Hara 75d204850c crypto/tls: don't send IPv6 literals and absolute FQDNs as SNI values 8年前
  Martin Möhrmann 6ae0475759 all: fix typos and spelling 8年前
  Brady Sullivan fd1ada09a1 crypto/tls: Improve ambiguous comment in cipher_suites.go 8年前
  Adam Langley 5663f22172 crypto/tls: note in comment that Certificate.Leaf is nil after parsing. 8年前
  Brad Fitzpatrick 008490fcc3 crypto/tls: don't block in Conn.Close if Writes are in-flight 8年前
  Brad Fitzpatrick 75bdcc38ef crypto/tls: document lack of Lucky13 hardening 9年前
  Ralph Corderoy 96e5bf3ce5 crypto/tls: Server can specify an unadvertised cipher suite 9年前
  Caleb Spare 4d57d90e8e crypto/tls: return a typed error on invalid record headers 9年前
  Shenghou Ma e90a6f8498 crypto/tls: add TLS_RSA_WITH_AES_128_GCM_SHA256 and TLS_RSA_WITH_AES_256_GCM_SHA384 cipher suites 9年前
  Brad Fitzpatrick 527a98e440 crypto/tls, crypto/aes: remove allocations when Writing & Reading 9年前
  Ralph Corderoy 59e7c9bc39 crypto/tls: len(clientRandom) used for serverRandom source 9年前
  Adam Langley f75fa96c2c crypto/tls: don't send IP literals as SNI values. 9年前
  Adam Langley 367577a70f Revert "crypto/tls: don't send IP literals as SNI values." 9年前
  Adam Langley 25dd71bbe6 crypto/tls: don't send IP literals as SNI values. 9年前
  Adam Langley 7c45cbeef9 crypto/tls: better error messages when PEM inputs are switched. 9年前
  Adam Langley b5162386a0 crypto/tls: reject ServerHellos with empty ALPN protocols. 9年前
  aubble 06234ee3fc crypto/tls: note in comments that setting GetCertificate is now sufficient. 9年前
  aubble 6789988ece crypto/tls: allow tls.Listen when only GetCertificate is provided. 9年前
  Rob Pike 5bf12753e9 all: fix some vet-caught formatting errors, mostly but not only in tests 9年前
  Russ Cox 9c9b97f554 crypto/tls: fix ConnectionState().VerifiedChains for resumed connection 9年前
  Adam Langley bd4954ddeb crypto/tls: update testing certificates. 9年前