Home
last modified time | relevance | path

Searched refs:client_hello (Results 1 – 25 of 575) sorted by relevance

12345678910>>...23

/dports/security/s2n/s2n-tls-1.1.2/tls/
H A Ds2n_client_hello.c47 if (conn->client_hello.callback_invoked != 1) { in s2n_connection_get_client_hello()
51 return &conn->client_hello; in s2n_connection_get_client_hello()
121 conn->client_hello.callback_async_done = 1; in s2n_client_hello_cb_done()
160 POSIX_ENSURE_REF(client_hello); in s2n_client_hello_free()
166 client_hello->cipher_suites.data = NULL; in s2n_client_hello_free()
167 client_hello->extensions.raw.data = NULL; in s2n_client_hello_free()
171 client_hello->callback_async_blocked = 0; in s2n_client_hello_free()
172 client_hello->callback_async_done = 0; in s2n_client_hello_free()
204 struct s2n_client_hello *client_hello = &conn->client_hello; in s2n_parse_client_hello() local
300 struct s2n_client_hello *client_hello = &conn->client_hello; in s2n_process_client_hello() local
[all …]
/dports/security/s2n/s2n-tls-1.1.2/tests/unit/
H A Ds2n_client_hello_test.c631 EXPECT_EQUAL(client_hello, &server_conn->client_hello); in main()
673 EXPECT_NULL(client_hello->raw_message.blob.data); in main()
686 EXPECT_NULL(client_hello->raw_message.blob.data); in main()
690 EXPECT_EQUAL(client_hello->cipher_suites.size, 0); in main()
691 EXPECT_NULL(client_hello->cipher_suites.data); in main()
693 EXPECT_NULL(client_hello->extensions.raw.data); in main()
817 EXPECT_EQUAL(client_hello, &server_conn->client_hello); in main()
963 EXPECT_NULL(client_hello->raw_message.blob.data); in main()
976 EXPECT_NULL(client_hello->raw_message.blob.data); in main()
981 EXPECT_NULL(client_hello->cipher_suites.data); in main()
[all …]
/dports/editors/encryptpad/EncryptPad-0.5.0.1/deps/botan/src/lib/tls/
H A Dmsg_server_hello.cpp59 const Client_Hello& client_hello, in Server_Hello() argument
68 if(client_hello.supports_extended_master_secret()) in Server_Hello()
87 if(client_hello.secure_renegotiation()) in Server_Hello()
93 if(!next_protocol.empty() && client_hello.supports_alpn()) in Server_Hello()
99 const std::vector<uint16_t> client_srtp = client_hello.srtp_profiles(); in Server_Hello()
129 const Client_Hello& client_hello, in Server_Hello() argument
134 m_session_id(client_hello.session_id()), in Server_Hello()
139 if(client_hello.supports_extended_master_secret()) in Server_Hello()
154 if(client_hello.secure_renegotiation()) in Server_Hello()
157 if(client_hello.supports_session_ticket() && offer_session_ticket) in Server_Hello()
[all …]
H A Dtls_server.cpp64 const Client_Hello* client_hello, in check_for_resume() argument
99 if(client_hello->version() != session_info.version()) in check_for_resume()
103 if(!value_exists(client_hello->ciphersuites(), in check_for_resume()
109 if(client_hello->srp_identifier() != "") in check_for_resume()
117 if(client_hello->sni_hostname() != "") in check_for_resume()
163 const Client_Hello& client_hello) in choose_ciphersuite() argument
220 client_hello.signature_schemes(); in choose_ciphersuite()
501 pending_state.client_hello(new Client_Hello(contents)); in process_client_hello_msg()
562 pending_state.client_hello(nullptr); in process_client_hello_msg()
589 pending_state.client_hello(), in process_client_hello_msg()
[all …]
/dports/security/botan2/Botan-2.18.2/src/lib/tls/
H A Dmsg_server_hello.cpp59 const Client_Hello& client_hello, in Server_Hello() argument
68 if(client_hello.supports_extended_master_secret()) in Server_Hello()
87 if(client_hello.secure_renegotiation()) in Server_Hello()
93 if(!next_protocol.empty() && client_hello.supports_alpn()) in Server_Hello()
99 const std::vector<uint16_t> client_srtp = client_hello.srtp_profiles(); in Server_Hello()
129 const Client_Hello& client_hello, in Server_Hello() argument
134 m_session_id(client_hello.session_id()), in Server_Hello()
139 if(client_hello.supports_extended_master_secret()) in Server_Hello()
154 if(client_hello.secure_renegotiation()) in Server_Hello()
157 if(client_hello.supports_session_ticket() && offer_session_ticket) in Server_Hello()
[all …]
H A Dtls_server.cpp64 const Client_Hello* client_hello, in check_for_resume() argument
99 if(client_hello->version() != session_info.version()) in check_for_resume()
103 if(!value_exists(client_hello->ciphersuites(), in check_for_resume()
109 if(client_hello->srp_identifier() != "") in check_for_resume()
117 if(client_hello->sni_hostname() != "") in check_for_resume()
163 const Client_Hello& client_hello) in choose_ciphersuite() argument
220 client_hello.signature_schemes(); in choose_ciphersuite()
501 pending_state.client_hello(new Client_Hello(contents)); in process_client_hello_msg()
562 pending_state.client_hello(nullptr); in process_client_hello_msg()
589 pending_state.client_hello(), in process_client_hello_msg()
[all …]
/dports/mail/thunderbird/thunderbird-91.8.0/comm/third_party/botan/src/lib/tls/
H A Dmsg_server_hello.cpp59 const Client_Hello& client_hello, in Server_Hello() argument
68 if(client_hello.supports_extended_master_secret()) in Server_Hello()
87 if(client_hello.secure_renegotiation()) in Server_Hello()
93 if(!next_protocol.empty() && client_hello.supports_alpn()) in Server_Hello()
99 const std::vector<uint16_t> client_srtp = client_hello.srtp_profiles(); in Server_Hello()
129 const Client_Hello& client_hello, in Server_Hello() argument
134 m_session_id(client_hello.session_id()), in Server_Hello()
139 if(client_hello.supports_extended_master_secret()) in Server_Hello()
154 if(client_hello.secure_renegotiation()) in Server_Hello()
157 if(client_hello.supports_session_ticket() && offer_session_ticket) in Server_Hello()
[all …]
H A Dtls_server.cpp64 const Client_Hello* client_hello, in check_for_resume() argument
99 if(client_hello->version() != session_info.version()) in check_for_resume()
103 if(!value_exists(client_hello->ciphersuites(), in check_for_resume()
109 if(client_hello->srp_identifier() != "") in check_for_resume()
117 if(client_hello->sni_hostname() != "") in check_for_resume()
163 const Client_Hello& client_hello) in choose_ciphersuite() argument
220 client_hello.signature_schemes(); in choose_ciphersuite()
501 pending_state.client_hello(new Client_Hello(contents)); in process_client_hello_msg()
562 pending_state.client_hello(nullptr); in process_client_hello_msg()
589 pending_state.client_hello(), in process_client_hello_msg()
[all …]
/dports/www/zola/zola-0.15.2/cargo-crates/rustls-0.20.2/src/server/
H A Dhs.rs277 client_hello: &ClientHelloPayload, in with_certified_key()
332 .resolve(client_hello); in with_certified_key()
352 &client_hello.cipher_suites, in with_certified_key()
357 &client_hello.cipher_suites, in with_certified_key()
406 client_hello, in with_certified_key()
416 let (client_hello, sig_schemes) = in handle()
435 let client_hello = in process_client_hello() localVariable
439 if !client_hello in process_client_hello()
500 client_hello in process_client_hello()
506 let mut sig_schemes = client_hello in process_client_hello()
[all …]
/dports/audio/ncspot/ncspot-0.9.3/cargo-crates/rustls-0.20.2/src/server/
H A Dhs.rs277 client_hello: &ClientHelloPayload, in with_certified_key()
332 .resolve(client_hello); in with_certified_key()
352 &client_hello.cipher_suites, in with_certified_key()
357 &client_hello.cipher_suites, in with_certified_key()
406 client_hello, in with_certified_key()
416 let (client_hello, sig_schemes) = in handle()
435 let client_hello = in process_client_hello() localVariable
439 if !client_hello in process_client_hello()
500 client_hello in process_client_hello()
506 let mut sig_schemes = client_hello in process_client_hello()
[all …]
/dports/security/libressl/libressl-3.4.3/tests/
H A Dclienttest.c523 const uint8_t *client_hello, *cipher_list; in make_client_hello() local
531 client_hello = client_hello_dtls1; in make_client_hello()
539 client_hello = client_hello_dtls12; in make_client_hello()
551 client_hello = client_hello_tls10; in make_client_hello()
559 client_hello = client_hello_tls11; in make_client_hello()
567 client_hello = client_hello_tls12; in make_client_hello()
579 client_hello = client_hello_tls13; in make_client_hello()
591 client_hello = client_hello_tls13_only; in make_client_hello()
624 char *client_hello = NULL; in client_hello_test() local
702 hexdump(wbuf, len, client_hello); in client_hello_test()
[all …]
/dports/www/obhttpd/libressl-3.4.1/tests/
H A Dclienttest.c523 const uint8_t *client_hello, *cipher_list; in make_client_hello() local
531 client_hello = client_hello_dtls1; in make_client_hello()
539 client_hello = client_hello_dtls12; in make_client_hello()
551 client_hello = client_hello_tls10; in make_client_hello()
559 client_hello = client_hello_tls11; in make_client_hello()
567 client_hello = client_hello_tls12; in make_client_hello()
579 client_hello = client_hello_tls13; in make_client_hello()
591 client_hello = client_hello_tls13_only; in make_client_hello()
624 char *client_hello = NULL; in client_hello_test() local
702 hexdump(wbuf, len, client_hello); in client_hello_test()
[all …]
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/net/third_party/quiche/src/quic/core/
H A Dchlo_extractor_test.cc108 CryptoHandshakeMessage client_hello; in TEST_F() local
109 client_hello.set_tag(kCHLO); in TEST_F()
111 std::string client_hello_str(client_hello.GetSerialized().AsStringPiece()); in TEST_F()
131 EXPECT_EQ(client_hello.DebugString(), delegate_.chlo()) in TEST_F()
141 CryptoHandshakeMessage client_hello; in TEST_F() local
142 client_hello.set_tag(kCHLO); in TEST_F()
144 std::string client_hello_str(client_hello.GetSerialized().AsStringPiece()); in TEST_F()
153 CryptoHandshakeMessage client_hello; in TEST_F() local
154 client_hello.set_tag(kCHLO); in TEST_F()
156 std::string client_hello_str(client_hello.GetSerialized().AsStringPiece()); in TEST_F()
/dports/www/chromium-legacy/chromium-88.0.4324.182/net/third_party/quiche/src/quic/core/
H A Dchlo_extractor_test.cc119 CryptoHandshakeMessage client_hello; in TEST_P() local
120 client_hello.set_tag(kCHLO); in TEST_P()
122 std::string client_hello_str(client_hello.GetSerialized().AsStringPiece()); in TEST_P()
130 EXPECT_EQ(client_hello.DebugString(), delegate_.chlo()); in TEST_P()
138 CryptoHandshakeMessage client_hello; in TEST_P() local
139 client_hello.set_tag(kCHLO); in TEST_P()
141 std::string client_hello_str(client_hello.GetSerialized().AsStringPiece()); in TEST_P()
149 CryptoHandshakeMessage client_hello; in TEST_P() local
150 client_hello.set_tag(kCHLO); in TEST_P()
152 std::string client_hello_str(client_hello.GetSerialized().AsStringPiece()); in TEST_P()
/dports/www/kannel/gateway-1.4.4/wap/
H A Dwtls_pdu.c146 case client_hello: in wtls_pdu_destroy()
157 client_hello-> in wtls_pdu_destroy()
160 gw_free(pdu->u.handshake.client_hello); in wtls_pdu_destroy()
572 case client_hello: in wtls_pdu_unpack()
573 pdu->u.handshake.client_hello = in wtls_pdu_unpack()
861 case client_hello: in wtls_pdu_pack()
886 client_hello-> in wtls_pdu_pack()
892 client_hello-> in wtls_pdu_pack()
1201 case client_hello: in wtls_pdu_dump()
1207 pdu->u.handshake.client_hello->random); in wtls_pdu_dump()
[all …]
/dports/devel/pecl-grpc/grpc-1.42.0/third_party/boringssl-with-bazel/src/ssl/
H A Dhandshake_server.cc180 client_hello->cipher_suites_len);
268 const SSL_CLIENT_HELLO *client_hello) {
271 client_hello->cipher_suites_len);
446 CBS_init(&extensions, client_hello->extensions, client_hello->extensions_len);
652 SSL_CLIENT_HELLO client_hello;
672 if (!decrypt_ech(hs, &alert, &client_hello)) {
697 SSL_CLIENT_HELLO client_hello;
735 hs->client_version = client_hello.version;
741 client_hello.random_len);
820 SSL_CLIENT_HELLO client_hello;
[all …]
/dports/devel/py-grpcio/grpcio-1.43.0/third_party/boringssl-with-bazel/src/ssl/
H A Dhandshake_server.cc180 client_hello->cipher_suites_len); in ssl_client_cipher_list_contains_cipher()
268 const SSL_CLIENT_HELLO *client_hello) { in ssl_parse_client_cipher_list() argument
271 client_hello->cipher_suites_len); in ssl_parse_client_cipher_list()
446 CBS_init(&extensions, client_hello->extensions, client_hello->extensions_len); in is_probably_jdk11_with_tls13()
652 SSL_CLIENT_HELLO client_hello; in do_read_client_hello() local
672 if (!decrypt_ech(hs, &alert, &client_hello)) { in do_read_client_hello()
697 SSL_CLIENT_HELLO client_hello; in do_read_client_hello_after_ech() local
735 hs->client_version = client_hello.version; in do_read_client_hello_after_ech()
741 client_hello.random_len); in do_read_client_hello_after_ech()
820 SSL_CLIENT_HELLO client_hello; in do_select_certificate() local
[all …]
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/boringssl/src/ssl/
H A Dhandshake_server.cc178 client_hello->cipher_suites_len); in ssl_client_cipher_list_contains_cipher()
266 const SSL_CLIENT_HELLO *client_hello) { in ssl_parse_client_cipher_list() argument
269 client_hello->cipher_suites_len); in ssl_parse_client_cipher_list()
343 ssl_parse_client_cipher_list(client_hello); in choose_cipher()
444 CBS_init(&extensions, client_hello->extensions, client_hello->extensions_len); in is_probably_jdk11_with_tls13()
565 SSL_CLIENT_HELLO client_hello; in do_read_client_hello() local
585 if (!extract_sni(hs, &alert, &client_hello)) { in do_read_client_hello()
622 hs->client_version = client_hello.version; in do_read_client_hello()
628 client_hello.random_len); in do_read_client_hello()
700 SSL_CLIENT_HELLO client_hello; in do_select_certificate() local
[all …]
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/boringssl/src/ssl/
H A Dhandshake_server.cc178 client_hello->cipher_suites_len); in ssl_client_cipher_list_contains_cipher()
266 const SSL_CLIENT_HELLO *client_hello) { in ssl_parse_client_cipher_list() argument
269 client_hello->cipher_suites_len); in ssl_parse_client_cipher_list()
343 ssl_parse_client_cipher_list(client_hello); in choose_cipher()
444 CBS_init(&extensions, client_hello->extensions, client_hello->extensions_len); in is_probably_jdk11_with_tls13()
565 SSL_CLIENT_HELLO client_hello; in do_read_client_hello() local
585 if (!extract_sni(hs, &alert, &client_hello)) { in do_read_client_hello()
622 hs->client_version = client_hello.version; in do_read_client_hello()
628 client_hello.random_len); in do_read_client_hello()
700 SSL_CLIENT_HELLO client_hello; in do_select_certificate() local
[all …]
/dports/net/quiche/quiche-0.9.0/cargo-crates/boring-sys-1.1.1/deps/boringssl/src/ssl/
H A Dhandshake_server.cc178 client_hello->cipher_suites_len); in ssl_client_cipher_list_contains_cipher()
266 const SSL_CLIENT_HELLO *client_hello) { in ssl_parse_client_cipher_list() argument
269 client_hello->cipher_suites_len); in ssl_parse_client_cipher_list()
343 ssl_parse_client_cipher_list(client_hello); in choose_cipher()
444 CBS_init(&extensions, client_hello->extensions, client_hello->extensions_len); in is_probably_jdk11_with_tls13()
565 SSL_CLIENT_HELLO client_hello; in do_read_client_hello() local
585 if (!extract_sni(hs, &alert, &client_hello)) { in do_read_client_hello()
622 hs->client_version = client_hello.version; in do_read_client_hello()
628 client_hello.random_len); in do_read_client_hello()
706 SSL_CLIENT_HELLO client_hello; in do_select_certificate() local
[all …]
/dports/net/quiche/quiche-0.9.0/deps/boringssl/src/ssl/
H A Dhandshake_server.cc178 client_hello->cipher_suites_len); in ssl_client_cipher_list_contains_cipher()
266 const SSL_CLIENT_HELLO *client_hello) { in ssl_parse_client_cipher_list() argument
269 client_hello->cipher_suites_len); in ssl_parse_client_cipher_list()
343 ssl_parse_client_cipher_list(client_hello); in choose_cipher()
444 CBS_init(&extensions, client_hello->extensions, client_hello->extensions_len); in is_probably_jdk11_with_tls13()
565 SSL_CLIENT_HELLO client_hello; in do_read_client_hello() local
585 if (!extract_sni(hs, &alert, &client_hello)) { in do_read_client_hello()
622 hs->client_version = client_hello.version; in do_read_client_hello()
628 client_hello.random_len); in do_read_client_hello()
706 SSL_CLIENT_HELLO client_hello; in do_select_certificate() local
[all …]
/dports/security/boringssl/boringssl-6a71840/ssl/
H A Dhandshake_server.cc178 client_hello->cipher_suites_len); in ssl_client_cipher_list_contains_cipher()
266 const SSL_CLIENT_HELLO *client_hello) { in ssl_parse_client_cipher_list() argument
269 client_hello->cipher_suites_len); in ssl_parse_client_cipher_list()
343 ssl_parse_client_cipher_list(client_hello); in choose_cipher()
444 CBS_init(&extensions, client_hello->extensions, client_hello->extensions_len); in is_probably_jdk11_with_tls13()
565 SSL_CLIENT_HELLO client_hello; in do_read_client_hello() local
585 if (!extract_sni(hs, &alert, &client_hello)) { in do_read_client_hello()
622 hs->client_version = client_hello.version; in do_read_client_hello()
628 client_hello.random_len); in do_read_client_hello()
700 SSL_CLIENT_HELLO client_hello; in do_select_certificate() local
[all …]
/dports/security/vaultwarden/vaultwarden-1.23.1/cargo-crates/rustls-0.17.0/src/server/
H A Dhs.rs518 client_hello: &ClientHelloPayload, in start_resumption()
567 trace!("we got a clienthello {:?}", client_hello); in handle()
575 if client_hello.has_duplicate_extension() { in handle()
627 let mut sigschemes_ext = client_hello.get_sigalgs_extension() in handle()
632 let alpn_protocols = client_hello.get_alpn_extension() in handle()
698 if client_hello.ems_support_offered() { in handle()
702 let groups_ext = client_hello.get_namedgroups_extension() in handle()
704 let ecpoints_ext = client_hello.get_ecpoints_extension() in handle()
766 if !client_hello.session_id.is_empty() && !ticket_received { in handle()
768 .get(&client_hello.session_id.get_encoding()) in handle()
[all …]
/dports/net/routinator/routinator-0.10.2/cargo-crates/rustls-0.19.1/src/server/
H A Dhs.rs579 client_hello: &ClientHelloPayload, in start_resumption()
628 let client_hello = in handle() localVariable
638 if !client_hello in handle()
717 client_hello in handle()
729 let alpn_protocols = client_hello in handle()
752 .resolve(client_hello); in handle()
810 client_hello in handle()
829 let groups_ext = client_hello in handle()
832 let ecpoints_ext = client_hello in handle()
882 client_hello, in handle()
[all …]
/dports/www/ffsend/ffsend-ccd489ce2e75b91c0f17fbf13dbd91fe84f5ad98/cargo-crates/rustls-0.19.1/src/server/
H A Dhs.rs579 client_hello: &ClientHelloPayload, in start_resumption()
628 let client_hello = in handle() localVariable
638 if !client_hello in handle()
717 client_hello in handle()
729 let alpn_protocols = client_hello in handle()
752 .resolve(client_hello); in handle()
810 client_hello in handle()
829 let groups_ext = client_hello in handle()
832 let ecpoints_ext = client_hello in handle()
882 client_hello, in handle()
[all …]

12345678910>>...23