108 Révisions (master)

Auteur SHA1 Message Date
  Christopher Patton 174a68a0fb Update implementation of draft-ietf-tls-subcerts to draft 02 (#108) il y a 6 ans
  Christopher Patton c5280001a4 Remove delegated credential minting from the API il y a 6 ans
  Christopher Patton 84fe9084cd Implement the delegated_credential extension for TLS il y a 6 ans
  Christopher Patton 963d5877be Refactor the keyAgreement interface il y a 6 ans
  Peter Wu 824987c5ad tris: implement draft-22 middlebox compatibility mode il y a 7 ans
  Peter Wu 1850fd015e crypto/tls: consolidate signatures handling in SKE and CV il y a 7 ans
  Peter Wu b1e5feadef tris: prevent sending 0.5-RTT data il y a 7 ans
  Peter Wu 4e6ebb63dd tris: unify ServerHello processing in preparation for D22 il y a 7 ans
  Peter Wu 6c380f3bb6 crypto/tls: replace signatureAndHash by SignatureScheme. il y a 7 ans
  Peter Wu 998f77009e crypto/tls: remove TLS13CipherSuites. il y a 7 ans
  Peter Wu 3107d575a8 tris: implement SSLKEYLOGFILE for TLS 1.3 server il y a 7 ans
  Peter Wu 6f580251ca tris: use keySchedule13 for the server il y a 7 ans
  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