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