![]() |
WE310F5
39.00.000
|
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 |
Structure to specify the certificate verification policy.
Definition at line 251 of file m2mb_ssl.h.
M2MB_SSL_AUTH_TYPE_E authType |
SSL TLS auth type
Definition at line 266 of file m2mb_ssl.h.
UINT8 domain |
TRUE to verify certificate commonName against the peer's domain name.
Definition at line 253 of file m2mb_ssl.h.
UINT8 match_Name[M2MB_SSL_MAX_CERT_NAME_LEN] |
Name to match against the common name or altDNSNames of a certificate.
Definition at line 262 of file m2mb_ssl.h.
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.
UINT8 time_Validity |
TRUE to verify certificate time validity.
Definition at line 256 of file m2mb_ssl.h.