Home
last modified time | relevance | path

Searched refs:rec_version (Results 1 – 9 of 9) sorted by relevance

/openssl/ssl/record/methods/
H A Dtlsany_meth.c44 if (rec->rec_version == SSL2_VERSION) { in tls_validate_record_header()
56 if ((rec->rec_version >> 8) != SSL3_VERSION_MAJOR) { in tls_validate_record_header()
93 } else if (rec->rec_version != rl->version) { in tls_validate_record_header()
94 if ((rl->version & 0xFF00) == (rec->rec_version & 0xFF00)) { in tls_validate_record_header()
109 rl->version = (unsigned short)rec->rec_version; in tls_validate_record_header()
H A Dtls13_meth.c146 || !WPACKET_put_bytes_u16(&wpkt, rec->rec_version) in tls13_cipher()
194 if (rec->rec_version != TLS1_2_VERSION) { in tls13_validate_record_header()
H A Dtls_common.c487 thisrr->rec_version = SSL2_VERSION; in tls_get_more_records()
510 thisrr->rec_version = 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()
838 if (rec->rec_version != rl->version) { in tls_default_validate_record_header()
970 *rversion = rec->rec_version; in tls_read_record()
H A Dktls_meth.c467 if (rec->rec_version != TLS1_2_VERSION) {
/openssl/ssl/record/
H A Drecord_local.h59 #define SSL3_RECORD_set_rec_version(r, v) ((r)->rec_version = (v))
H A Dssl3_record_tls13.c139 || !WPACKET_put_bytes_u16(&wpkt, rec->rec_version) in tls13_enc()
H A Drecord.h43 int rec_version; member
H A Drec_layer_s3.c923 s->msg_callback(1, thiswr->rec_version, SSL3_RT_HEADER, recordstart, in do_ssl3_write()
930 s->msg_callback(1, thiswr->rec_version, SSL3_RT_INNER_CONTENT_TYPE, in do_ssl3_write()
/openssl/test/
H A Dtls13encryptiontest.c326 rec.rec_version = TLS1_2_VERSION; in test_tls13_encryption()

Completed in 35 milliseconds