Home
last modified time | relevance | path

Searched refs:TLS13_ALERT_PROTOCOL_VERSION (Results 1 – 4 of 4) sorted by relevance

/openbsd/lib/libssl/
H A Dtls13_record_layer.c826 return tls13_send_alert(rl, TLS13_ALERT_PROTOCOL_VERSION); in tls13_record_layer_read_record()
843 return tls13_send_alert(rl, TLS13_ALERT_PROTOCOL_VERSION); in tls13_record_layer_read_record()
H A Dtls13_internal.h70 #define TLS13_ALERT_PROTOCOL_VERSION 70 macro
H A Dtls13_client.c280 ctx->alert = TLS13_ALERT_PROTOCOL_VERSION; in tls13_server_hello_process()
H A Dtls13_server.c242 ctx->alert = TLS13_ALERT_PROTOCOL_VERSION; in tls13_client_hello_process()