From ffe8e82eef74387bb8e12edf02bad07f43f8797e Mon Sep 17 00:00:00 2001 From: tb <> Date: Thu, 8 Nov 2018 23:54:59 +0000 Subject: First skeleton of the TLS 1.3 state machine. Based on RFC 8446 and inspired by s2n's state machine. Lots of help and input from jsing. ok beck, jsing --- src/lib/libssl/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/lib/libssl/Makefile') diff --git a/src/lib/libssl/Makefile b/src/lib/libssl/Makefile index 762ca0d18d..3969b453a5 100644 --- a/src/lib/libssl/Makefile +++ b/src/lib/libssl/Makefile @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile,v 1.41 2018/11/07 19:43:12 beck Exp $ +# $OpenBSD: Makefile,v 1.42 2018/11/08 23:54:59 tb Exp $ .include .ifndef NOMAN @@ -34,7 +34,7 @@ SRCS= \ ssl_asn1.c ssl_txt.c ssl_algs.c \ bio_ssl.c ssl_err.c ssl_methods.c \ ssl_packet.c ssl_tlsext.c ssl_versions.c pqueue.c ssl_init.c \ - tls13_key_schedule.c + tls13_handshake.c tls13_key_schedule.c SRCS+= s3_cbc.c SRCS+= bs_ber.c bs_cbb.c bs_cbs.c -- cgit v1.2.3-55-g6feb