commit | 7b1921ac571ad3eb2f2b552b8d07896c8e6e2a7d | [log] [tgz] |
---|---|---|
author | Ronald Cron <ronald.cron@arm.com> | Thu Nov 23 12:31:56 2023 +0100 |
committer | Ronald Cron <ronald.cron@arm.com> | Mon Jan 15 08:58:19 2024 +0100 |
tree | 75a192979a527e5bbfa1c922b16086ed17af02ed | |
parent | 17ef8dfddb998a7eab9de8cdfd0ff5c3b6e069fa [diff] [blame] |
Add endpoint in TLS 1.2 session serialization data Signed-off-by: Ronald Cron <ronald.cron@arm.com>
diff --git a/tests/include/test/ssl_helpers.h b/tests/include/test/ssl_helpers.h index d03c624..ec00fd5 100644 --- a/tests/include/test/ssl_helpers.h +++ b/tests/include/test/ssl_helpers.h
@@ -531,6 +531,7 @@ */ int mbedtls_test_ssl_tls12_populate_session(mbedtls_ssl_session *session, int ticket_len, + int endpoint_type, const char *crt_file); #if defined(MBEDTLS_SSL_PROTO_TLS1_3)