Home
last modified time | relevance | path

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

/freebsd-13-stable/crypto/openssl/ssl/statem/
HDstatem_srvr.c1388 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 …]
HDextensions.c1739 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()
/freebsd-13-stable/crypto/openssl/ssl/
HDssl_lib.c1215 if (s->clienthello != NULL) in SSL_free()
1216 OPENSSL_free(s->clienthello->pre_proc_exts); in SSL_free()
1217 OPENSSL_free(s->clienthello); in SSL_free()
5232 if (s->clienthello == NULL) in SSL_client_hello_isv2()
5234 return s->clienthello->isv2; in SSL_client_hello_isv2()
5239 if (s->clienthello == NULL) in SSL_client_hello_get0_legacy_version()
5241 return s->clienthello->legacy_version; in SSL_client_hello_get0_legacy_version()
5246 if (s->clienthello == NULL) in SSL_client_hello_get0_random()
5249 *out = s->clienthello->random; in SSL_client_hello_get0_random()
5255 if (s->clienthello == NULL) in SSL_client_hello_get0_session_id()
[all …]
HDssl_local.h1375 CLIENTHELLO_MSG *clienthello; member
/freebsd-13-stable/crypto/openssl/crypto/err/
HDopenssl.txt2665 SSL_R_CLIENTHELLO_TLSEXT:226:clienthello tlsext