| Asterisk - The Open Source Telephony Project GIT-master-27fb039
    | 
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 191 of file crypto_utils.h.
| STACK_OF | ( | X509 | ) | 
| STACK_OF | ( | X509_CRL | ) | 
Referenced by cli_verify_cert().
| X509_STORE* certs | 
Definition at line 192 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 193 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 196 of file crypto_utils.h.
Referenced by crypto_cert_store_destructor(), and crypto_create_cert_store().