ReactOS 0.4.15-dev-7953-g1f49173
mbedtls_ssl_key_cert Struct Reference

#include <ssl_internal.h>

Collaboration diagram for mbedtls_ssl_key_cert:

Public Attributes

mbedtls_x509_crtcert
 
mbedtls_pk_contextkey
 
mbedtls_ssl_key_certnext
 

Detailed Description

Definition at line 553 of file ssl_internal.h.

Member Data Documentation

◆ cert

mbedtls_x509_crt* mbedtls_ssl_key_cert::cert

cert

Definition at line 555 of file ssl_internal.h.

Referenced by mbedtls_ssl_own_cert().

◆ key

mbedtls_pk_context* mbedtls_ssl_key_cert::key

private key

Definition at line 556 of file ssl_internal.h.

Referenced by mbedtls_ssl_own_key().

◆ next

mbedtls_ssl_key_cert* mbedtls_ssl_key_cert::next

next key/cert pair

Definition at line 557 of file ssl_internal.h.


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