36 m_version(state.server_hello().selected_version()),
37 m_ciphersuite_code(state.server_hello().ciphersuite()),
38 m_application_protocol(extract_alpn(state)),
40 m_client_random(state.client_hello().random()),
Active_Connection_State_13(const Internal::Handshake_State_13_Base &state, std::vector< X509_Certificate > peer_certs, std::shared_ptr< const Public_Key > peer_raw_public_key, std::optional< std::string > psk_identity, std::string sni_hostname, bool peer_supports_psk_dhe_ke)