483 Commits (e5c37bded5570186aa72571f5f514f272e33face)
 

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