Searched refs:clienthello (Results 1 – 12 of 12) sorted by relevance
/third_party/openssl/test/ssl-tests/ |
D | 05-sni.cnf | 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.cnf.in | 116 name => "SNI-bad-clienthello-sni-ignore-mismatch", 133 name => "SNI-bad-clienthello-sni-reject-mismatch", 153 name => "SNI-clienthello-disable-v12",
|
/third_party/openssl/ssl/statem/ |
D | statem_srvr.c | 1380 CLIENTHELLO_MSG *clienthello = NULL; in tls_process_client_hello() local 1399 clienthello = OPENSSL_zalloc(sizeof(*clienthello)); in tls_process_client_hello() 1400 if (clienthello == NULL) { in tls_process_client_hello() 1408 clienthello->isv2 = RECORD_LAYER_is_sslv2_record(&s->rlayer); in tls_process_client_hello() 1411 if (clienthello->isv2) { in tls_process_client_hello() 1447 if (!PACKET_get_net_2(pkt, &clienthello->legacy_version)) { in tls_process_client_hello() 1453 if (clienthello->isv2) { in tls_process_client_hello() 1474 if (!PACKET_get_sub_packet(pkt, &clienthello->ciphersuites, in tls_process_client_hello() 1476 || !PACKET_copy_bytes(pkt, clienthello->session_id, session_id_len) in tls_process_client_hello() 1483 clienthello->session_id_len = session_id_len; in tls_process_client_hello() [all …]
|
D | extensions.c | 1718 if (s->server && sent && s->clienthello != NULL in final_psk() 1719 && !s->clienthello->pre_proc_exts[TLSEXT_IDX_psk_kex_modes].present) { in final_psk()
|
/third_party/openssl/test/recipes/ |
D | 70-test_sslrecords.t | 340 my $clienthello; 374 $clienthello = 388 vec($clienthello, 1, 8) = 0x00; 389 vec($clienthello, 2, 8) = 0x02; 392 my $chlen = length $clienthello; 402 $clienthello, 403 $clienthello 409 $clienthello = 429 my $frag1 = substr $clienthello, 0, 6; 430 my $frag2 = substr $clienthello, 6, 32; [all …]
|
D | 70-test_key_share.t | 265 my $clienthello = $proxy->message_list->[0]; 267 && !defined $clienthello->extension_data->{TLSProxy::Message::EXT_KEY_SHARE},
|
/third_party/openssl/ssl/ |
D | ssl_lib.c | 1237 if (s->clienthello != NULL) in SSL_free() 1238 OPENSSL_free(s->clienthello->pre_proc_exts); in SSL_free() 1239 OPENSSL_free(s->clienthello); in SSL_free() 5360 if (s->clienthello == NULL) in SSL_client_hello_isv2() 5362 return s->clienthello->isv2; in SSL_client_hello_isv2() 5367 if (s->clienthello == NULL) in SSL_client_hello_get0_legacy_version() 5369 return s->clienthello->legacy_version; in SSL_client_hello_get0_legacy_version() 5374 if (s->clienthello == NULL) in SSL_client_hello_get0_random() 5377 *out = s->clienthello->random; in SSL_client_hello_get0_random() 5383 if (s->clienthello == NULL) in SSL_client_hello_get0_session_id() [all …]
|
D | ssl_local.h | 1689 CLIENTHELLO_MSG *clienthello; member
|
/third_party/openssl/crypto/err/ |
D | openssl.txt | 1291 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…
|