openssl

Undocumented in source.
version(staticssl)
struct openssl {}

Members

Aliases

ERR_get_error
alias ERR_get_error = .ERR_get_error
Undocumented in source.
ERR_reason_error_string
alias ERR_reason_error_string = .ERR_reason_error_string
Undocumented in source.
OPENSSL_init_crypto
alias OPENSSL_init_crypto = .OPENSSL_init_crypto
Undocumented in source.
OPENSSL_init_ssl
alias OPENSSL_init_ssl = .OPENSSL_init_ssl
Undocumented in source.
OpenSSL_add_all_ciphers
alias OpenSSL_add_all_ciphers = .OpenSSL_add_all_ciphers
Undocumented in source.
OpenSSL_add_all_digests
alias OpenSSL_add_all_digests = .OpenSSL_add_all_digests
Undocumented in source.
OpenSSL_version_num
alias OpenSSL_version_num = .OpenSSL_version_num
Undocumented in source.
SSL_CTX_ctrl
alias SSL_CTX_ctrl = .SSL_CTX_ctrl
Undocumented in source.
SSL_CTX_free
alias SSL_CTX_free = .SSL_CTX_free
Undocumented in source.
SSL_CTX_load_verify_locations
alias SSL_CTX_load_verify_locations = .SSL_CTX_load_verify_locations
Undocumented in source.
SSL_CTX_new
alias SSL_CTX_new = .SSL_CTX_new
Undocumented in source.
SSL_CTX_set_cipher_list
alias SSL_CTX_set_cipher_list = .SSL_CTX_set_cipher_list
Undocumented in source.
SSL_CTX_set_default_verify_paths
alias SSL_CTX_set_default_verify_paths = .SSL_CTX_set_default_verify_paths
Undocumented in source.
SSL_CTX_set_verify
alias SSL_CTX_set_verify = .SSL_CTX_set_verify
Undocumented in source.
SSL_CTX_use_PrivateKey_file
alias SSL_CTX_use_PrivateKey_file = .SSL_CTX_use_PrivateKey_file
Undocumented in source.
SSL_CTX_use_certificate_file
alias SSL_CTX_use_certificate_file = .SSL_CTX_use_certificate_file
Undocumented in source.
SSL_connect
alias SSL_connect = .SSL_connect
Undocumented in source.
SSL_ctrl
alias SSL_ctrl = .SSL_ctrl
Undocumented in source.
SSL_free
alias SSL_free = .SSL_free
Undocumented in source.
SSL_get_error
alias SSL_get_error = .SSL_get_error
Undocumented in source.
SSL_library_init
alias SSL_library_init = .SSL_library_init
Undocumented in source.
SSL_load_error_strings
alias SSL_load_error_strings = .SSL_load_error_strings
Undocumented in source.
SSL_new
alias SSL_new = .SSL_new
Undocumented in source.
SSL_read
alias SSL_read = .SSL_read
Undocumented in source.
SSL_set_fd
alias SSL_set_fd = .SSL_set_fd
Undocumented in source.
SSL_write
alias SSL_write = .SSL_write
Undocumented in source.
SSLv23_client_method
alias SSLv23_client_method = .SSLv23_client_method
Undocumented in source.
TLS_method
alias TLS_method = .TLS_method
Undocumented in source.
TLSv1_2_client_method
alias TLSv1_2_client_method = .TLSv1_2_client_method
Undocumented in source.
TLSv1_client_method
alias TLSv1_client_method = .TLSv1_client_method
Undocumented in source.

Static functions

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