libressl_d.openssl.safestack

Undocumented in source.

Public Imports

libressl_d.openssl.stack
public import libressl_d.openssl.stack;
Undocumented in source.

Members

Aliases

OPENSSL_BLOCK
alias OPENSSL_BLOCK = void*
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
OPENSSL_CSTRING
alias OPENSSL_CSTRING = const(char)*
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
OPENSSL_STRING
alias OPENSSL_STRING = char*
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.

Functions

CHECKED_PTR_OF
void* CHECKED_PTR_OF(P* p)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
CHECKED_STACK_OF
libressl_d.openssl.stack._STACK* CHECKED_STACK_OF(P* p)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.

Structs

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

Templates

DECLARE_SPECIAL_STACK_OF
template DECLARE_SPECIAL_STACK_OF(string type, string type2)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
DECLARE_STACK_OF
template DECLARE_STACK_OF(string type)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
PREDECLARE_STACK_OF
template PREDECLARE_STACK_OF(string type)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
STACK_OF
template STACK_OF(string type)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.

Meta