Home
last modified time | relevance | path

Searched refs:alert_descr (Results 1 – 2 of 2) sorted by relevance

/openssl/ssl/record/
H A Drec_layer_d1.c382 unsigned int alert_level, alert_descr; in dtls1_read_bytes() local
388 || !PACKET_get_1(&alert, &alert_descr) in dtls1_read_bytes()
404 j = (alert_level << 8) | alert_descr; in dtls1_read_bytes()
409 sc->s3.warn_alert = alert_descr; in dtls1_read_bytes()
420 if (alert_descr == SSL_AD_CLOSE_NOTIFY) { in dtls1_read_bytes()
441 sc->s3.fatal_alert = alert_descr; in dtls1_read_bytes()
443 SSL_AD_REASON_OFFSET + alert_descr, in dtls1_read_bytes()
444 "SSL alert number %d", alert_descr); in dtls1_read_bytes()
H A Drec_layer_s3.c857 unsigned int alert_level, alert_descr; in ssl3_read_bytes() local
863 || !PACKET_get_1(&alert, &alert_descr) in ssl3_read_bytes()
879 j = (alert_level << 8) | alert_descr; in ssl3_read_bytes()
884 || (is_tls13 && alert_descr == SSL_AD_USER_CANCELLED)) { in ssl3_read_bytes()
885 s->s3.warn_alert = alert_descr; in ssl3_read_bytes()
901 if (is_tls13 && alert_descr == SSL_AD_USER_CANCELLED) { in ssl3_read_bytes()
903 } else if (alert_descr == SSL_AD_CLOSE_NOTIFY in ssl3_read_bytes()
909 s->s3.fatal_alert = alert_descr; in ssl3_read_bytes()
911 SSL_AD_REASON_OFFSET + alert_descr, in ssl3_read_bytes()
912 "SSL alert number %d", alert_descr); in ssl3_read_bytes()
[all …]

Completed in 12 milliseconds