WE310F5  39.00.000
M2MB_SSL_CONFIG_VERIFY_POLICY Struct Reference

Structure to specify the certificate verification policy. More...

#include <m2mb_ssl.h>

Data Fields

UINT8 domain
 
UINT8 time_Validity
 
UINT8 send_Alert
 
UINT8 match_Name [M2MB_SSL_MAX_CERT_NAME_LEN]
 
M2MB_SSL_AUTH_TYPE_E authType
 

Detailed Description

Structure to specify the certificate verification policy.

Definition at line 251 of file m2mb_ssl.h.

Field Documentation

◆ authType

SSL TLS auth type

Definition at line 266 of file m2mb_ssl.h.

◆ domain

UINT8 domain

TRUE to verify certificate commonName against the peer's domain name.

Definition at line 253 of file m2mb_ssl.h.

◆ match_Name

Name to match against the common name or altDNSNames of a certificate.

Definition at line 262 of file m2mb_ssl.h.

◆ send_Alert

UINT8 send_Alert

TRUE to immediately send a fatal alert on detection of an untrusted certificate.

Definition at line 259 of file m2mb_ssl.h.

◆ time_Validity

UINT8 time_Validity

TRUE to verify certificate time validity.

Definition at line 256 of file m2mb_ssl.h.


The documentation for this struct was generated from the following file: