Home
last modified time | relevance | path

Searched refs:clienthello (Results 1 – 12 of 12) sorted by relevance

/third_party/openssl/test/ssl-tests/
D05-sni.cnf11 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 …]
D05-sni.cnf.in116 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/
Dstatem_srvr.c1380 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 …]
Dextensions.c1718 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/
D70-test_sslrecords.t340 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 …]
D70-test_key_share.t265 my $clienthello = $proxy->message_list->[0];
267 && !defined $clienthello->extension_data->{TLSProxy::Message::EXT_KEY_SHARE},
/third_party/openssl/ssl/
Dssl_lib.c1237 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 …]
Dssl_local.h1689 CLIENTHELLO_MSG *clienthello; member
/third_party/openssl/crypto/err/
Dopenssl.txt1291 SSL_R_CLIENTHELLO_TLSEXT:226:clienthello tlsext
/third_party/node/doc/changelogs/
DCHANGELOG_V8.md215 …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…
DCHANGELOG_V9.md1157 …/nodejs/node/commit/7d03567287)] - **crypto**: remove unused header in clienthello.h (Daniel Beven…
DCHANGELOG_V6.md632 …/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…