64 コミット (master)

作成者 SHA1 メッセージ 日付
  Henry Case 71ad89487d Change package trs to th5 5年前
  Henry Case 4a7cf1bb76 Fix client key share 5年前
  Henry Case 70a7cea10b Add negotiated group to ConnectionState 5年前
  Henry Case f09eee913a Change package name from tls to trs 5年前
  Kris Kwiatkowski 7bbaf23cda Changes needed to make tris a separated lib 5年前
  Henry Case af21f3083c
Fix: always store client hello in ConnectionState (#161) 5年前
  Henry Case 600d4dece5
Adds X25519-SIKEp503 key agreement (#159) 5年前
  Henry Case a5d35123cc
[sike] Refactor key agreement in TLS 1.3 [PATCH 1/2] (#153) 5年前
  Kris Kwiatkowski 76231e7564 SIDH: Implement test againt TLSv1.2 5年前
  Kris Kwiatkowski 334eee5310 SIDH: Align codepoints with the ones in latest version 5年前
  Marten Seemann 6fcf1bc4c0 don't expect CertificateVerify when the client doesn't send any cert 6年前
  Kris Kwiatkowski d184bc0099 sidh: adds PQ secure KEX 6年前
  Kris Kwiatkowski 7c79cbefc5 sidh: API 6年前
  Kris Kwiatkowski 61bc4c1a09 moves methods from Config to Conn receives 6年前
  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年前
  Henry D. Case 03138ec18e TLSv1.3 -draft23: Implementation of signature_algorithms_cert 6年前
  Evan Klitzke 67bc308e04 Update client SCT list during TLS 1.3 handshake, fixes #76 6年前
  Henry D. Case b1d6c0aeaa Change function name verifyPeerCertificate->verifyPeerHandshakeSignature 6年前
  Christopher Patton 81ee64180a Lint 13.go 6年前
  Henry Case 7b3759576a Cleanup 6年前
  Henry D. Case 01c3b768fe (fix) Client MUST send certificate msg if requested by server 6年前
  Henry D. Case 0d06e5c19c Server side of client authentication 6年前
  Henry D. Case c6745f1879 Client authentication 6年前
  Peter Wu 824987c5ad tris: implement draft-22 middlebox compatibility mode 7年前
  Peter Wu e89292ccbe tris: convert end_of_early_data to a handshake message 6年前
  Peter Wu 69dddf0612 tris: update NewSessionTicket for draft -19 and -21 7年前
  Peter Wu fd93e9ecf6 tris: implement D19 and D20 changes for secrets 7年前
  Peter Wu e9ff50fcb0 tris: process ALPN in EE received by client 7年前
  Peter Wu 0b636d21fb crypto/tls: enable certificate validation on the client 7年前
  Peter Wu 9e25a0a25d crypto/tls: initial TLS 1.3 client support 7年前
  Peter Wu 634f9a5858 crypto/tls: prepare for TLS 1.3 client handshake. 7年前
  Peter Wu 759dbb355a tris: fix nonce length definition and actually use it 6年前
  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 3107d575a8 tris: implement SSLKEYLOGFILE for TLS 1.3 server 7年前
  Peter Wu 6f580251ca tris: use keySchedule13 for the server 7年前
  Peter Wu 9f9f06de80 tris: add new key schedule implementation 7年前
  Henry de Valence cd63e47f2c tris: rename `pk` to `secretKey` 7年前
  Henry de Valence d4b8398461 tris: fix typos 7年前
  Tom Thorogood f4a6690edc crypto/tls: generate unique ticket_age_add for each ticket 7年前
  Filippo Valsorda 7f449cbaa7 tris: add SessionTicketSealer 7年前
  Filippo Valsorda 4f7b5988a3 crypto/tls: add ConnectionState.Unique0RTTToken 7年前
  Filippo Valsorda 0d97989e0d tris: move Commit to just before key share generation 7年前
  Brendan Mc ed105dc308 crypto/tls: add SignedCertificateTimestamps and OCSPStaple to 1.3 7年前
  Filippo Valsorda 9b94b65b7b crypto/tls: send two session tickets to TLS 1.3 clients 7年前
  Filippo Valsorda 740fc926aa tris: add single line TLSDEBUG=short 7年前
  Filippo Valsorda c758567785 crypto/tls: detect unexpected leftover handshake data 7年前