x509_lookup_method_st

This is a static that defines the function interface

Members

Variables

ctrl
int function(.X509_LOOKUP* ctx, int cmd, const(char)* argc, core.stdc.config.c_long argl, char** ret) ctrl;
Undocumented in source.
free
void function(.X509_LOOKUP* ctx) free;
Undocumented in source.
get_by_alias
int function(.X509_LOOKUP* ctx, int type, const(char)* str, int len, .X509_OBJECT* ret) get_by_alias;
Undocumented in source.
get_by_fingerprint
int function(.X509_LOOKUP* ctx, int type, const(ubyte)* bytes, int len, .X509_OBJECT* ret) get_by_fingerprint;
Undocumented in source.
get_by_issuer_serial
int function(.X509_LOOKUP* ctx, int type, libressl_d.openssl.ossl_typ.X509_NAME* name, libressl_d.openssl.ossl_typ.ASN1_INTEGER* serial, .X509_OBJECT* ret) get_by_issuer_serial;
Undocumented in source.
get_by_subject
int function(.X509_LOOKUP* ctx, int type, libressl_d.openssl.ossl_typ.X509_NAME* name, .X509_OBJECT* ret) get_by_subject;
Undocumented in source.
init
int function(.X509_LOOKUP* ctx) init;
Undocumented in source.
name
const(char)* name;
Undocumented in source.
new_item
int function(.X509_LOOKUP* ctx) new_item;
Undocumented in source.
shutdown
int function(.X509_LOOKUP* ctx) shutdown;
Undocumented in source.

Meta