commit | 947571efff70d8a1b66501c2aa761bd702d538ee | [log] [tgz] |
---|---|---|
author | Xiaofei Bai <xiaofei.bai@arm.com> | Wed Sep 29 09:12:03 2021 +0000 |
committer | Jerry Yu <jerry.h.yu@arm.com> | Thu Oct 28 21:28:08 2021 +0800 |
tree | 1f1e27b71a9145336bc339110f0b6d47532789ee | |
parent | 7cd24ded48108750c39e939af32ce2ea9c2cbecf [diff] [blame] |
add tls1_3 read certificate Signed-off-by: Xiaofei Bai <xiaofei.bai@arm.com>
diff --git a/library/ssl_misc.h b/library/ssl_misc.h index 66fb26c..dbef6aa 100644 --- a/library/ssl_misc.h +++ b/library/ssl_misc.h
@@ -1627,6 +1627,12 @@ unsigned hs_type, unsigned char **buf, size_t *buflen ); + +/* + * Handler of TLS 1.3 server certificate message + */ +int mbedtls_ssl_tls13_process_certificate( mbedtls_ssl_context *ssl ); + /* * Write TLS 1.3 handshake message tail */