Files
mbedtls/ChangeLog.d/add_handshake_completion_accessor.txt
2022-07-11 13:52:54 +01:00

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.