Searched refs:clienthello (Results 1 – 9 of 9) sorted by relevance
/openssl-master/test/ssl-tests/ |
A 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] 243 [7-SNI-bad-clienthello-sni-reject-mismatch] 277 [8-SNI-clienthello-disable-v12] 278 ssl_conf = 8-SNI-clienthello-disable-v12-ssl 280 [8-SNI-clienthello-disable-v12-ssl] 285 [8-SNI-clienthello-disable-v12-server] 290 [8-SNI-clienthello-disable-v12-client] [all …]
|
A 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",
|
/openssl-master/ssl/statem/ |
A D | statem_srvr.c | 1399 clienthello = OPENSSL_zalloc(sizeof(*clienthello)); in tls_process_client_hello() 1400 if (clienthello == NULL) { in tls_process_client_hello() 1411 if (clienthello->isv2) { in tls_process_client_hello() 1453 if (clienthello->isv2) { in tls_process_client_hello() 1575 s->clienthello = clienthello; in tls_process_client_hello() 1580 if (clienthello != NULL) in tls_process_client_hello() 1600 CLIENTHELLO_MSG *clienthello = s->clienthello; in tls_early_post_process_client_hello() local 1625 if (clienthello->isv2) { in tls_early_post_process_client_hello() 1782 if (clienthello->isv2 || in tls_early_post_process_client_hello() 2044 s->clienthello = NULL; in tls_early_post_process_client_hello() [all …]
|
A D | extensions.c | 1695 if (s->server && sent && s->clienthello != NULL in final_psk() 1696 && !s->clienthello->pre_proc_exts[TLSEXT_IDX_psk_kex_modes].present) { in final_psk()
|
/openssl-master/test/recipes/ |
A D | 70-test_sslrecords.t | 339 my $clienthello; 373 $clienthello = 387 vec($clienthello, 1, 8) = 0x00; 388 vec($clienthello, 2, 8) = 0x02; 391 my $chlen = length $clienthello; 401 $clienthello, 402 $clienthello 408 $clienthello = 428 my $frag1 = substr $clienthello, 0, 6; 429 my $frag2 = substr $clienthello, 6, 32; [all …]
|
A D | 70-test_key_share.t | 262 my $clienthello = $proxy->message_list->[0]; 264 && !defined $clienthello->extension_data->{TLSProxy::Message::EXT_KEY_SHARE},
|
/openssl-master/ssl/ |
A D | ssl_lib.c | 1237 if (s->clienthello != NULL) in SSL_free() 1239 OPENSSL_free(s->clienthello); in SSL_free() 5316 if (s->clienthello == NULL) in SSL_client_hello_isv2() 5318 return s->clienthello->isv2; in SSL_client_hello_isv2() 5323 if (s->clienthello == NULL) in SSL_client_hello_get0_legacy_version() 5330 if (s->clienthello == NULL) in SSL_client_hello_get0_random() 5333 *out = s->clienthello->random; in SSL_client_hello_get0_random() 5339 if (s->clienthello == NULL) in SSL_client_hello_get0_session_id() 5348 if (s->clienthello == NULL) in SSL_client_hello_get0_ciphers() 5357 if (s->clienthello == NULL) in SSL_client_hello_get0_compression_methods() [all …]
|
A D | ssl_local.h | 1683 CLIENTHELLO_MSG *clienthello; member
|
/openssl-master/crypto/err/ |
A D | openssl.txt | 1286 SSL_R_CLIENTHELLO_TLSEXT:226:clienthello tlsext
|
Completed in 42 milliseconds