mirror of
https://github.com/Mbed-TLS/mbedtls.git
synced 2025-02-22 18:39:58 +00:00
5 lines
218 B
Plaintext
5 lines
218 B
Plaintext
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.
|