25 Commits (07e1b286b5489c907e8db219088e6456fcb469f8)

Author SHA1 Message Date
David Benjamin 21440764db Remove VS 2015 support. 3 years ago
David Benjamin 44425ddc7a Fold ssl_decode_client_hello_inner into ssl_client_hello_decrypt. 3 years ago
Anton Bikineev 50e7ea5f09 LSC: Apply clang-tidy's modernize-use-bool-literals to boringssl 3 years ago
David Benjamin 18b6836b2f Update to draft-ietf-tls-esni-13. 4 years ago
David Benjamin 006f20ad7f Add Span::first() and Span::last(). 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 10a76acb0f Only clear not_resumable after the handshake. 4 years ago
David Benjamin 83a49939ab Add most of an ECH client implementation. 4 years ago
David Benjamin c3b373bf4f Rename SSL_ECH_SERVER_CONFIG_LIST to SSL_ECH_KEYS. 4 years ago
David Benjamin 3a036c76eb Add SSL_ech_accepted API and ech_is_required alerts. 4 years ago
David Benjamin 8acec00e9e Manage Channel ID handshake state better. 4 years ago
Adam Langley 47cefed43f Don't copy client's session ID into server's session. 4 years ago
David Benjamin 962b375bcb Move session ID assignment out of ssl_get_new_session. 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
Daniel McArdle 00e434d67e Add ECH server (draft-ietf-tls-esni-09). 4 years ago
Dan McArdle c295935a9b Send ECH acceptance signal from backend server. 4 years ago
David Benjamin 5351c8bf38 Rename the master_key field in SSL_SESSION to secret. 4 years ago
David Benjamin 3743aafdac Add SSL_CIPHER_get_protocol_id. 5 years ago
Adam Langley fb0c05cac2 acvp: add CMAC-AES support. 5 years ago