WL865E4-P  36.07.001
M2MB_SSL_CERT_T Struct Reference

SSL certificate information for conversion and storage. More...

#include <m2mb_ssl.h>

Data Fields

UINT8cert_Buf
 
UINT32 cert_Size
 
UINT8key_Buf
 
UINT32 key_Size
 
UINT8pass_Key
 

Detailed Description

SSL certificate information for conversion and storage.

Definition at line 232 of file m2mb_ssl.h.

Field Documentation

◆ cert_Buf

UINT8* cert_Buf

Client certificate buffer.

Definition at line 234 of file m2mb_ssl.h.

◆ cert_Size

UINT32 cert_Size

Client certificate buffer size.

Definition at line 235 of file m2mb_ssl.h.

◆ key_Buf

UINT8* key_Buf

Private key buffer.

Definition at line 236 of file m2mb_ssl.h.

◆ key_Size

UINT32 key_Size

Private key buffer size.

Definition at line 237 of file m2mb_ssl.h.

◆ pass_Key

UINT8* pass_Key

Password phrase.

Definition at line 238 of file m2mb_ssl.h.


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