mbed TLS v1.3.17
Data Fields
_ssl_key_cert Struct Reference

#include <ssl.h>

Collaboration diagram for _ssl_key_cert:
Collaboration graph
[legend]

Data Fields

x509_crtcert
 
pk_contextkey
 
int key_own_alloc
 
ssl_key_certnext
 

Detailed Description

Definition at line 721 of file ssl.h.

Field Documentation

x509_crt* _ssl_key_cert::cert

cert

Definition at line 723 of file ssl.h.

Referenced by ssl_own_cert().

pk_context* _ssl_key_cert::key

private key

Definition at line 724 of file ssl.h.

Referenced by ssl_own_key().

int _ssl_key_cert::key_own_alloc

did we allocate key?

Definition at line 725 of file ssl.h.

ssl_key_cert* _ssl_key_cert::next

next key/cert pair

Definition at line 726 of file ssl.h.


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