deimos.openssl.objects

Undocumented in source.

Public Imports

deimos.openssl.obj_mac
public import deimos.openssl.obj_mac;
Undocumented in source.
deimos.openssl.bio
public import deimos.openssl.bio;
Undocumented in source.
deimos.openssl.asn1
public import deimos.openssl.asn1;
Undocumented in source.

Members

Aliases

OBJ_NAME
alias OBJ_NAME = obj_name_st
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
OBJ_create_and_add_object
alias OBJ_create_and_add_object = OBJ_create
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.

Functions

ERR_load_OBJ_strings
void ERR_load_OBJ_strings()
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
OBJ_NAME_add
int OBJ_NAME_add(const(char)* name, int type, const(char)* data)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
OBJ_NAME_cleanup
void OBJ_NAME_cleanup(int type)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
OBJ_NAME_do_all
void OBJ_NAME_do_all(int type, ExternC!(void function(const(OBJ_NAME)*, void* arg)) fn, void* arg)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
OBJ_NAME_do_all_sorted
void OBJ_NAME_do_all_sorted(int type, ExternC!(void function(const(OBJ_NAME)*, void* arg)) fn, void* arg)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
OBJ_NAME_get
const(char)* OBJ_NAME_get(const(char)* name, int type)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
OBJ_NAME_init
int OBJ_NAME_init()
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
OBJ_NAME_new_index
int OBJ_NAME_new_index(ExternC!(c_ulong function(const(char)*)) hash_func, ExternC!(int function(const(char)*, const(char)*)) cmp_func, ExternC!(void function(const(char)*, int, const(char)*)) free_func)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
OBJ_NAME_remove
int OBJ_NAME_remove(const(char)* name, int type)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
OBJ_add_object
int OBJ_add_object(const(ASN1_OBJECT)* obj)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
OBJ_add_sigid
int OBJ_add_sigid(int signid, int dig_id, int pkey_id)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
OBJ_bsearch_
const(void)* OBJ_bsearch_(const(void)* key, const(void)* base, int num, int size, ExternC!(int function(const(void)*, const(void)*)) cmp)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
OBJ_bsearch_ex_
const(void)* OBJ_bsearch_ex_(const(void)* key, const(void)* base, int num, int size, ExternC!(int function(const(void)*, const(void)*)) cmp, int flags)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
OBJ_cleanup
void OBJ_cleanup()
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
OBJ_cmp
int OBJ_cmp(const(ASN1_OBJECT)* a, const(ASN1_OBJECT)* b)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
OBJ_create
int OBJ_create(const(char)* oid, const(char)* sn, const(char)* ln)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
OBJ_create_objects
int OBJ_create_objects(BIO* in_)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
OBJ_dup
ASN1_OBJECT* OBJ_dup(const(ASN1_OBJECT)* o)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
OBJ_find_sigid_algs
int OBJ_find_sigid_algs(int signid, int* pdig_nid, int* ppkey_nid)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
OBJ_find_sigid_by_algs
int OBJ_find_sigid_by_algs(int* psignid, int dig_nid, int pkey_nid)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
OBJ_ln2nid
int OBJ_ln2nid(const(char)* s)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
OBJ_new_nid
int OBJ_new_nid(int num)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
OBJ_nid2ln
const(char)* OBJ_nid2ln(int n)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
OBJ_nid2obj
ASN1_OBJECT* OBJ_nid2obj(int n)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
OBJ_nid2sn
const(char)* OBJ_nid2sn(int n)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
OBJ_obj2nid
int OBJ_obj2nid(const(ASN1_OBJECT)* o)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
OBJ_obj2txt
int OBJ_obj2txt(char* buf, int buf_len, const(ASN1_OBJECT)* a, int no_name)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
OBJ_sigid_free
void OBJ_sigid_free()
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
OBJ_sn2nid
int OBJ_sn2nid(const(char)* s)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
OBJ_txt2nid
int OBJ_txt2nid(const(char)* s)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
OBJ_txt2obj
ASN1_OBJECT* OBJ_txt2obj(const(char)* s, int no_name)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
check_defer
void check_defer(int nid)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.

Manifest constants

OBJ_BSEARCH_FIRST_VALUE_ON_MATCH
enum OBJ_BSEARCH_FIRST_VALUE_ON_MATCH;
Undocumented in source.
OBJ_BSEARCH_VALUE_ON_NOMATCH
enum OBJ_BSEARCH_VALUE_ON_NOMATCH;
Undocumented in source.
OBJ_F_OBJ_ADD_OBJECT
enum OBJ_F_OBJ_ADD_OBJECT;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
OBJ_F_OBJ_CREATE
enum OBJ_F_OBJ_CREATE;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
OBJ_F_OBJ_DUP
enum OBJ_F_OBJ_DUP;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
OBJ_F_OBJ_NAME_NEW_INDEX
enum OBJ_F_OBJ_NAME_NEW_INDEX;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
OBJ_F_OBJ_NID2LN
enum OBJ_F_OBJ_NID2LN;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
OBJ_F_OBJ_NID2OBJ
enum OBJ_F_OBJ_NID2OBJ;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
OBJ_F_OBJ_NID2SN
enum OBJ_F_OBJ_NID2SN;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
OBJ_NAME_ALIAS
enum OBJ_NAME_ALIAS;
Undocumented in source.
OBJ_NAME_TYPE_CIPHER_METH
enum OBJ_NAME_TYPE_CIPHER_METH;
Undocumented in source.
OBJ_NAME_TYPE_COMP_METH
enum OBJ_NAME_TYPE_COMP_METH;
Undocumented in source.
OBJ_NAME_TYPE_MD_METH
enum OBJ_NAME_TYPE_MD_METH;
Undocumented in source.
OBJ_NAME_TYPE_NUM
enum OBJ_NAME_TYPE_NUM;
Undocumented in source.
OBJ_NAME_TYPE_PKEY_METH
enum OBJ_NAME_TYPE_PKEY_METH;
Undocumented in source.
OBJ_NAME_TYPE_UNDEF
enum OBJ_NAME_TYPE_UNDEF;
Undocumented in source.
OBJ_R_MALLOC_FAILURE
enum OBJ_R_MALLOC_FAILURE;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
OBJ_R_UNKNOWN_NID
enum OBJ_R_UNKNOWN_NID;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.

Mixin templates

DECLARE_OBJ_BSEARCH_CMP_FN
mixintemplate DECLARE_OBJ_BSEARCH_CMP_FN(type1, type2, string cmp)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
DECLARE_OBJ_BSEARCH_GLOBAL_CMP_FN
mixintemplate DECLARE_OBJ_BSEARCH_GLOBAL_CMP_FN(type1, type2, string nm)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
IMPLEMENT_OBJ_BSEARCH_CMP_FN
mixintemplate IMPLEMENT_OBJ_BSEARCH_CMP_FN(type1, type2, string nm)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
IMPLEMENT_OBJ_BSEARCH_GLOBAL_CMP_FN
mixintemplate IMPLEMENT_OBJ_BSEARCH_GLOBAL_CMP_FN(type1, type2, string nm)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
_DECLARE_OBJ_BSEARCH_CMP_FN
mixintemplate _DECLARE_OBJ_BSEARCH_CMP_FN(string scope_, type1, type2, string nm)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.

Structs

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

Templates

OBJ_bsearch
template OBJ_bsearch(string type1, string key, string type2, string base, string num, string cmp)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.

Variables

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

Meta