WE310F5  39.00.000
M2MB_SSL_CERT_T Struct Reference

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

#include <m2mb_ssl_cert.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 87 of file m2mb_ssl_cert.h.

Field Documentation

◆ cert_Buf

UINT8* cert_Buf

Client certificate buffer.

Definition at line 89 of file m2mb_ssl_cert.h.

◆ cert_Size

UINT32 cert_Size

Client certificate buffer size.

Definition at line 90 of file m2mb_ssl_cert.h.

◆ key_Buf

UINT8* key_Buf

Private key buffer.

Definition at line 91 of file m2mb_ssl_cert.h.

◆ key_Size

UINT32 key_Size

Private key buffer size.

Definition at line 92 of file m2mb_ssl_cert.h.

◆ pass_Key

UINT8* pass_Key

Password phrase.

Definition at line 93 of file m2mb_ssl_cert.h.


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