TrustedFirmware Git Browser
Code Review
Sign In
review.trustedfirmware.org
/
mirror
/
mbed-tls
/
6a25159c69f54eaeb31282c308e039d02fdb0d4e
/
.
/
ChangeLog.d
/
add_handshake_completion_accessor
blob: e2b28cf63cf6d30877119629aca077a221434ffd [
file
] [
log
] [
blame
]
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