Searched refs:clienthello (Results 1 – 9 of 9) sorted by relevance
/openssl/test/ssl-tests/ |
H 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 …]
|
H 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/ssl/statem/ |
H A D | statem_srvr.c | 1495 clienthello = OPENSSL_zalloc(sizeof(*clienthello)); in tls_process_client_hello() 1496 if (clienthello == NULL) { in tls_process_client_hello() 1507 if (clienthello->isv2) { in tls_process_client_hello() 1549 if (clienthello->isv2) { in tls_process_client_hello() 1671 s->clienthello = clienthello; in tls_process_client_hello() 1676 if (clienthello != NULL) in tls_process_client_hello() 1695 CLIENTHELLO_MSG *clienthello = s->clienthello; in tls_early_post_process_client_hello() local 1722 if (clienthello->isv2) { in tls_early_post_process_client_hello() 1863 if (clienthello->isv2 || in tls_early_post_process_client_hello() 2128 s->clienthello = NULL; in tls_early_post_process_client_hello() [all …]
|
H A D | extensions.c | 1789 if (s->server && sent && s->clienthello != NULL in final_psk() 1790 && !s->clienthello->pre_proc_exts[TLSEXT_IDX_psk_kex_modes].present) { in final_psk()
|
/openssl/test/recipes/ |
H A D | 70-test_sslrecords.t | 446 my $clienthello; 480 $clienthello = 494 vec($clienthello, 1, 8) = 0x00; 495 vec($clienthello, 2, 8) = 0x02; 498 my $chlen = length $clienthello; 508 $clienthello, 509 $clienthello 515 $clienthello = 535 my $frag1 = substr $clienthello, 0, 6; 536 my $frag2 = substr $clienthello, 6, 32; [all …]
|
H A D | 70-test_key_share.t | 263 my $clienthello = $proxy->message_list->[0]; 265 && !defined $clienthello->extension_data->{TLSProxy::Message::EXT_KEY_SHARE},
|
/openssl/ssl/ |
H A D | ssl_lib.c | 1457 if (s->clienthello != NULL) in ossl_ssl_connection_free() 1459 OPENSSL_free(s->clienthello); in ossl_ssl_connection_free() 6647 if (sc->clienthello == NULL) in SSL_client_hello_isv2() 6649 return sc->clienthello->isv2; in SSL_client_hello_isv2() 6659 if (sc->clienthello == NULL) in SSL_client_hello_get0_legacy_version() 6671 if (sc->clienthello == NULL) in SSL_client_hello_get0_random() 6674 *out = sc->clienthello->random; in SSL_client_hello_get0_random() 6685 if (sc->clienthello == NULL) in SSL_client_hello_get0_session_id() 6699 if (sc->clienthello == NULL) in SSL_client_hello_get0_ciphers() 6713 if (sc->clienthello == NULL) in SSL_client_hello_get0_compression_methods() [all …]
|
H A D | ssl_local.h | 1682 CLIENTHELLO_MSG *clienthello; member
|
/openssl/crypto/err/ |
H A D | openssl.txt | 1380 SSL_R_CLIENTHELLO_TLSEXT:226:clienthello tlsext
|
Completed in 70 milliseconds