From 07fa764110a3015e1b1989f5fbbfc7a9c9f2d7ed Mon Sep 17 00:00:00 2001 From: jsing <> Date: Sun, 20 Jan 2019 12:27:34 +0000 Subject: Provide a handshake message handling implementation for TLS 1.3. It receives handshake messages by reading and parsing data from the record layer. It also provides support for building and sending handshake messages. ok tb@ --- src/lib/libssl/Makefile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'src/lib/libssl/Makefile') diff --git a/src/lib/libssl/Makefile b/src/lib/libssl/Makefile index d23aaa7249..12cfd3d4f0 100644 --- a/src/lib/libssl/Makefile +++ b/src/lib/libssl/Makefile @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile,v 1.49 2019/01/20 10:31:54 jsing Exp $ +# $OpenBSD: Makefile,v 1.50 2019/01/20 12:27:34 jsing Exp $ .include .ifndef NOMAN @@ -63,6 +63,7 @@ SRCS= \ t1_lib.c \ tls13_buffer.c \ tls13_handshake.c \ + tls13_handshake_msg.c \ tls13_key_schedule.c \ tls13_record.c \ tls13_record_layer.c -- cgit v1.2.3-55-g6feb