OpenSSL

Undocumented in source.

Members

Functions

ERR_get_error
ulong ERR_get_error()
Undocumented in source. Be warned that the author may not have intended to support it.
ERR_reason_error_string
char* ERR_reason_error_string(ulong code)
Undocumented in source. Be warned that the author may not have intended to support it.
SSL_CTX_free
void SSL_CTX_free(SSL_CTX* ctx)
Undocumented in source. Be warned that the author may not have intended to support it.
SSL_CTX_load_verify_locations
int SSL_CTX_load_verify_locations(SSL_CTX* ctx, char* CAFile, char* CAPath)
Undocumented in source. Be warned that the author may not have intended to support it.
SSL_CTX_new
SSL_CTX* SSL_CTX_new(SSL_METHOD* method)
Undocumented in source. Be warned that the author may not have intended to support it.
SSL_CTX_set_cipher_list
int SSL_CTX_set_cipher_list(SSL_CTX* ssl_ctx, char* c)
Undocumented in source. Be warned that the author may not have intended to support it.
SSL_CTX_set_default_verify_paths
int SSL_CTX_set_default_verify_paths(SSL_CTX* ctx)
Undocumented in source. Be warned that the author may not have intended to support it.
SSL_CTX_set_max_proto_version
int SSL_CTX_set_max_proto_version(SSL_CTX* ctx, int v)
Undocumented in source. Be warned that the author may not have intended to support it.
SSL_CTX_set_min_proto_version
int SSL_CTX_set_min_proto_version(SSL_CTX* ctx, int v)
Undocumented in source. Be warned that the author may not have intended to support it.
SSL_CTX_set_verify
void SSL_CTX_set_verify(SSL_CTX* ctx, int mode, void* callback)
Undocumented in source. Be warned that the author may not have intended to support it.
SSL_CTX_use_PrivateKey_file
int SSL_CTX_use_PrivateKey_file(SSL_CTX* ctx, char* file, int type)
Undocumented in source. Be warned that the author may not have intended to support it.
SSL_CTX_use_certificate_file
int SSL_CTX_use_certificate_file(SSL_CTX* ctx, char* file, int type)
Undocumented in source. Be warned that the author may not have intended to support it.
SSL_connect
int SSL_connect(SSL* ssl)
Undocumented in source. Be warned that the author may not have intended to support it.
SSL_free
void SSL_free(SSL* ssl)
Undocumented in source. Be warned that the author may not have intended to support it.
SSL_get_error
int SSL_get_error(SSL* ssl, int err)
Undocumented in source. Be warned that the author may not have intended to support it.
SSL_new
SSL* SSL_new(SSL_CTX* ctx)
Undocumented in source. Be warned that the author may not have intended to support it.
SSL_read
int SSL_read(SSL* ssl, void* b, int n)
Undocumented in source. Be warned that the author may not have intended to support it.
SSL_set_fd
int SSL_set_fd(SSL* ssl, int fd)
Undocumented in source. Be warned that the author may not have intended to support it.
SSL_set_tlsext_host_name
long SSL_set_tlsext_host_name(SSL* ssl, char* host)
Undocumented in source. Be warned that the author may not have intended to support it.
SSL_write
int SSL_write(SSL* ssl, void* b, int n)
Undocumented in source. Be warned that the author may not have intended to support it.
SSLv23_client_method
SSL_METHOD* SSLv23_client_method()
Undocumented in source. Be warned that the author may not have intended to support it.
TLS_method
SSL_METHOD* TLS_method()
Undocumented in source. Be warned that the author may not have intended to support it.
TLSv1_2_client_method
SSL_METHOD* TLSv1_2_client_method()
Undocumented in source. Be warned that the author may not have intended to support it.
TLSv1_client_method
SSL_METHOD* TLSv1_client_method()
Undocumented in source. Be warned that the author may not have intended to support it.
reportVersion
Version reportVersion()
Undocumented in source. Be warned that the author may not have intended to support it.

Variables

SSL_CTRL_SET_MAX_PROTO_VERSION
enum int SSL_CTRL_SET_MAX_PROTO_VERSION;
Undocumented in source.
SSL_CTRL_SET_MIN_PROTO_VERSION
enum int SSL_CTRL_SET_MIN_PROTO_VERSION;
Undocumented in source.

Meta