deimos.wolfssl.wolfssl

Undocumented in source.

Members

Aliases

ERR_free_strings
alias ERR_free_strings = wolfSSL_ERR_free_strings
Undocumented in source.
ERR_print_errors_fp
alias ERR_print_errors_fp = wolfSSL_ERR_dump_errors_fp
Undocumented in source.
OpenSSL_add_ssl_algorithms
alias OpenSSL_add_ssl_algorithms = wolfSSL_add_all_algorithms
Undocumented in source.
SSL
alias SSL = WOLFSSL
Undocumented in source.
SSL_CTX
alias SSL_CTX = WOLFSSL_CTX
Undocumented in source.
SSL_CTX_check_private_key
alias SSL_CTX_check_private_key = wolfSSL_CTX_check_private_key
Undocumented in source.
SSL_CTX_free
alias SSL_CTX_free = wolfSSL_CTX_free
Undocumented in source.
SSL_CTX_load_verify_locations
alias SSL_CTX_load_verify_locations = wolfSSL_CTX_load_verify_locations
Undocumented in source.
SSL_CTX_new
alias SSL_CTX_new = wolfSSL_CTX_new
Undocumented in source.
SSL_CTX_use_PrivateKey_file
alias SSL_CTX_use_PrivateKey_file = wolfSSL_CTX_use_PrivateKey_file
Undocumented in source.
SSL_CTX_use_certificate_chain_file
alias SSL_CTX_use_certificate_chain_file = wolfSSL_CTX_use_certificate_chain_file
Undocumented in source.
SSL_SSLSetIORecv
alias SSL_SSLSetIORecv = wolfSSL_SSLSetIORecv
Undocumented in source.
SSL_SSLSetIOSend
alias SSL_SSLSetIOSend = wolfSSL_SSLSetIOSend
Undocumented in source.
SSL_SSL_do_handshake
alias SSL_SSL_do_handshake = wolfSSL_SSL_do_handshake
Undocumented in source.
SSL_connect
alias SSL_connect = wolfSSL_connect
Undocumented in source.
SSL_free
alias SSL_free = wolfSSL_free
Undocumented in source.
SSL_get_error
alias SSL_get_error = wolfSSL_get_error
Undocumented in source.
SSL_get_fd
alias SSL_get_fd = wolfSSL_get_fd
Undocumented in source.
SSL_library_init
alias SSL_library_init = wolfSSL_library_init
Undocumented in source.
SSL_load_error_strings
alias SSL_load_error_strings = wolfSSL_load_error_strings
Undocumented in source.
SSL_new
alias SSL_new = wolfSSL_new
Undocumented in source.
SSL_read
alias SSL_read = wolfSSL_read
Undocumented in source.
SSL_recvFunc
alias SSL_recvFunc = int function(WOLFSSL*, void*, 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_sendFunc
alias SSL_sendFunc = int function(WOLFSSL*, const void*, 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_set_accept_state
alias SSL_set_accept_state = wolfSSL_set_accept_state
Undocumented in source.
SSL_set_fd
alias SSL_set_fd = wolfSSL_set_fd
Undocumented in source.
SSL_shutdown
alias SSL_shutdown = wolfSSL_shutdown
Undocumented in source.
SSL_write
alias SSL_write = wolfSSL_write
Undocumented in source.
TLSv1_client_method
alias TLSv1_client_method = wolfTLSv1_client_method
Undocumented in source.
TLSv1_server_method
alias TLSv1_server_method = wolfTLSv1_server_method
Undocumented in source.

Functions

wolfSSL_CTX_check_private_key
int wolfSSL_CTX_check_private_key(WOLFSSL_CTX* ctx)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
wolfSSL_CTX_free
void wolfSSL_CTX_free(WOLFSSL_CTX* ctx)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
wolfSSL_CTX_load_verify_locations
int wolfSSL_CTX_load_verify_locations(WOLFSSL_CTX* ctx, char* file, char* path)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
wolfSSL_CTX_new
WOLFSSL_CTX* wolfSSL_CTX_new(WOLFSSL_METHOD* method)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
wolfSSL_CTX_use_PrivateKey_file
int wolfSSL_CTX_use_PrivateKey_file(WOLFSSL_CTX* ctx, char* file, int format)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
wolfSSL_CTX_use_certificate_chain_file
int wolfSSL_CTX_use_certificate_chain_file(WOLFSSL_CTX* ctx, char* file)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
wolfSSL_ERR_dump_errors_fp
void wolfSSL_ERR_dump_errors_fp(FILE* fp)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
wolfSSL_ERR_free_strings
void wolfSSL_ERR_free_strings()
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
wolfSSL_SSLSetIORecv
void wolfSSL_SSLSetIORecv(WOLFSSL* ssl, SSL_recvFunc recvFunc)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
wolfSSL_SSLSetIOSend
void wolfSSL_SSLSetIOSend(WOLFSSL* ssl, SSL_sendFunc sendFunc)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
wolfSSL_SSL_do_handshake
int wolfSSL_SSL_do_handshake(WOLFSSL* ssl)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
wolfSSL_add_all_algorithms
int wolfSSL_add_all_algorithms()
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
wolfSSL_connect
int wolfSSL_connect(WOLFSSL* ssl)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
wolfSSL_free
void wolfSSL_free(WOLFSSL* ssl)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
wolfSSL_get_error
int wolfSSL_get_error(WOLFSSL* ssl, int ret)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
wolfSSL_get_fd
int wolfSSL_get_fd(WOLFSSL* ssl)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
wolfSSL_library_init
void wolfSSL_library_init()
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
wolfSSL_load_error_strings
void wolfSSL_load_error_strings()
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
wolfSSL_new
WOLFSSL* wolfSSL_new(WOLFSSL_CTX* ctx)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
wolfSSL_read
int wolfSSL_read(WOLFSSL* ssl, void* data, int sz)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
wolfSSL_set_accept_state
void wolfSSL_set_accept_state(WOLFSSL* ssl)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
wolfSSL_set_fd
int wolfSSL_set_fd(WOLFSSL* ssl, int fd)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
wolfSSL_shutdown
int wolfSSL_shutdown(WOLFSSL* ssl)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
wolfSSL_write
int wolfSSL_write(WOLFSSL* ssl, void* data, int sz)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
wolfTLSv1_client_method
WOLFSSL_METHOD* wolfTLSv1_client_method()
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
wolfTLSv1_server_method
WOLFSSL_METHOD* wolfTLSv1_server_method()
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.

Manifest constants

SSL_ALPN_NOT_FOUND
enum SSL_ALPN_NOT_FOUND;
Undocumented in source.
SSL_BAD_CERTTYPE
enum SSL_BAD_CERTTYPE;
Undocumented in source.
SSL_BAD_FILE
enum SSL_BAD_FILE;
Undocumented in source.
SSL_BAD_FILETYPE
enum SSL_BAD_FILETYPE;
Undocumented in source.
SSL_BAD_PATH
enum SSL_BAD_PATH;
Undocumented in source.
SSL_BAD_STAT
enum SSL_BAD_STAT;
Undocumented in source.
SSL_CBIO_ERR_CONN_CLOSE
enum SSL_CBIO_ERR_CONN_CLOSE;
Undocumented in source.
SSL_CBIO_ERR_CONN_RST
enum SSL_CBIO_ERR_CONN_RST;
Undocumented in source.
SSL_CBIO_ERR_GENERAL
enum SSL_CBIO_ERR_GENERAL;
Undocumented in source.
SSL_CBIO_ERR_ISR
enum SSL_CBIO_ERR_ISR;
Undocumented in source.
SSL_CBIO_ERR_TIMEOUT
enum SSL_CBIO_ERR_TIMEOUT;
Undocumented in source.
SSL_CBIO_ERR_WANT_READ
enum SSL_CBIO_ERR_WANT_READ;
Undocumented in source.
SSL_CBIO_ERR_WANT_WRITE
enum SSL_CBIO_ERR_WANT_WRITE;
Undocumented in source.
SSL_ERROR_NONE
enum SSL_ERROR_NONE;
Undocumented in source.
SSL_ERROR_SSL
enum SSL_ERROR_SSL;
Undocumented in source.
SSL_ERROR_SYSCALL
enum SSL_ERROR_SYSCALL;
Undocumented in source.
SSL_ERROR_WANT_ACCEPT
enum SSL_ERROR_WANT_ACCEPT;
Undocumented in source.
SSL_ERROR_WANT_CONNECT
enum SSL_ERROR_WANT_CONNECT;
Undocumented in source.
SSL_ERROR_WANT_READ
enum SSL_ERROR_WANT_READ;
Undocumented in source.
SSL_ERROR_WANT_WRITE
enum SSL_ERROR_WANT_WRITE;
Undocumented in source.
SSL_ERROR_WANT_X509_LOOKUP
enum SSL_ERROR_WANT_X509_LOOKUP;
Undocumented in source.
SSL_ERROR_ZERO_RETURN
enum SSL_ERROR_ZERO_RETURN;
Undocumented in source.
SSL_FAILURE
enum SSL_FAILURE;
Undocumented in source.
SSL_FATAL_ERROR
enum SSL_FATAL_ERROR;
Undocumented in source.
SSL_FILETYPE_ASN1
enum SSL_FILETYPE_ASN1;
Undocumented in source.
SSL_FILETYPE_DEFAULT
enum SSL_FILETYPE_DEFAULT;
Undocumented in source.
SSL_FILETYPE_PEM
enum SSL_FILETYPE_PEM;
Undocumented in source.
SSL_FILETYPE_RAW
enum SSL_FILETYPE_RAW;
Undocumented in source.
SSL_MODE_ACCEPT_MOVING_WRITE_BUFFER
enum SSL_MODE_ACCEPT_MOVING_WRITE_BUFFER;
Undocumented in source.
SSL_NOT_IMPLEMENTED
enum SSL_NOT_IMPLEMENTED;
Undocumented in source.
SSL_RECEIVED_SHUTDOWN
enum SSL_RECEIVED_SHUTDOWN;
Undocumented in source.
SSL_R_SSLV3_ALERT_BAD_CERTIFICATE
enum SSL_R_SSLV3_ALERT_BAD_CERTIFICATE;
Undocumented in source.
SSL_R_SSLV3_ALERT_CERTIFICATE_UNKNOWN
enum SSL_R_SSLV3_ALERT_CERTIFICATE_UNKNOWN;
Undocumented in source.
SSL_R_SSL_HANDSHAKE_FAILURE
enum SSL_R_SSL_HANDSHAKE_FAILURE;
Undocumented in source.
SSL_R_TLSV1_ALERT_UNKNOWN_CA
enum SSL_R_TLSV1_ALERT_UNKNOWN_CA;
Undocumented in source.
SSL_SENT_SHUTDOWN
enum SSL_SENT_SHUTDOWN;
Undocumented in source.
SSL_SESS_CACHE_BOTH
enum SSL_SESS_CACHE_BOTH;
Undocumented in source.
SSL_SESS_CACHE_CLIENT
enum SSL_SESS_CACHE_CLIENT;
Undocumented in source.
SSL_SESS_CACHE_NO_AUTO_CLEAR
enum SSL_SESS_CACHE_NO_AUTO_CLEAR;
Undocumented in source.
SSL_SESS_CACHE_NO_INTERNAL
enum SSL_SESS_CACHE_NO_INTERNAL;
Undocumented in source.
SSL_SESS_CACHE_NO_INTERNAL_LOOKUP
enum SSL_SESS_CACHE_NO_INTERNAL_LOOKUP;
Undocumented in source.
SSL_SESS_CACHE_NO_INTERNAL_STORE
enum SSL_SESS_CACHE_NO_INTERNAL_STORE;
Undocumented in source.
SSL_SESS_CACHE_OFF
enum SSL_SESS_CACHE_OFF;
Undocumented in source.
SSL_SESS_CACHE_SERVER
enum SSL_SESS_CACHE_SERVER;
Undocumented in source.
SSL_SHUTDOWN_NOT_DONE
enum SSL_SHUTDOWN_NOT_DONE;
Undocumented in source.
SSL_SUCCESS
enum SSL_SUCCESS;
Undocumented in source.
SSL_UNKNOWN
enum SSL_UNKNOWN;
Undocumented in source.
SSL_VERIFY_CLIENT_ONCE
enum SSL_VERIFY_CLIENT_ONCE;
Undocumented in source.
SSL_VERIFY_FAIL_EXCEPT_PSK
enum SSL_VERIFY_FAIL_EXCEPT_PSK;
Undocumented in source.
SSL_VERIFY_FAIL_IF_NO_PEER_CERT
enum SSL_VERIFY_FAIL_IF_NO_PEER_CERT;
Undocumented in source.
SSL_VERIFY_NONE
enum SSL_VERIFY_NONE;
Undocumented in source.
SSL_VERIFY_PEER
enum SSL_VERIFY_PEER;
Undocumented in source.

Structs

FILE
struct FILE
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
WOLFSSL
struct WOLFSSL
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
WOLFSSL_CTX
struct WOLFSSL_CTX
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
WOLFSSL_METHOD
struct WOLFSSL_METHOD
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.

Meta