SSL_ALERT_LEVEL Enumeration

Microchip TCP/IP Stack

Microchip TCP/IP Stack Help
SSL_ALERT_LEVEL Enumeration
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) 
Microchip TCP/IP Stack 5.42.08 - June 15, 2013
Copyright © 2012 Microchip Technology, Inc.  All rights reserved.