Andy Green
14cc31fe7d
wrapper: introduce X509_VERIFY_PARAM_set1_host
...
This lets the user code set the mbedtls hostname using the standard OpenSSL
api semantics.
2017-09-09 08:54:58 +08:00
Andy Green
43b3141f93
wrapper: introduce SSL_get0_param
...
This adds the standard OpenSSL api to get a pointer to the SSL struct's
X509_VERIFY_PARAM. We need this for the OpenSSL api to set the peer
hostname introduced in the next patch.
2017-09-09 07:56:25 +08:00
Juraj Vijtiuk
41909eac97
mbedtls: Add mbedTLS backend support
2017-08-28 20:22:20 +08:00
Juraj Vijtiuk
77a71e94d1
mbedtls: Add mbedTLS wrapper
...
This wrapper has come from Espressif's esp-idf
https://github.com/espressif/esp-idf/tree/master/components/openssl
under Apache 2.0, at or around commit
3e4627479b6fff6b652de6d2f0302101e51ee5c2
2017-08-28 20:13:58 +08:00