65 Commits (07e1b286b5489c907e8db219088e6456fcb469f8)

Author SHA1 Message Date
David Benjamin 3f180b8221 Implement SSL_CTX_set_num_tickets. 3 years ago
David Benjamin 493d5cbedd Try to require C++14. 3 years ago
David Benjamin 21440764db Remove VS 2015 support. 3 years ago
David Benjamin 123eaaef26 Record ClientHelloInner values in msg_callback. 3 years ago
David Benjamin 44425ddc7a Fold ssl_decode_client_hello_inner into ssl_client_hello_decrypt. 3 years ago
David Benjamin 69030a0cea Match OPENSSL_EXPORT in ssl/internal.h friend declarations. 3 years ago
David Benjamin 18b6836b2f Update to draft-ietf-tls-esni-13. 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 8648c53690 Refer to RFCs consistently. 4 years ago
David Benjamin ba423c9a1b Implement ClientHelloOuter handshakes. 4 years ago
David Benjamin a10017c548 Reduce bouncing on the cache lock in ssl_update_cache. 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 e9c5d72c09 Add an option to permute ClientHello extension order. 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 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 5acf9f42c2 Replace hs->needs_psk_binder with an output parameter. 4 years ago
David Benjamin 14e51ad416 Make add_clienthello callbacks const. 4 years ago
David Benjamin 246c556b65 Compute the ECH GREASE payload outside of the callbacks. 4 years ago
David Benjamin 43ab56c618 Pick up the GREASE ECH config ID from grease_seed. 4 years ago
David Benjamin 33e8c7893b Initialize grease_seed on construction. 4 years ago
David Benjamin 97ede40d43 Move key_share computation out of ClientHello callbacks. 4 years ago
David Benjamin 6c9758fa9a Release some temporaries outside of ClientHello callbacks. 4 years ago
David Benjamin 4e93cd487f Move the early_data_{offered,reason} logic out of extension callbacks. 4 years ago
David Benjamin 26f186bcab Implement a handshake hint for certificate compression. 4 years ago
David Benjamin 3a036c76eb Add SSL_ech_accepted API and ech_is_required alerts. 4 years ago
David Benjamin bcef51424b Const-correct message creation hooks. 4 years ago
David Benjamin b5879118ac Remove the Channel ID callback. 4 years ago
David Benjamin 8acec00e9e Manage Channel ID handshake state better. 4 years ago
David Benjamin 3675eb3f2a GREASE is now RFC 8701. 4 years ago
David Benjamin d89ec688f2 Remove draft tokbind implementation. 4 years ago
David Benjamin 962b375bcb Move session ID assignment out of ssl_get_new_session. 4 years ago
David Benjamin 8349dfc87e Fix the ech_accept comment. 4 years ago
David Benjamin 070a6c3e02 Export the HPKE implementation. 4 years ago
David Benjamin 1d58cd1fd3 Shift the KEM dependency in HPKE up a step. 4 years ago
David Benjamin 9b2cdb769a Add SSL_can_release_private_key. 4 years ago
David Benjamin f39c81d524 Introduce EVP_HPKE_{AEAD,KDF} types. 4 years ago
Steven Valdez 94a63a5b6e Implement ECH draft 10 and update HPKE to draft 08. 4 years ago
David Benjamin b571e77773 Add experimental handshake hints API. 4 years ago
David Benjamin 15961379e6 Export ssl_client_hello_init for fuzzers. 4 years ago
David Benjamin 12a3e7edf6 Check for invalid ALPN inputs in SSL_(CTX_)set_alpn_protos. 4 years ago
David Benjamin 3b8c5ec1f6 Rearrange key share and early data logic. 4 years ago
Daniel McArdle 00e434d67e Add ECH server (draft-ietf-tls-esni-09). 4 years ago