Home
last modified time | relevance | path

Searched refs:Client_Hello (Results 1 – 25 of 47) sorted by relevance

12

/dports/editors/encryptpad/EncryptPad-0.5.0.1/deps/botan/src/lib/tls/
H A Dmsg_client_hello.cpp82 Client_Hello::Client_Hello(Handshake_IO& io, in Client_Hello() function in Botan::TLS::Client_Hello
157 Client_Hello::Client_Hello(Handshake_IO& io, in Client_Hello() function in Botan::TLS::Client_Hello
235 std::vector<uint8_t> Client_Hello::serialize() const in serialize()
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()
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()
411 bool Client_Hello::supports_session_ticket() const in supports_session_ticket()
423 bool Client_Hello::supports_alpn() const in supports_alpn()
[all …]
H A Dtls_handshake_state.h33 class Client_Hello; variable
106 void client_hello(Client_Hello* client_hello);
120 const Client_Hello* client_hello() const in client_hello()
187 std::unique_ptr<Client_Hello> m_client_hello;
H A Dtls_messages.h70 class BOTAN_UNSTABLE_API Client_Hello final : public Handshake_Message
158 Client_Hello(Handshake_IO& io,
164 const Client_Hello::Settings& client_settings,
167 Client_Hello(Handshake_IO& io,
176 explicit Client_Hello(const std::vector<uint8_t>& buf);
308 const Client_Hello& client_hello,
318 const Client_Hello& client_hello,
H A Dtls_channel.h30 class Client_Hello; variable
228 void secure_renegotiation_check(const Client_Hello* client_hello);
H A Dmsg_server_hello.cpp59 const Client_Hello& client_hello, in Server_Hello()
129 const Client_Hello& client_hello, in Server_Hello()
/dports/security/botan2/Botan-2.18.2/src/lib/tls/
H A Dmsg_client_hello.cpp82 Client_Hello::Client_Hello(Handshake_IO& io, in Client_Hello() function in Botan::TLS::Client_Hello
157 Client_Hello::Client_Hello(Handshake_IO& io, in Client_Hello() function in Botan::TLS::Client_Hello
235 std::vector<uint8_t> Client_Hello::serialize() const in serialize()
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()
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()
411 bool Client_Hello::supports_session_ticket() const in supports_session_ticket()
423 bool Client_Hello::supports_alpn() const in supports_alpn()
[all …]
H A Dtls_handshake_state.h33 class Client_Hello; variable
106 void client_hello(Client_Hello* client_hello);
120 const Client_Hello* client_hello() const in client_hello()
187 std::unique_ptr<Client_Hello> m_client_hello;
H A Dtls_messages.h70 class BOTAN_UNSTABLE_API Client_Hello final : public Handshake_Message
158 Client_Hello(Handshake_IO& io,
164 const Client_Hello::Settings& client_settings,
167 Client_Hello(Handshake_IO& io,
176 explicit Client_Hello(const std::vector<uint8_t>& buf);
308 const Client_Hello& client_hello,
318 const Client_Hello& client_hello,
H A Dtls_channel.h30 class Client_Hello; variable
228 void secure_renegotiation_check(const Client_Hello* client_hello);
H A Dmsg_server_hello.cpp59 const Client_Hello& client_hello, in Server_Hello()
129 const Client_Hello& client_hello, in Server_Hello()
/dports/mail/thunderbird/thunderbird-91.8.0/comm/third_party/botan/src/lib/tls/
H A Dmsg_client_hello.cpp82 Client_Hello::Client_Hello(Handshake_IO& io, in Client_Hello() function in Botan::TLS::Client_Hello
157 Client_Hello::Client_Hello(Handshake_IO& io, in Client_Hello() function in Botan::TLS::Client_Hello
235 std::vector<uint8_t> Client_Hello::serialize() const in serialize()
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()
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()
411 bool Client_Hello::supports_session_ticket() const in supports_session_ticket()
423 bool Client_Hello::supports_alpn() const in supports_alpn()
[all …]
H A Dtls_handshake_state.h33 class Client_Hello; variable
106 void client_hello(Client_Hello* client_hello);
120 const Client_Hello* client_hello() const in client_hello()
187 std::unique_ptr<Client_Hello> m_client_hello;
H A Dtls_messages.h70 class BOTAN_UNSTABLE_API Client_Hello final : public Handshake_Message
158 Client_Hello(Handshake_IO& io,
164 const Client_Hello::Settings& client_settings,
167 Client_Hello(Handshake_IO& io,
176 explicit Client_Hello(const std::vector<uint8_t>& buf);
308 const Client_Hello& client_hello,
318 const Client_Hello& client_hello,
H A Dmsg_server_hello.cpp59 const Client_Hello& client_hello, in Server_Hello()
129 const Client_Hello& client_hello, in Server_Hello()
/dports/security/botan110/Botan-1.10.17/src/ssl/
H A Dhello.cpp65 Client_Hello::Client_Hello(RandomNumberGenerator& rng, in Client_Hello() function in Botan::Client_Hello
82 SecureVector<byte> Client_Hello::serialize() const in serialize()
97 void Client_Hello::deserialize_sslv2(const MemoryRegion<byte>& buf) in deserialize_sslv2()
135 void Client_Hello::deserialize(const MemoryRegion<byte>& buf) in deserialize()
212 bool Client_Hello::offered_suite(u16bit ciphersuite) const in offered_suite()
227 const Client_Hello& c_hello, in Server_Hello()
H A Dtls_messages.h41 class Client_Hello : public HandshakeMessage
58 Client_Hello(RandomNumberGenerator& rng,
61 Client_Hello(const MemoryRegion<byte>& buf, in Client_Hello() function
240 const Client_Hello&, Version_Code, HandshakeHash&);
H A Dtls_state.h22 Client_Hello* client_hello;
/dports/editors/encryptpad/EncryptPad-0.5.0.1/deps/botan/src/tests/data/tls/
H A Dclient_hello.vec28 Exception = Client_Hello: Packet corrupted
32 Exception = Client_Hello: Packet corrupted
/dports/security/botan2/Botan-2.18.2/src/tests/data/tls/
H A Dclient_hello.vec28 Exception = Client_Hello: Packet corrupted
32 Exception = Client_Hello: Packet corrupted
/dports/editors/encryptpad/EncryptPad-0.5.0.1/deps/botan/src/cli/
H A Dtls_utils.cpp156 Botan::TLS::Client_Hello hello(input); in go()
167 std::string format_hello(const Botan::TLS::Client_Hello& hello) in format_hello()
/dports/security/botan2/Botan-2.18.2/src/cli/
H A Dtls_utils.cpp156 Botan::TLS::Client_Hello hello(input); in go()
167 std::string format_hello(const Botan::TLS::Client_Hello& hello) in format_hello()
/dports/mail/thunderbird/thunderbird-91.8.0/comm/third_party/botan/src/cli/
H A Dtls_utils.cpp156 Botan::TLS::Client_Hello hello(input); in go()
167 std::string format_hello(const Botan::TLS::Client_Hello& hello) in format_hello()
/dports/editors/encryptpad/EncryptPad-0.5.0.1/deps/botan/src/fuzzer/
H A Dtls_client_hello.cpp15 Botan::TLS::Client_Hello ch(v); in fuzz()
/dports/mail/thunderbird/thunderbird-91.8.0/comm/third_party/botan/src/fuzzer/
H A Dtls_client_hello.cpp15 Botan::TLS::Client_Hello ch(v); in fuzz()
/dports/security/botan2/Botan-2.18.2/src/fuzzer/
H A Dtls_client_hello.cpp15 Botan::TLS::Client_Hello ch(v); in fuzz()

12