Searched refs:allow_plain_alerts (Results 1 – 3 of 3) sorted by relevance
257 && (rec->type != SSL3_RT_ALERT || !rl->allow_plain_alerts)) { in tls13_validate_record_header()312 if (rl->allow_plain_alerts && template->type == SSL3_RT_ALERT) in tls13_get_record_type()331 if (rl->allow_plain_alerts && thistempl->type != SSL3_RT_ALERT) in tls13_add_record_padding()
340 int allow_plain_alerts; member
2017 rl->allow_plain_alerts = allow; in tls_set_plain_alerts()
Completed in 13 milliseconds