115 次代码提交 (4a7cf1bb768a92c788cfc8f40e8bb6252e2a5385)

作者 SHA1 备注 提交日期
  Henry Case 70a7cea10b Add negotiated group to ConnectionState 5 年前
  Henry Case f09eee913a Change package name from tls to trs 5 年前
  Henry Case af21f3083c
Fix: always store client hello in ConnectionState (#161) 5 年前
  Marten Seemann 6fcf1bc4c0 don't expect CertificateVerify when the client doesn't send any cert 6 年前
  Kris Kwiatkowski 07ad1769c3 fix: in TLSv1.3, the ALPN extension must be sent in EE 6 年前
  Watson Ladd 7e1760cc7c Add EMS support to tls-tris 7 年前
  Kris Kwiatkowski 1678dc5074 cleanup: removes Committer interface 6 年前
  Christopher Patton 174a68a0fb Update implementation of draft-ietf-tls-subcerts to draft 02 (#108) 6 年前
  Christopher Patton c5280001a4 Remove delegated credential minting from the API 6 年前
  Christopher Patton 84fe9084cd Implement the delegated_credential extension for TLS 6 年前
  Christopher Patton 963d5877be Refactor the keyAgreement interface 6 年前
  Peter Wu 824987c5ad tris: implement draft-22 middlebox compatibility mode 7 年前
  Peter Wu 1850fd015e crypto/tls: consolidate signatures handling in SKE and CV 7 年前
  Peter Wu b1e5feadef tris: prevent sending 0.5-RTT data 7 年前
  Peter Wu 4e6ebb63dd tris: unify ServerHello processing in preparation for D22 7 年前
  Peter Wu 6c380f3bb6 crypto/tls: replace signatureAndHash by SignatureScheme. 7 年前
  Peter Wu 998f77009e crypto/tls: remove TLS13CipherSuites. 7 年前
  Peter Wu 3107d575a8 tris: implement SSLKEYLOGFILE for TLS 1.3 server 7 年前
  Peter Wu 6f580251ca tris: use keySchedule13 for the server 7 年前
  Filippo Valsorda 0d97989e0d tris: move Commit to just before key share generation 7 年前
  Filippo Valsorda c758567785 crypto/tls: detect unexpected leftover handshake data 7 年前
  Filippo Valsorda 4191962f25 crypto/tls: use correct alerts 7 年前
  Filippo Valsorda bbb712bfd8 crypto/tls: simplify supported points handling to match BoringSSL 7 年前
  Filippo Valsorda 922b99e473 crypto/tls: make 1.3 version negotiation more robust 7 年前
  Filippo Valsorda 58aab36b6e crypto/tls: use negotiated version for fallback check 7 年前
  Filippo Valsorda 052978de5e crypto/tls: expose extension versions in ClientHelloInfo.SupportedVersions 7 年前
  Filippo Valsorda 341de96a61 crypto/tls: fix Conn.phase data races 7 年前
  Filippo Valsorda 5c4af70647 tris: drop QuietError 8 年前
  Filippo Valsorda f8c15889af crypto/tls: implement TLS 1.3 server 0-RTT 8 年前
  Filippo Valsorda 1117f76fcc crypto/tls: return from Handshake before the Client Finished in 1.3 8 年前
  Filippo Valsorda ee3048cfd2 crypto/tls: implement TLS 1.3 server PSK 8 年前
  Filippo Valsorda 6c3765bb15 tris: add error tracing with CH dumping 8 年前
  Filippo Valsorda ea17b0c225 tris: implement Committer 8 年前
  Filippo Valsorda 4b0d17eca3 crypto/tls: implement TLS 1.3 minimal server 8 年前
  Filippo Valsorda 26a95ba46a [dev.tls] crypto/tls: implement TLS 1.3 cipher suites 8 年前
  Adam Langley b0bcb44715 crypto/tls: pass argument to serverInit rather than using a field in Config. 7 年前
  Adam Langley ce1c25b814 crypto/tls: add a SignatureScheme type. 8 年前
  Filippo Valsorda b189f06b5c crypto/tls: expand ClientHelloInfo 8 年前
  Joshua Boelter a660d3e993 crypto/tls: add VerifyPeerCertificate to tls.Config 8 年前
  Adam Langley 826c39c6ef crypto/tls: add Config.GetConfigForClient 8 年前
  Joonas Kuorilehto f513433c3e crypto/tls: add KeyLogWriter for debugging 8 年前
  Adam Langley 0d94116736 crypto/tls: buffer handshake messages. 8 年前
  David Benjamin 6781899784 crypto/tls: Never resume sessions across different versions. 8 年前
  Adam Langley 07b6287f24 crypto/tls: allow renegotiation to be handled by a client. 8 年前
  Adam Langley df48510552 crypto/tls: make error prefix uniform. 8 年前
  David Benjamin 0d2c944f7b crypto/tls: Update references to draft-ietf-tls-downgrade-scsv-00. 8 年前
  Emmanuel Odeke e15014c62b crypto/tls: minor refactors for readability 8 年前
  Tamir Duberstein 326f5bb02b crypto/tls: check errors from (*Conn).writeRecord 8 年前
  Brad Fitzpatrick fbcc97bc82 all: single space after period. 8 年前
  Adam Langley 65c5bd0dd6 crypto/tls: don't require an explicit client-auth EKU. 9 年前