SSLClient
v1.1.1
Add TLS 1.2 functionality to any network library.
|
This is the complete list of members for SSLClientImpl, including all inherited members.
available_impl() | SSLClientImpl | |
connect_impl(IPAddress ip, uint16_t port) | SSLClientImpl | |
connect_impl(const char *host, uint16_t port) | SSLClientImpl | |
connected_impl() | SSLClientImpl | |
flush_impl() | SSLClientImpl | |
get_arduino_client()=0 | SSLClientImpl | protectedpure virtual |
get_arduino_client() const =0 | SSLClientImpl | protectedpure virtual |
get_session_array()=0 | SSLClientImpl | protectedpure virtual |
get_session_array() const =0 | SSLClientImpl | protectedpure virtual |
get_session_impl(const char *host, const IPAddress &addr) | SSLClientImpl | |
getSessionCount() const =0 | SSLClientImpl | pure virtual |
localPort()=0 | SSLClientImpl | pure virtual |
m_error(const T str, const char *func_name) const | SSLClientImpl | inlineprotected |
m_info(const T str, const char *func_name) const | SSLClientImpl | inlineprotected |
m_print(const T str, const char *func_name, const DebugLevel level) const | SSLClientImpl | inlineprotected |
m_print_br_error(const unsigned br_error_code, const DebugLevel level) const | SSLClientImpl | protected |
m_print_prefix(const char *func_name, const DebugLevel level) const | SSLClientImpl | protected |
m_print_ssl_error(const int ssl_error, const DebugLevel level) const | SSLClientImpl | protected |
m_warn(const T str, const char *func_name) const | SSLClientImpl | inlineprotected |
peek_impl() | SSLClientImpl | |
read_impl(uint8_t *buf, size_t size) | SSLClientImpl | |
remoteIP()=0 | SSLClientImpl | pure virtual |
remotePort()=0 | SSLClientImpl | pure virtual |
remove_session_impl(const char *host, const IPAddress &addr) | SSLClientImpl | |
SSLClientImpl(const br_x509_trust_anchor *trust_anchors, const size_t trust_anchors_num, const int analog_pin, const DebugLevel debug) | SSLClientImpl | explicit |
SSLClientImpl(const br_x509_trust_anchor *trust_anchors, const size_t trust_anchors_num, const int analog_pin, const DebugLevel debug, const SSLClientParameters *mutual_auth_params) | SSLClientImpl | explicit |
stop_impl() | SSLClientImpl | |
write_impl(const uint8_t *buf, size_t size) | SSLClientImpl |