blob: c06a539b3e47a151bbb734af5ebab644a19eae80 [file] [log] [blame]
Paul Elliott93ba3e32022-03-18 21:51:13 +00001Features
2 * Add function mbedtls_ssl_is_handshake_over() to enable querying if the SSL
3 Handshake has completed or not, and thus whether to continue calling
Gilles Peskine76c1c6b2022-06-09 18:51:18 +02004 mbedtls_ssl_handshake_step(), requested in #4383.