hio.tls.openssl

Undocumented in source.

Members

Enums

SSL_ERROR_NONE
anonymousenum SSL_ERROR_NONE
Undocumented in source.

Functions

ERR_error_string
char* ERR_error_string(ulong , char* )
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
ERR_get_error
ulong ERR_get_error()
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
ERR_reason_error_string
char* ERR_reason_error_string(ulong )
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
OPENSSL_cleanup
void OPENSSL_cleanup()
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
OPENSSL_init_crypto
int OPENSSL_init_crypto(ulong , void* )
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
OPENSSL_init_ssl
int OPENSSL_init_ssl(ulong , void* )
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
SSL_CTX_free
void SSL_CTX_free(SSL_CTX* )
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
SSL_CTX_new
SSL_CTX* SSL_CTX_new(SSL_METHOD* )
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
SSL_CTX_set_cipher_list
int SSL_CTX_set_cipher_list(SSL_CTX* , char* str)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
SSL_CTX_set_verify
void SSL_CTX_set_verify(SSL_CTX* , int , void* )
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
SSL_CTX_use_PrivateKey_file
int SSL_CTX_use_PrivateKey_file(SSL_CTX* , char* , int )
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
SSL_CTX_use_certificate_file
int SSL_CTX_use_certificate_file(SSL_CTX* , char* , int )
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
SSL_accept
int SSL_accept(SSL* )
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
SSL_connect
int SSL_connect(SSL* )
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
SSL_ctrl
long SSL_ctrl(SSL* , int , long , void* )
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
SSL_free
void SSL_free(SSL* )
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
SSL_get_error
int SSL_get_error(SSL* , int )
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
SSL_new
SSL* SSL_new(SSL_CTX* )
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
SSL_read
int SSL_read(SSL* , void* , int )
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
SSL_set_accept_state
void SSL_set_accept_state(SSL* )
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
SSL_set_cipher_list
int SSL_set_cipher_list(SSL* ssl, char* str)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
SSL_set_connect_state
void SSL_set_connect_state(SSL* )
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
SSL_set_fd
int SSL_set_fd(SSL* , int )
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
SSL_write
int SSL_write(SSL* , void* , int )
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
TLS_client_method
SSL_METHOD* TLS_client_method()
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
TLS_method
SSL_METHOD* TLS_method()
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
TLS_server_method
SSL_METHOD* TLS_server_method()
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
init_ssl_library
void init_ssl_library()
Undocumented in source. Be warned that the author may not have intended to support it.

Manifest constants

SSL_FILETYPE_PEM
enum SSL_FILETYPE_PEM;
Undocumented in source.

Structs

SSL
struct SSL
Undocumented in source.
SSL_CTX
struct SSL_CTX
Undocumented in source.
SSL_METHOD
struct SSL_METHOD
Undocumented in source.

Variables

SSL_error_strings
auto SSL_error_strings;
Undocumented in source.

Meta