2022-01-22 00:02:17 +01:00
|
|
|
Features
|
|
|
|
* Add server certificate selection callback near end of Client Hello.
|
|
|
|
Register callback with mbedtls_ssl_conf_cert_cb().
|
2022-01-22 11:06:31 +01:00
|
|
|
* Provide mechanism to reset handshake cert list by calling
|
|
|
|
mbedtls_ssl_set_hs_own_cert() with NULL value for own_cert param.
|
2022-01-24 18:58:00 +01:00
|
|
|
* Add accessor mbedtls_ssl_get_hs_sni() to retrieve SNI from within
|
|
|
|
cert callback (mbedtls_ssl_conf_cert_cb()) during handshake.
|