(mbedtls) correct support for using own certificate and private key

This commit is contained in:
Benjamin Sergeant
2019-12-20 15:13:26 -08:00
parent 8e7d310439
commit d1a4cab134
4 changed files with 20 additions and 4 deletions

View File

@ -45,6 +45,7 @@ namespace ix
mbedtls_ctr_drbg_context _ctr_drbg;
mbedtls_x509_crt _cacert;
mbedtls_x509_crt _cert;
mbedtls_pk_context _pkey;
std::mutex _mutex;
SocketTLSOptions _tlsOptions;