104 Commits (eaa1196b44ddba40934489e059232fb45a495906)

Autor SHA1 Mensaje Fecha
  Filippo Valsorda f8c15889af crypto/tls: implement TLS 1.3 server 0-RTT hace 8 años
  Filippo Valsorda 1117f76fcc crypto/tls: return from Handshake before the Client Finished in 1.3 hace 8 años
  Filippo Valsorda ee3048cfd2 crypto/tls: implement TLS 1.3 server PSK hace 8 años
  Filippo Valsorda 6c3765bb15 tris: add error tracing with CH dumping hace 8 años
  Filippo Valsorda ea17b0c225 tris: implement Committer hace 8 años
  Filippo Valsorda 4b0d17eca3 crypto/tls: implement TLS 1.3 minimal server hace 8 años
  Filippo Valsorda 26a95ba46a [dev.tls] crypto/tls: implement TLS 1.3 cipher suites hace 8 años
  Adam Langley b0bcb44715 crypto/tls: pass argument to serverInit rather than using a field in Config. hace 7 años
  Adam Langley ce1c25b814 crypto/tls: add a SignatureScheme type. hace 8 años
  Filippo Valsorda b189f06b5c crypto/tls: expand ClientHelloInfo hace 8 años
  Joshua Boelter a660d3e993 crypto/tls: add VerifyPeerCertificate to tls.Config hace 8 años
  Adam Langley 826c39c6ef crypto/tls: add Config.GetConfigForClient hace 8 años
  Joonas Kuorilehto f513433c3e crypto/tls: add KeyLogWriter for debugging hace 8 años
  Adam Langley 0d94116736 crypto/tls: buffer handshake messages. hace 8 años
  David Benjamin 6781899784 crypto/tls: Never resume sessions across different versions. hace 8 años
  Adam Langley 07b6287f24 crypto/tls: allow renegotiation to be handled by a client. hace 8 años
  Adam Langley df48510552 crypto/tls: make error prefix uniform. hace 8 años
  David Benjamin 0d2c944f7b crypto/tls: Update references to draft-ietf-tls-downgrade-scsv-00. hace 8 años
  Emmanuel Odeke e15014c62b crypto/tls: minor refactors for readability hace 8 años
  Tamir Duberstein 326f5bb02b crypto/tls: check errors from (*Conn).writeRecord hace 8 años
  Brad Fitzpatrick fbcc97bc82 all: single space after period. hace 8 años
  Adam Langley 65c5bd0dd6 crypto/tls: don't require an explicit client-auth EKU. hace 9 años
  Adam Langley 728bcd44b6 crypto/tls: decouple handshake signatures from the handshake hash. hace 9 años
  Adam Langley 0269b0170f crypto/tls: call GetCertificate if Certificates is empty. hace 9 años
  Jonathan Rudenberg 03a329f274 crypto/tls: add support for session ticket key rotation hace 9 años
  Jonathan Rudenberg 8ea126be4d crypto/tls: add support for Certificate Transparency hace 9 años
  Adam Langley 0c7dc105c1 crypto/tls: tidy up a little and add test. hace 9 años
  Jacob H. Haven 14accaf7f3 crypto/tls: make use of crypto.Signer and crypto.Decrypter hace 9 años
  Josh Bleecher Snyder 9c57dac301 all: use "reports whether" in place of "returns true if(f)" hace 9 años
  Joël Stemmer 921f871f9e crypto/tls: fix typo in tls handshake error hace 9 años
  Péter Surányi cf73eabe95 all: don't refer to code.google.com/p/go{,-wiki}/ hace 9 años
  Jacob H. Haven e8ae7b54bb crypto/tls: add support for AES_256_GCM_SHA384 cipher suites specified in RFC5289 hace 9 años
  Ben Burkert 18902d24a3 crypto/tls: enable TLS_FALLBACK_SCSV in server with default max version hace 9 años
  Adam Langley 4e47a4aef7 crypto/tls: support TLS_FALLBACK_SCSV as a server. hace 10 años
  Adam Langley d279bab6f5 crypto/tls: ensure that we don't resume when tickets are disabled. hace 10 años
  Andres Erbsen 16b2f42015 crypto/tls: implement tls-unique channel binding (RFC 5929 section 3). hace 10 años
  Percy Wegmann 9e441ebf1d crypto/tls: Added dynamic alternative to NameToCertificate map for SNI hace 10 años
  Adam Langley 5e8d397065 crypto/tls: add ALPN support. hace 10 años
  Adam Langley ef4934a9ed crypto/tls: split connErr to avoid read/write races. hace 10 años
  Adam Langley 514cfc8a40 crypto/tls: pick ECDHE curves based on server preference. hace 10 años
  Adam Langley 5a2aacff2f crypto/tls: better error messages. hace 10 años
  Anthony Martin 8cf5d703de crypto/tls: do not send the current time in hello messages hace 10 años
  Adam Langley 6f38414b48 crypto/tls: support renegotiation extension. hace 10 años
  Adam Langley 1a11255b00 crypto/tls: advertise support for RSA+SHA1 in TLS 1.2 handshake. hace 11 años
  Adam Langley 493b985991 crypto/tls: don't select TLS 1.2 cipher suites in prior versions. hace 11 años
  Adam Langley 679f6ca983 crypto/tls: don't select ECDSA ciphersuites with only an RSA certificate. hace 11 años
  Adam Langley 8eaa99cd77 crypto/tls: fix TLS 1.2 client certificates. hace 11 años
  Adam Langley 5774c69eb7 crypto/tls: support AES-GCM. hace 11 años
  Joel Sing 749a12a83a crypto/tls: Add support for ECDHE-ECDSA hace 11 años
  Adam Langley 3a888fc059 crypto/tls: implement TLS 1.2. hace 11 años