12 Commits (d1b20a9580aebb6fbb0b1b2408cf1221d83afb71)

Author SHA1 Message Date
David Benjamin e8f57ca134 Never accidentally use SSL_SIGN_RSA_PKCS1_MD5_SHA1 at TLS 1.2. 2 years ago
David Benjamin 9d64d8d237 Miscellaneous -Wshorten-64-to-32 fixes. 2 years ago
David Benjamin 361e3e0aba Move the DTLS cookie to SSL_HANDSHAKE. 2 years ago
David Benjamin adaa322b63 Add handshake hints for TLS 1.2 session tickets. 2 years ago
Anton Bikineev 50e7ea5f09 LSC: Apply clang-tidy's modernize-use-bool-literals to boringssl 3 years ago
David Benjamin 0fa3030e10 Update comment for ECH draft-13. 3 years ago
David Benjamin 18b6836b2f Update to draft-ietf-tls-esni-13. 3 years ago
David Benjamin e2cb423767 Deduplicate our three ServerHello parsers. 3 years ago
David Benjamin 9545062714 Add a CBB_add_zeros helper. 3 years ago
David Benjamin 006f20ad7f Add Span::first() and Span::last(). 3 years ago
David Benjamin ba423c9a1b Implement ClientHelloOuter handshakes. 3 years ago
David Benjamin ec552cab81 Rename t1_lib.cc to extensions.cc. 3 years ago
David Benjamin e9c5d72c09 Add an option to permute ClientHello extension order. 3 years ago
David Benjamin 83a49939ab Add most of an ECH client implementation. 3 years ago
David Benjamin c3b373bf4f Rename SSL_ECH_SERVER_CONFIG_LIST to SSL_ECH_KEYS. 3 years ago
David Benjamin cd89004847 Don't pad the second ClientHello. 3 years ago
David Benjamin 350fe3bf32 Fix ext_pre_shared_key_clienthello_length calculation. 3 years ago
David Benjamin c89ce97a2d Move the TLS vs DTLS header length adjustment into ssl_add_clienthello_tlsext. 3 years ago
David Benjamin fb4d2571f3 Shift some complexity out of ssl_add_clienthello_tlsext. 3 years ago
David Benjamin 9052286dab Add a note about extension callback names. 3 years ago
David Benjamin 5acf9f42c2 Replace hs->needs_psk_binder with an output parameter. 3 years ago
David Benjamin 14e51ad416 Make add_clienthello callbacks const. 3 years ago
David Benjamin 246c556b65 Compute the ECH GREASE payload outside of the callbacks. 3 years ago
David Benjamin 43ab56c618 Pick up the GREASE ECH config ID from grease_seed. 3 years ago
David Benjamin 52b3638f0a Remove the extension init hook. 3 years ago
David Benjamin 97ede40d43 Move key_share computation out of ClientHello callbacks. 3 years ago
David Benjamin 6c9758fa9a Release some temporaries outside of ClientHello callbacks. 3 years ago
David Benjamin 4e93cd487f Move the early_data_{offered,reason} logic out of extension callbacks. 3 years ago
David Benjamin 3a036c76eb Add SSL_ech_accepted API and ech_is_required alerts. 4 years ago
David Benjamin 5b7ec8329e Reject the ECH extension in TLS 1.2 ServerHello. 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 bc4c91ab46 DTLS-SRTP is only defined for DTLS. 4 years ago
David Benjamin 4848294f43 Remove impossible ssl->s3 null check. 4 years ago
David Benjamin a1d3bfb64f Cite an RFC over 9000 (draft-ietf-quic-tls is now RFC 9001). 4 years ago
Adam Langley 47cefed43f Don't copy client's session ID into server's session. 4 years ago
David Benjamin 3675eb3f2a GREASE is now RFC 8701. 4 years ago
David Benjamin b778b9c1b3 Const-correct SSL_get_srtp_profiles. 4 years ago
David Benjamin 49ee62fe13 Update the ECH GREASE size selection. 4 years ago
David Benjamin d89ec688f2 Remove draft tokbind implementation. 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 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 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
David Benjamin fd739853a8 Fix the spelling of HPKE AEAD constants. 4 years ago
David Benjamin c02c19e0d8 Honor SSL_TLSEXT_ERR_ALERT_FATAL in the ALPN callback. 4 years ago