104 Révisions (tls13)

Auteur SHA1 Message Date
  Filippo Valsorda 0d97989e0d tris: move Commit to just before key share generation il y a 7 ans
  Filippo Valsorda c758567785 crypto/tls: detect unexpected leftover handshake data il y a 7 ans
  Filippo Valsorda 4191962f25 crypto/tls: use correct alerts il y a 7 ans
  Filippo Valsorda bbb712bfd8 crypto/tls: simplify supported points handling to match BoringSSL il y a 7 ans
  Filippo Valsorda 922b99e473 crypto/tls: make 1.3 version negotiation more robust il y a 7 ans
  Filippo Valsorda 58aab36b6e crypto/tls: use negotiated version for fallback check il y a 7 ans
  Filippo Valsorda 052978de5e crypto/tls: expose extension versions in ClientHelloInfo.SupportedVersions il y a 7 ans
  Filippo Valsorda 341de96a61 crypto/tls: fix Conn.phase data races il y a 7 ans
  Filippo Valsorda 5c4af70647 tris: drop QuietError il y a 8 ans
  Filippo Valsorda f8c15889af crypto/tls: implement TLS 1.3 server 0-RTT il y a 8 ans
  Filippo Valsorda 1117f76fcc crypto/tls: return from Handshake before the Client Finished in 1.3 il y a 8 ans
  Filippo Valsorda ee3048cfd2 crypto/tls: implement TLS 1.3 server PSK il y a 8 ans
  Filippo Valsorda 6c3765bb15 tris: add error tracing with CH dumping il y a 8 ans
  Filippo Valsorda ea17b0c225 tris: implement Committer il y a 8 ans
  Filippo Valsorda 4b0d17eca3 crypto/tls: implement TLS 1.3 minimal server il y a 8 ans
  Filippo Valsorda 26a95ba46a [dev.tls] crypto/tls: implement TLS 1.3 cipher suites il y a 8 ans
  Adam Langley b0bcb44715 crypto/tls: pass argument to serverInit rather than using a field in Config. il y a 7 ans
  Adam Langley ce1c25b814 crypto/tls: add a SignatureScheme type. il y a 8 ans
  Filippo Valsorda b189f06b5c crypto/tls: expand ClientHelloInfo il y a 8 ans
  Joshua Boelter a660d3e993 crypto/tls: add VerifyPeerCertificate to tls.Config il y a 8 ans
  Adam Langley 826c39c6ef crypto/tls: add Config.GetConfigForClient il y a 8 ans
  Joonas Kuorilehto f513433c3e crypto/tls: add KeyLogWriter for debugging il y a 8 ans
  Adam Langley 0d94116736 crypto/tls: buffer handshake messages. il y a 8 ans
  David Benjamin 6781899784 crypto/tls: Never resume sessions across different versions. il y a 8 ans
  Adam Langley 07b6287f24 crypto/tls: allow renegotiation to be handled by a client. il y a 8 ans
  Adam Langley df48510552 crypto/tls: make error prefix uniform. il y a 8 ans
  David Benjamin 0d2c944f7b crypto/tls: Update references to draft-ietf-tls-downgrade-scsv-00. il y a 8 ans
  Emmanuel Odeke e15014c62b crypto/tls: minor refactors for readability il y a 8 ans
  Tamir Duberstein 326f5bb02b crypto/tls: check errors from (*Conn).writeRecord il y a 8 ans
  Brad Fitzpatrick fbcc97bc82 all: single space after period. il y a 8 ans
  Adam Langley 65c5bd0dd6 crypto/tls: don't require an explicit client-auth EKU. il y a 9 ans
  Adam Langley 728bcd44b6 crypto/tls: decouple handshake signatures from the handshake hash. il y a 9 ans
  Adam Langley 0269b0170f crypto/tls: call GetCertificate if Certificates is empty. il y a 9 ans
  Jonathan Rudenberg 03a329f274 crypto/tls: add support for session ticket key rotation il y a 9 ans
  Jonathan Rudenberg 8ea126be4d crypto/tls: add support for Certificate Transparency il y a 9 ans
  Adam Langley 0c7dc105c1 crypto/tls: tidy up a little and add test. il y a 9 ans
  Jacob H. Haven 14accaf7f3 crypto/tls: make use of crypto.Signer and crypto.Decrypter il y a 9 ans
  Josh Bleecher Snyder 9c57dac301 all: use "reports whether" in place of "returns true if(f)" il y a 9 ans
  Joël Stemmer 921f871f9e crypto/tls: fix typo in tls handshake error il y a 9 ans
  Péter Surányi cf73eabe95 all: don't refer to code.google.com/p/go{,-wiki}/ il y a 9 ans
  Jacob H. Haven e8ae7b54bb crypto/tls: add support for AES_256_GCM_SHA384 cipher suites specified in RFC5289 il y a 9 ans
  Ben Burkert 18902d24a3 crypto/tls: enable TLS_FALLBACK_SCSV in server with default max version il y a 9 ans
  Adam Langley 4e47a4aef7 crypto/tls: support TLS_FALLBACK_SCSV as a server. il y a 10 ans
  Adam Langley d279bab6f5 crypto/tls: ensure that we don't resume when tickets are disabled. il y a 10 ans
  Andres Erbsen 16b2f42015 crypto/tls: implement tls-unique channel binding (RFC 5929 section 3). il y a 10 ans
  Percy Wegmann 9e441ebf1d crypto/tls: Added dynamic alternative to NameToCertificate map for SNI il y a 10 ans
  Adam Langley 5e8d397065 crypto/tls: add ALPN support. il y a 10 ans
  Adam Langley ef4934a9ed crypto/tls: split connErr to avoid read/write races. il y a 10 ans
  Adam Langley 514cfc8a40 crypto/tls: pick ECDHE curves based on server preference. il y a 10 ans
  Adam Langley 5a2aacff2f crypto/tls: better error messages. il y a 10 ans