Lines Matching refs:Client_Hello

82 Client_Hello::Client_Hello(Handshake_IO& io,  in Client_Hello()  function in Botan::TLS::Client_Hello
88 const Client_Hello::Settings& client_settings, in Client_Hello()
157 Client_Hello::Client_Hello(Handshake_IO& io, in Client_Hello() function in Botan::TLS::Client_Hello
224 void Client_Hello::update_hello_cookie(const Hello_Verify_Request& hello_verify) in update_hello_cookie()
235 std::vector<uint8_t> Client_Hello::serialize() const in serialize()
262 std::vector<uint8_t> Client_Hello::cookie_input_data() const in cookie_input_data()
284 Client_Hello::Client_Hello(const std::vector<uint8_t>& buf) in Client_Hello() function in Botan::TLS::Client_Hello
325 bool Client_Hello::sent_fallback_scsv() const in sent_fallback_scsv()
333 bool Client_Hello::offered_suite(uint16_t ciphersuite) const in offered_suite()
341 std::vector<Signature_Scheme> Client_Hello::signature_schemes() const in signature_schemes()
353 std::vector<Group_Params> Client_Hello::supported_ecc_curves() const in supported_ecc_curves()
360 std::vector<Group_Params> Client_Hello::supported_dh_groups() const in supported_dh_groups()
367 bool Client_Hello::prefers_compressed_ec_points() const in prefers_compressed_ec_points()
376 std::string Client_Hello::sni_hostname() const in sni_hostname()
384 std::string Client_Hello::srp_identifier() const in srp_identifier()
392 bool Client_Hello::secure_renegotiation() const in secure_renegotiation()
397 std::vector<uint8_t> Client_Hello::renegotiation_info() const in renegotiation_info()
404 std::vector<Protocol_Version> Client_Hello::supported_versions() const in supported_versions()
411 bool Client_Hello::supports_session_ticket() const in supports_session_ticket()
416 std::vector<uint8_t> Client_Hello::session_ticket() const in session_ticket()
423 bool Client_Hello::supports_alpn() const in supports_alpn()
428 bool Client_Hello::supports_extended_master_secret() const in supports_extended_master_secret()
433 bool Client_Hello::supports_cert_status_message() const in supports_cert_status_message()
438 bool Client_Hello::supports_encrypt_then_mac() const in supports_encrypt_then_mac()
443 bool Client_Hello::sent_signature_algorithms() const in sent_signature_algorithms()
448 std::vector<std::string> Client_Hello::next_protocols() const in next_protocols()
455 std::vector<uint16_t> Client_Hello::srtp_profiles() const in srtp_profiles()