mirror of
https://github.com/yuzu-mirror/mbedtls.git
synced 2026-04-20 22:05:15 +00:00
4 lines
218 B
Text
4 lines
218 B
Text
Features
|
|
* Add function mbedtls_ssl_is_handshake_over() to enable querying if the SSL
|
|
Handshake has completed or not, and thus whether to continue calling
|
|
mbedtls_ssl_handshake_step(), requested in #4383.
|