48 Commits (f69624a16ab090da2a3ec6456ddadc3486fdfd8b)

Author SHA1 Message Date
David Benjamin 0653147485 runner: Rename 'masterSecret' on session objects to plain 'secret'. 4 years ago
David Benjamin c02c19e0d8 Honor SSL_TLSEXT_ERR_ALERT_FATAL in the ALPN callback. 4 years ago
David Benjamin c5e4538e3b Fix TLS13SessionID-TLS13 test. 4 years ago
David Benjamin ae2bb64173 Use ID instead of Id in Go. 4 years ago
Dan McArdle 39093c1bfb Fix comments that refer to old draft of HPKE. 4 years ago
David Benjamin c47bfce062 Define TLSEXT_TYPE_quic_transport_parameters to the old code point for now. 4 years ago
David Benjamin a9319d9b0f Fix client 0-RTT handling with ALPS. 4 years ago
David Schinazi 3d8b8c3df2 Add support for the new QUIC TLS extension codepoint 4 years ago
David Benjamin c3ee9c8040 Replace MockQUICTransport tags with record types. 4 years ago
David Benjamin e606f79c5b Run extension tests at all protocols. 4 years ago
David Benjamin 47d1274fd2 Make QUIC tests work with early data. 4 years ago
David Benjamin 7a55c80271 Make QUIC work with -async tests. 4 years ago
David Benjamin 71ed9d7538 Fix ALPS state machine in QUIC servers. 4 years ago
David Benjamin f4a88296fc runner: Allow tokbind without RI/EMS in TLS 1.3. 4 years ago
David Benjamin 41676bfd86 Test that ALPS can be deferred to the ALPN callback. 4 years ago
Dan McArdle c295935a9b Send ECH acceptance signal from backend server. 4 years ago
Dan McArdle 7dfb4721d0 Update HPKE to draft-irtf-cfrg-hpke-07. 4 years ago
Dan McArdle 92c48be84a Update ECH GREASE to draft-ietf-tls-esni-09 4 years ago
Adam Langley ca058c0647 Revert "Add support for the new QUIC TLS extension codepoint" 4 years ago
David Schinazi 7ba96a675e Add support for the new QUIC TLS extension codepoint 4 years ago
Dan McArdle 1920c6f2ca Implement GREASE for ECH (draft-ietf-tls-esni-08). 4 years ago
David Benjamin 5351c8bf38 Rename the master_key field in SSL_SESSION to secret. 4 years ago
David Benjamin 0a6bfa36c9 Always check the TLS 1.3 downgrade signal. 4 years ago
Adam Langley d83dcf58c0 runner: explicitly signal error from handshaker. 4 years ago
Adam Langley aec1b62b07 runner: add -skip 4 years ago
David Benjamin fa9796ece4 Add SSL_early_data_reason_string. 4 years ago
Steven Valdez 51607f1fe1 Implement draft-vvv-tls-alps-01. 4 years ago
David Benjamin e580e9ded3 Simplify 0-RTT tests. 4 years ago
David Benjamin 3989c99706 Fix crash when flushing an SSL BIO. 4 years ago
Daniel McArdle a673d02458 Add PSK variants of HPKE setup functions to BoGo. 4 years ago
Daniel McArdle f42d5df924 Add Go implementation of HPKE draft 05 to runner. 4 years ago
David Benjamin 974ac218e7 runner: Implement a more complete ClientHello consistency check. 4 years ago
Dan McArdle 6222fe767d runner: Refactor BoGo clientHelloMsg extension marshalling. 4 years ago
Nick Harper 5e086956f2 Fix handling of quic_early_data_context. 5 years ago
David Benjamin 3ff161cc08 Print SSL_get_error in bssl_shim. 5 years ago
David Benjamin bb72a8d649 Allow specifying different initial and resumption expectations. 5 years ago
David Benjamin b0e98e408c Test SSL_get0_alpn_selected on both client and server. 5 years ago
David Benjamin a6386ea185 runner: Rewrite sessionState parsing with byteReader. 5 years ago
David Benjamin c4ec14c71d Switch ssl_parse_extensions to bool and Span. 5 years ago
David Benjamin 3743aafdac Add SSL_CIPHER_get_protocol_id. 5 years ago
David Benjamin 662bfad810 Fix potential leak in bssl::Array::Shrink. 5 years ago
Watson Ladd dcd6e447eb Support delegated credentials verison 06 5 years ago
Nick Harper 74161f485b Enforce presence of ALPN when QUIC is in use. 5 years ago
David Benjamin 70fee17204 Use golang.org/x/crypto in runner. 5 years ago
Nick Harper 281a8f5ea3 Disable ClientHello padding for QUIC. 5 years ago
Nick Harper cac93924ab Disallow TLS 1.3 compatibility mode in QUIC. 5 years ago
David Benjamin d054e1bc61 Fix unterminated clang-format off. 5 years ago
Adam Langley fb0c05cac2 acvp: add CMAC-AES support. 5 years ago