Asterisk - The Open Source Telephony Project GIT-master-3dee037
|
ao2 object wrapper for X509_STORE that provides locking and refcounting More...
#include <crypto_utils.h>
Public Member Functions | |
STACK_OF (X509) *untrusted_stack | |
STACK_OF (X509_CRL) *crl_stack | |
Data Fields | |
X509_STORE * | certs |
X509_STORE * | crls |
X509_STORE * | untrusted |
ao2 object wrapper for X509_STORE that provides locking and refcounting
Definition at line 179 of file crypto_utils.h.
STACK_OF | ( | X509 | ) |
STACK_OF | ( | X509_CRL | ) |
X509_STORE* certs |
Definition at line 180 of file crypto_utils.h.
Referenced by crypto_cert_store_destructor(), crypto_create_cert_store(), and vs_check_common_config().
X509_STORE* crls |
The verification context needs a stack of CRLs, not the store
Definition at line 181 of file crypto_utils.h.
Referenced by crypto_cert_store_destructor(), and crypto_create_cert_store().
X509_STORE* untrusted |
The verification context needs a stack of untrusted certs, not the store
Definition at line 184 of file crypto_utils.h.
Referenced by crypto_cert_store_destructor(), and crypto_create_cert_store().