Home | History | Annotate | Download | only in ssl

Lines Matching refs:clienthello

1250     if (s->clienthello != NULL)
1251 OPENSSL_free(s->clienthello->pre_proc_exts);
1252 OPENSSL_free(s->clienthello);
3141 * called during ClientHello processing in order to select an ALPN protocol
5398 if (s->clienthello == NULL)
5400 return s->clienthello->isv2;
5405 if (s->clienthello == NULL)
5407 return s->clienthello->legacy_version;
5412 if (s->clienthello == NULL)
5415 *out = s->clienthello->random;
5421 if (s->clienthello == NULL)
5424 *out = s->clienthello->session_id;
5425 return s->clienthello->session_id_len;
5430 if (s->clienthello == NULL)
5433 *out = PACKET_data(&s->clienthello->ciphersuites);
5434 return PACKET_remaining(&s->clienthello->ciphersuites);
5439 if (s->clienthello == NULL)
5442 *out = s->clienthello->compressions;
5443 return s->clienthello->compressions_len;
5452 if (s->clienthello == NULL || out == NULL || outlen == NULL)
5454 for (i = 0; i < s->clienthello->pre_proc_exts_len; i++) {
5455 ext = s->clienthello->pre_proc_exts + i;
5468 for (i = 0; i < s->clienthello->pre_proc_exts_len; i++) {
5469 ext = s->clienthello->pre_proc_exts + i;
5490 if (s->clienthello == NULL)
5492 for (i = 0; i < s->clienthello->pre_proc_exts_len; ++i) {
5493 r = s->clienthello->pre_proc_exts + i;
5741 * SSLv3 ciphers wrapped in an SSLv2-compatible ClientHello have the