summaryrefslogtreecommitdiffstats
path: root/modules/mbedtls/ssl_context_mbedtls.cpp
Commit message (Collapse)AuthorAgeFilesLines
* Style: Fix copyright headers in new filesRémi Verschelde2019-08-281-1/+1
|
* Better error handling in SSLContext, CryptoFabio Alessandrelli2019-08-221-4/+7
|
* Fix StreamPeerSSL connect_to_stream w/ custom certFabio Alessandrelli2019-08-221-1/+1
| | | | | | Follow up on #29871. Was checking the wrong parameter, causing the code to ignore provided stream-specific SSL certificate.
* Rewrite StreamPeerSSL with SSLContext helper classFabio Alessandrelli2019-08-211-0/+148
connect_to_stream now accepts optional parameter to specify which certificates to trust. Implement accept_stream (SSL server) with key/cert parameters to specify the RSA key and X509 certificate resources.