1
0
mirror of https://github.com/Mbed-TLS/mbedtls.git synced 2025-08-08 17:42:09 +03:00

Introduce mbedtls_ssl_hs_cb_t typedef

Inline func for mbedtls_ssl_conf_cert_cb()

Signed-off-by: Glenn Strauss <gstrauss@gluelogic.com>
This commit is contained in:
Glenn Strauss
2022-03-13 23:39:40 -04:00
parent a91b68564c
commit 236e17ec26
3 changed files with 29 additions and 18 deletions

View File

@@ -0,0 +1,4 @@
Features
* Introduce mbedtls_ssl_hs_cb_t typedef for use with
mbedtls_ssl_conf_cert_cb() and perhaps future callbacks
during TLS handshake.