373 Commits (c758567785e26153a0b8cfd711c1b9f1e28ceab0)
 

Author SHA1 Message Date
  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
  Adam Langley bd4954ddeb crypto/tls: update testing certificates. 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
  Adam Langley c757de320b crypto/tls: fix parsing of SNI extension. 9 years ago
  Ainar Garipov 95ef689b2c all: fix misprints in comments 9 years ago
  Adam Langley 65c5bd0dd6 crypto/tls: don't require an explicit client-auth EKU. 9 years ago
  Adam Langley 594d36e1f7 crypto/tls: update the supported signature algorithms. 9 years ago
  Adam Langley 728bcd44b6 crypto/tls: decouple handshake signatures from the handshake hash. 9 years ago
  Adam Langley 0269b0170f crypto/tls: call GetCertificate if Certificates is empty. 9 years ago
  Jonathan Rudenberg 28ca92f12d crypto/tls: add OCSP response to ConnectionState 9 years ago
  Jonathan Rudenberg 03a329f274 crypto/tls: add support for session ticket key rotation 9 years ago