Home
last modified time | relevance | path

Searched refs:SSL2_VERSION (Results 1 – 7 of 7) sorted by relevance

/openssl/include/openssl/
H A Dssl2.h23 # define SSL2_VERSION 0x0002 macro
/openssl/ssl/record/methods/
H A Dtlsany_meth.c44 if (rec->rec_version == SSL2_VERSION) { in tls_validate_record_header()
H A Dtls_common.c487 thisrr->rec_version = SSL2_VERSION; in tls_get_more_records()
518 if (thisrr->rec_version == SSL2_VERSION) { in tls_get_more_records()
547 if (thisrr->rec_version == SSL2_VERSION) { in tls_get_more_records()
570 if (thisrr->rec_version == SSL2_VERSION) in tls_get_more_records()
/openssl/ssl/record/
H A Drec_layer_s3.c1376 if (rr->version == SSL2_VERSION) { in ssl3_read_bytes()
1677 return rl->tlsrecs[0].version == SSL2_VERSION; in RECORD_LAYER_is_sslv2_record()
/openssl/ssl/statem/
H A Dstatem_lib.c1341 s->msg_callback(0, SSL2_VERSION, 0, s->init_buf->data, in tls_get_message_body()
H A Dstatem_srvr.c1638 if (clienthello->legacy_version == SSL2_VERSION in tls_early_post_process_client_hello()
/openssl/
H A DCHANGES.md12502 the current protocol message (SSL2_VERSION, SSL3_VERSION, or
18326 same as SSL2_VERSION anyway.

Completed in 81 milliseconds