#include <ssl.h>
Data Fields | |
x509_crt * | cert |
pk_context * | key |
int | key_own_alloc |
ssl_key_cert * | next |
Definition at line 583 of file ssl.h.
cert
Definition at line 585 of file ssl.h.
Referenced by ssl_own_cert(), ssl_set_own_cert(), ssl_set_own_cert_alt(), and ssl_set_own_cert_rsa().
private key
Definition at line 586 of file ssl.h.
Referenced by ssl_key_cert_free(), ssl_own_key(), ssl_pick_cert(), ssl_set_own_cert(), ssl_set_own_cert_alt(), and ssl_set_own_cert_rsa().
did we allocate key?
Definition at line 587 of file ssl.h.
Referenced by ssl_key_cert_free(), ssl_set_own_cert_alt(), and ssl_set_own_cert_rsa().
next key/cert pair
Definition at line 588 of file ssl.h.
Referenced by ssl_add_key_cert(), ssl_handshake_free(), ssl_key_cert_free(), and ssl_pick_cert().