|
rtl433
UNKNOWN
RTL-433 utility
|
Data Fields | |
| SSL * | ssl |
| SSL_CTX * | ssl_ctx |
| struct mbuf | psk |
| size_t | identity_len |
| mbedtls_ssl_config * | conf |
| mbedtls_ssl_context * | ssl |
| mbedtls_x509_crt * | cert |
| mbedtls_pk_context * | key |
| mbedtls_x509_crt * | ca_cert |
| struct mbuf | cipher_suites |
| size_t | saved_len |
| mbedtls_x509_crt* mg_ssl_if_ctx::ca_cert |
Referenced by mg_ssl_if_mbed_free_certs_and_keys(), and mg_use_ca_cert().
| mbedtls_x509_crt* mg_ssl_if_ctx::cert |
Referenced by mg_ssl_if_conn_accept(), mg_ssl_if_mbed_free_certs_and_keys(), and mg_use_cert().
| struct mbuf mg_ssl_if_ctx::cipher_suites |
Referenced by mg_set_cipher_list(), mg_ssl_if_conn_free(), and mg_ssl_if_conn_init().
| mbedtls_ssl_config* mg_ssl_if_ctx::conf |
| size_t mg_ssl_if_ctx::identity_len |
Referenced by mg_ssl_if_ossl_psk_cb(), and mg_ssl_if_ossl_set_psk().
| mbedtls_pk_context* mg_ssl_if_ctx::key |
Referenced by mg_ssl_if_conn_accept(), mg_ssl_if_mbed_free_certs_and_keys(), and mg_use_cert().
| struct mbuf mg_ssl_if_ctx::psk |
Referenced by mg_ssl_if_conn_free(), mg_ssl_if_conn_init(), mg_ssl_if_ossl_psk_cb(), and mg_ssl_if_ossl_set_psk().
| size_t mg_ssl_if_ctx::saved_len |
Referenced by mg_ssl_if_write().
| SSL* mg_ssl_if_ctx::ssl |
| mbedtls_ssl_context* mg_ssl_if_ctx::ssl |
| SSL_CTX* mg_ssl_if_ctx::ssl_ctx |
Referenced by mg_ssl_if_conn_accept(), mg_ssl_if_conn_free(), mg_ssl_if_conn_init(), mg_ssl_if_ossl_set_psk(), and mg_ssl_if_ssl_err().