dirk ~tracker (2022-05-03T18:49:33.3468071)
Dub
Repo
OpenSSLException
ssl
openssl
Thrown if an SSL error occurs.
class
OpenSSLException : Exception {
this
(string msg, int error, string file, size_t line);
int
error
();
}
Constructors
this
this
(string msg, int error, string file, size_t line)
Undocumented in source.
Members
Functions
error
int
error
()
Undocumented in source. Be warned that the author may not have intended to support it.
Meta
Source
See Implementation
ssl
openssl
aliases
VerifyCallback
classes
OpenSSLException
functions
loadOpenSSL
sslEnforce
manifest constants
SSL_VERIFY_NONE
structs
SSL
SSL_CTX
SSL_METHOD
X509_STORE_CTX
variables
ERR_error_string
OPENSSL_add_all_algorithms_noconf
SSL_CTX_new
SSL_connect
SSL_get_error
SSL_library_init
SSL_load_error_strings
SSL_new
SSL_read
SSL_set_fd
SSL_set_verify
SSL_write
SSLv3_client_method
Thrown if an SSL error occurs.