Home
last modified time | relevance | path

Searched refs:allow_plain_alerts (Results 1 – 3 of 3) sorted by relevance

/freebsd/crypto/openssl/ssl/record/methods/
H A Dtls13_meth.c262 && (rec->type != SSL3_RT_ALERT || !rl->allow_plain_alerts)) { in tls13_validate_record_header()
317 if (rl->allow_plain_alerts && template->type == SSL3_RT_ALERT) in tls13_get_record_type()
336 if (rl->allow_plain_alerts && thistempl->type != SSL3_RT_ALERT) in tls13_add_record_padding()
H A Drecmethod_local.h339 int allow_plain_alerts; member
H A Dtls_common.c2026 rl->allow_plain_alerts = allow; in tls_set_plain_alerts()