Asterisk - The Open Source Telephony Project GIT-master-3dee037
Public Member Functions | Data Fields
crypto_cert_store Struct Reference

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
 

Detailed Description

ao2 object wrapper for X509_STORE that provides locking and refcounting

Definition at line 179 of file crypto_utils.h.

Member Function Documentation

◆ STACK_OF() [1/2]

STACK_OF ( X509  )

◆ STACK_OF() [2/2]

STACK_OF ( X509_CRL  )

Field Documentation

◆ certs

X509_STORE* certs

◆ crls

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().

◆ untrusted

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().


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