![]() |
WL865E4-P
36.07.001
|
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] |
Structure to specify the certificate verification policy.
Definition at line 290 of file m2mb_ssl.h.
uint8_t domain |
TRUE to verify certificate commonName against the peer's domain name.
Definition at line 291 of file m2mb_ssl.h.
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.
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.
uint8_t time_Validity |
TRUE to verify certificate time validity.
Definition at line 294 of file m2mb_ssl.h.