x509_lookup_method_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

ctrl
ExternC!(int function(X509_LOOKUP* ctx, int cmd, const(char)* argc, c_long argl, char** ret)) ctrl;
Undocumented in source.
free
ExternC!(void function(X509_LOOKUP* ctx)) free;
Undocumented in source.
get_by_alias
ExternC!(int function(X509_LOOKUP* ctx, int type, char* str, int len, X509_OBJECT* ret)) get_by_alias;
Undocumented in source.
get_by_fingerprint
ExternC!(int function(X509_LOOKUP* ctx, int type, ubyte* bytes, int len, X509_OBJECT* ret)) get_by_fingerprint;
Undocumented in source.
get_by_issuer_serial
ExternC!(int function(X509_LOOKUP* ctx, int type, X509_NAME* name, ASN1_INTEGER* serial, X509_OBJECT* ret)) get_by_issuer_serial;
Undocumented in source.
get_by_subject
ExternC!(int function(X509_LOOKUP* ctx, int type, X509_NAME* name, X509_OBJECT* ret)) get_by_subject;
Undocumented in source.
init_
ExternC!(int function(X509_LOOKUP* ctx)) init_;
Undocumented in source.
name
const(char)* name;
Undocumented in source.
new_item
ExternC!(int function(X509_LOOKUP* ctx)) new_item;
Undocumented in source.
shutdown
ExternC!(int function(X509_LOOKUP* ctx)) shutdown;
Undocumented in source.

Meta