x509_store_st

Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.

Members

Variables

cache
int cache;
Undocumented in source.
cert_crl
ExternC!(int function(X509_STORE_CTX* ctx, X509_CRL* crl, X509* x)) cert_crl;
Undocumented in source.
check_crl
ExternC!(int function(X509_STORE_CTX* ctx, X509_CRL* crl)) check_crl;
Undocumented in source.
check_issued
ExternC!(int function(X509_STORE_CTX* ctx, X509* x, X509* issuer)) check_issued;
Undocumented in source.
check_revocation
ExternC!(int function(X509_STORE_CTX* ctx)) check_revocation;
Undocumented in source.
cleanup
ExternC!(int function(X509_STORE_CTX* ctx)) cleanup;
Undocumented in source.
ex_data
CRYPTO_EX_DATA ex_data;
Undocumented in source.
get_cert_methods
STACK_OF!(X509_LOOKUP)* get_cert_methods;
Undocumented in source.
get_crl
ExternC!(int function(X509_STORE_CTX* ctx, X509_CRL** crl, X509* x)) get_crl;
Undocumented in source.
get_issuer
ExternC!(int function(X509** issuer, X509_STORE_CTX* ctx, X509* x)) get_issuer;
Undocumented in source.
lookup_certs
ExternC!(STACK_OF!(X509)* function(X509_STORE_CTX* ctx, X509_NAME* nm)) lookup_certs;
Undocumented in source.
lookup_crls
ExternC!(STACK_OF!(X509_CRL)* function(X509_STORE_CTX* ctx, X509_NAME* nm)) lookup_crls;
Undocumented in source.
objs
STACK_OF!(X509_OBJECT)* objs;
Undocumented in source.
param
X509_VERIFY_PARAM* param;
Undocumented in source.
references
int references;
Undocumented in source.
verify
ExternC!(int function(X509_STORE_CTX* ctx)) verify;
Undocumented in source.
verify_cb
ExternC!(int function(int ok, X509_STORE_CTX* ctx)) verify_cb;
Undocumented in source.

Meta