63 Commits (393c64be6556f45cbb744940d242e97296fc071c)

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