Searched refs:clienthello (Results 1 – 13 of 13) sorted by relevance
/third_party/openssl/test/ssl-tests/ |
D | 05-sni.conf | 11 test-6 = 6-SNI-bad-clienthello-sni-ignore-mismatch 12 test-7 = 7-SNI-bad-clienthello-sni-reject-mismatch 13 test-8 = 8-SNI-clienthello-disable-v12 209 [6-SNI-bad-clienthello-sni-ignore-mismatch] 210 ssl_conf = 6-SNI-bad-clienthello-sni-ignore-mismatch-ssl 212 [6-SNI-bad-clienthello-sni-ignore-mismatch-ssl] 213 server = 6-SNI-bad-clienthello-sni-ignore-mismatch-server 214 client = 6-SNI-bad-clienthello-sni-ignore-mismatch-client 215 server2 = 6-SNI-bad-clienthello-sni-ignore-mismatch-server 217 [6-SNI-bad-clienthello-sni-ignore-mismatch-server] [all …]
|
D | 05-sni.conf.in | 114 name => "SNI-bad-clienthello-sni-ignore-mismatch", 131 name => "SNI-bad-clienthello-sni-reject-mismatch", 151 name => "SNI-clienthello-disable-v12",
|
/third_party/openssl/ssl/statem/ |
D | statem_srvr.c | 1388 CLIENTHELLO_MSG *clienthello = NULL; in tls_process_client_hello() local 1408 clienthello = OPENSSL_zalloc(sizeof(*clienthello)); in tls_process_client_hello() 1409 if (clienthello == NULL) { in tls_process_client_hello() 1418 clienthello->isv2 = RECORD_LAYER_is_sslv2_record(&s->rlayer); in tls_process_client_hello() 1421 if (clienthello->isv2) { in tls_process_client_hello() 1459 if (!PACKET_get_net_2(pkt, &clienthello->legacy_version)) { in tls_process_client_hello() 1466 if (clienthello->isv2) { in tls_process_client_hello() 1489 if (!PACKET_get_sub_packet(pkt, &clienthello->ciphersuites, in tls_process_client_hello() 1491 || !PACKET_copy_bytes(pkt, clienthello->session_id, session_id_len) in tls_process_client_hello() 1499 clienthello->session_id_len = session_id_len; in tls_process_client_hello() [all …]
|
D | extensions.c | 1739 if (s->server && sent && s->clienthello != NULL in final_psk() 1740 && !s->clienthello->pre_proc_exts[TLSEXT_IDX_psk_kex_modes].present) { in final_psk()
|
/third_party/openssl/test/recipes/ |
D | 70-test_sslrecords.t | 318 my $clienthello; 352 $clienthello = 366 vec($clienthello, 1, 8) = 0x00; 367 vec($clienthello, 2, 8) = 0x02; 370 my $chlen = length $clienthello; 380 $clienthello, 381 $clienthello 387 $clienthello = 407 my $frag1 = substr $clienthello, 0, 6; 408 my $frag2 = substr $clienthello, 6, 32; [all …]
|
D | 70-test_key_share.t | 211 my $clienthello = $proxy->message_list->[0]; 213 && !defined $clienthello->extension_data->{TLSProxy::Message::EXT_KEY_SHARE},
|
/third_party/openssl/ssl/ |
D | ssl_lib.c | 1209 if (s->clienthello != NULL) in SSL_free() 1210 OPENSSL_free(s->clienthello->pre_proc_exts); in SSL_free() 1211 OPENSSL_free(s->clienthello); in SSL_free() 5119 if (s->clienthello == NULL) in SSL_client_hello_isv2() 5121 return s->clienthello->isv2; in SSL_client_hello_isv2() 5126 if (s->clienthello == NULL) in SSL_client_hello_get0_legacy_version() 5128 return s->clienthello->legacy_version; in SSL_client_hello_get0_legacy_version() 5133 if (s->clienthello == NULL) in SSL_client_hello_get0_random() 5136 *out = s->clienthello->random; in SSL_client_hello_get0_random() 5142 if (s->clienthello == NULL) in SSL_client_hello_get0_session_id() [all …]
|
D | ssl_local.h | 1373 CLIENTHELLO_MSG *clienthello; member
|
/third_party/curl/docs/ |
D | TODO | 120 13.14 Support the clienthello extension 825 13.14 Support the clienthello extension 829 that previously (in older TLS version) were not set. The clienthello
|
/third_party/openssl/crypto/err/ |
D | openssl.txt | 2663 SSL_R_CLIENTHELLO_TLSEXT:226:clienthello tlsext
|
/third_party/node/doc/changelogs/ |
D | CHANGELOG_V8.md | 215 …b.com/nodejs/node/commit/7573b55a15)] - **tls**: fix legacy SecurePair clienthello race window (Be… 1321 …/nodejs/node/commit/2f3d91dc58)] - **crypto**: remove unused header in clienthello.h (Daniel Beven… 3680 …/github.com/nodejs/node/commit/ef67f7c8ca)] - **src**: move crypto_bio/clienthello to crypto ns (D…
|
D | CHANGELOG_V9.md | 1157 …/nodejs/node/commit/7d03567287)] - **crypto**: remove unused header in clienthello.h (Daniel Beven…
|
D | CHANGELOG_V6.md | 632 …/nodejs/node/commit/c377d2299a)] - **crypto**: remove unused header in clienthello.h (Daniel Beven… 1530 …/github.com/nodejs/node/commit/51364b746f)] - **src**: move crypto_bio/clienthello to crypto ns (D…
|