Searched refs:SSL2_VERSION (Results 1 – 7 of 7) sorted by relevance
23 #define SSL2_VERSION 0x0002 macro
46 if (rec->rec_version == SSL2_VERSION) { in tls_validate_record_header()
619 thisrr->rec_version = SSL2_VERSION; in tls_get_more_records()655 if (thisrr->rec_version == SSL2_VERSION) { in tls_get_more_records()683 if (thisrr->rec_version == SSL2_VERSION) { in tls_get_more_records()706 if (thisrr->rec_version == SSL2_VERSION) in tls_get_more_records()
835 if (rr->version == SSL2_VERSION) { in ssl3_read_bytes()1133 return rl->tlsrecs[0].version == SSL2_VERSION; in RECORD_LAYER_is_sslv2_record()
1711 s->msg_callback(0, SSL2_VERSION, 0, s->init_buf->data, in tls_get_message_body()
1758 if (clienthello->legacy_version == SSL2_VERSION in tls_early_post_process_client_hello()
14867 the current protocol message (SSL2_VERSION, SSL3_VERSION, or20691 same as SSL2_VERSION anyway.