mirror of
https://github.com/cuberite/polarssl.git
synced 2025-10-04 02:52:38 -04:00
8 lines
409 B
Plaintext
8 lines
409 B
Plaintext
Features
|
|
* Add server certificate selection callback near end of Client Hello.
|
|
Register callback with mbedtls_ssl_conf_cert_cb().
|
|
* Provide mechanism to reset handshake cert list by calling
|
|
mbedtls_ssl_set_hs_own_cert() with NULL value for own_cert param.
|
|
* Add accessor mbedtls_ssl_get_hs_sni() to retrieve SNI from within
|
|
cert callback (mbedtls_ssl_conf_cert_cb()) during handshake.
|