commit | 3d580bf4bd063d50488953cf2db7036168b49592 | [log] [tgz] |
---|---|---|
author | Ronald Cron <ronald.cron@arm.com> | Fri Feb 18 17:24:56 2022 +0100 |
committer | Ronald Cron <ronald.cron@arm.com> | Tue Mar 29 17:00:29 2022 +0200 |
tree | 3fd4972507a44be3fb5ebd8d3d7f5fe9c83d5dcf | |
parent | 8f6d39a81d1cb95503215761672d979584d28f7a [diff] [blame] |
Move TLS 1.3 client hello writing to new TLS 1.2 and 1.3 client file Signed-off-by: Ronald Cron <ronald.cron@arm.com>
diff --git a/library/Makefile b/library/Makefile index d49d20c..d267e05 100644 --- a/library/Makefile +++ b/library/Makefile
@@ -168,6 +168,7 @@ net_sockets.o \ ssl_cache.o \ ssl_ciphersuites.o \ + ssl_client.o \ ssl_cookie.o \ ssl_msg.o \ ssl_ticket.o \