WL865E4-P  36.07.001
M2MB_SSL_CONFIG_VERIFY_POLICY_T Struct Reference

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

#include <m2mb_ssl.h>

Data Fields

uint8_t domain
 
uint8_t time_Validity
 
uint8_t send_Alert
 
char match_Name [M2MB_SSL_MAX_CERT_NAME_LEN]
 

Detailed Description

Structure to specify the certificate verification policy.

Definition at line 290 of file m2mb_ssl.h.

Field Documentation

◆ domain

uint8_t domain

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

Definition at line 291 of file m2mb_ssl.h.

◆ match_Name

char match_Name[M2MB_SSL_MAX_CERT_NAME_LEN]

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

Definition at line 300 of file m2mb_ssl.h.

◆ send_Alert

uint8_t send_Alert

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

Definition at line 297 of file m2mb_ssl.h.

◆ time_Validity

uint8_t time_Validity

TRUE to verify certificate time validity.

Definition at line 294 of file m2mb_ssl.h.


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