Lines Matching full:alert
29 static const char *print_alert(int alert) in print_alert() argument
31 return alert ? SSL_alert_desc_string_long(alert) : "no alert"; in print_alert()
49 TEST_info("Client sent alert %s but server received %s.", in check_alerts()
54 * to process a received alert. Specifically, in protocol version in check_alerts()
58 * Client now sends a protocol alert, using TLS v1.2 in the header. in check_alerts()
59 * The server, however, rejects the alert because of version mismatch in check_alerts()
61 * receive the alert. in check_alerts()
68 TEST_info("Server sent alert %s but client received %s.", in check_alerts()
74 /* Tolerate an alert if one wasn't explicitly specified in the test. */ in check_alerts()
77 * The info callback alert value is computed as in check_alerts()
79 * where the low byte is the alert code and the high byte is other stuff. in check_alerts()