40 mbedtls_ssl_context ssl;
41 mbedtls_ssl_config conf;
42 mbedtls_net_context serverFd;
43 mbedtls_ctr_drbg_context ctrDrbg;
44 mbedtls_entropy_context entropy;
45 mbedtls_x509_crt caCert;
46 mbedtls_x509_crt cliCert;
47 mbedtls_pk_context cliKey;
Definition TLSClient.h:39