mirror of
https://github.com/Mbed-TLS/mbedtls.git
synced 2025-02-06 12:40:02 +00:00
76c1c6b9c1
Signed-off-by: Gilles Peskine <Gilles.Peskine@arm.com>
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.
|