mbed TLS v2.1.0
|
#include <ssl_internal.h>
Data Fields | |
mbedtls_x509_crt * | cert |
mbedtls_pk_context * | key |
mbedtls_ssl_key_cert * | next |
Definition at line 298 of file ssl_internal.h.
mbedtls_x509_crt* mbedtls_ssl_key_cert::cert |
mbedtls_pk_context* mbedtls_ssl_key_cert::key |
mbedtls_ssl_key_cert* mbedtls_ssl_key_cert::next |
next key/cert pair
Definition at line 302 of file ssl_internal.h.