C
typedef enum { SSL_ALERT_WARNING = 1u, SSL_ALERT_FATAL = 2u } SSL_ALERT_LEVEL;
Description
Describes the two types of Alert records
Members
Members |
Description |
SSL_ALERT_WARNING = 1u |
Alert message is a warning (session can be resumed) |
SSL_ALERT_FATAL = 2u |
Alert message is fatal (session is non-resumable) |