186 Commits (a70edd47a235b9b29c950b887f51f20635252d04)

Author SHA1 Message Date
David Benjamin 69030a0cea Match OPENSSL_EXPORT in ssl/internal.h friend declarations. 3 years ago
Adam Langley c2827d3b55 Add a function to express the desired record version protocol. 3 years ago
David Benjamin 7a4df8e97e Tidy up SSLTest.SetVersion. 3 years ago
David Benjamin c31a8a6f0a Fold x509_vfy.h into x509.h. 3 years ago
David Benjamin 27a3328a37 Fix the TLS fuzzers for ECH draft-13. 4 years ago
David Benjamin 0fa3030e10 Update comment for ECH draft-13. 4 years ago
David Benjamin 1a668b39d5 Switch to the new, simpler WHATWG URL formulation. 4 years ago
David Benjamin 19fe7943ce Fix calculation of draft-13 ECH confirmation signal. 4 years ago
David Benjamin 18b6836b2f Update to draft-ietf-tls-esni-13. 4 years ago
David Benjamin 07b365f63a Remove SSL_set_verify_result. 4 years ago
David Benjamin dddb60eb97 Make most of crypto/x509 opaque. 4 years ago
David Benjamin d55f450c4f Avoid re-hashing the transcript multiple times. 4 years ago
David Benjamin a75027b040 Make ssl_parse_extensions a little easier to use. 4 years ago
David Benjamin e2cb423767 Deduplicate our three ServerHello parsers. 4 years ago
David Benjamin 9545062714 Add a CBB_add_zeros helper. 4 years ago
David Benjamin 8648c53690 Refer to RFCs consistently. 4 years ago
David Benjamin 16c3e3ae0e runner: Test session IDs over 32 bytes. 4 years ago
David Benjamin 05ce773cae Process the TLS 1.3 cipher suite in one place. 4 years ago
David Benjamin 006f20ad7f Add Span::first() and Span::last(). 4 years ago
David Benjamin 69ec7c8de7 Fix some error returns from SSL_read and SSL_write. 4 years ago
Adam Langley 7153013019 hrss: use less stack space. 4 years ago
David Benjamin b86dcfefeb Switch another malloc to bssl::Array. 4 years ago
David Benjamin ad5db96584 Handle the server case in SSL_get0_ech_name_override. 4 years ago
Adam Langley 5514476c40 Update hpke_test.go. 4 years ago
David Benjamin ba423c9a1b Implement ClientHelloOuter handshakes. 4 years ago
David Benjamin ca7ef8c855 runner: Add a convenience function for base64 flags. 4 years ago
David Benjamin a10017c548 Reduce bouncing on the cache lock in ssl_update_cache. 4 years ago
David Benjamin 10a76acb0f Only clear not_resumable after the handshake. 4 years ago
David Benjamin afa867be8f runner: Test that clients actually use renewed tickets. 4 years ago
David Benjamin 5d224a559c runner: Clean up test logic. 4 years ago
David Benjamin c41a3a9373 runner: Fix process exit timeout. 4 years ago
David Benjamin 7f85116bed Unexport almost all of LHASH. 4 years ago
David Benjamin ec552cab81 Rename t1_lib.cc to extensions.cc. 4 years ago
David Benjamin 9cbe737ec4 Validate ECH public names. 4 years ago
David Benjamin 9734e4453b More reliably report handshake errors through SSL_write. 4 years ago
David Benjamin e9c5d72c09 Add an option to permute ClientHello extension order. 4 years ago
David Benjamin 5358cb5044 runner: Check the test name against the protocol being tested. 4 years ago
David Benjamin 83a49939ab Add most of an ECH client implementation. 4 years ago
David Benjamin 24545c541c Add a basic API to make ECHConfigs. 4 years ago
David Benjamin c890ae5195 Make ECH server APIs take EVP_HPKE_KEY. 4 years ago
David Benjamin c3b373bf4f Rename SSL_ECH_SERVER_CONFIG_LIST to SSL_ECH_KEYS. 4 years ago
David Benjamin 0724e3d552 runner: Self-check tests more accurately and earlier. 4 years ago
David Benjamin cd89004847 Don't pad the second ClientHello. 4 years ago
David Benjamin 350fe3bf32 Fix ext_pre_shared_key_clienthello_length calculation. 4 years ago
David Benjamin b32aa05538 Tidy up the PSK binder logic. 4 years ago
David Benjamin c89ce97a2d Move the TLS vs DTLS header length adjustment into ssl_add_clienthello_tlsext. 4 years ago
David Benjamin fb4d2571f3 Shift some complexity out of ssl_add_clienthello_tlsext. 4 years ago
David Benjamin 9052286dab Add a note about extension callback names. 4 years ago
David Benjamin 5acf9f42c2 Replace hs->needs_psk_binder with an output parameter. 4 years ago
David Benjamin 14e51ad416 Make add_clienthello callbacks const. 4 years ago