Searched refs:SSL_AD_CLOSE_NOTIFY (Results 1 – 5 of 5) sorted by relevance
442 case SSL_AD_CLOSE_NOTIFY: in SSL_alert_desc_string()514 case SSL_AD_CLOSE_NOTIFY: in SSL_alert_desc_string_long()
739 if (alert_descr == SSL_AD_CLOSE_NOTIFY) { in ssl3_read_alert()
2418 ssl3_send_alert(s, SSL3_AL_WARNING, SSL_AD_CLOSE_NOTIFY); in ssl3_shutdown()
771 #define SSL_AD_CLOSE_NOTIFY 0 macro
2671 (s->s3->warn_alert == SSL_AD_CLOSE_NOTIFY)) in SSL_get_error()