From 3ef5fc080daaeca210db9bb6c0ec9e6cc0ca6b04 Mon Sep 17 00:00:00 2001 From: jsing <> Date: Mon, 21 Jan 2019 09:10:58 +0000 Subject: Provide TLS 1.3 cipher AEAD/hash and legacy I/O handling functions. Provide functionality for determining AEADs and hashes for TLS 1.3 ciphers. Also provide wire read/write callbacks that interface with BIO and functions that interface between SSL_read/SSL_write and the TLS 1.3 record layer API. 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 12cfd3d4f0..1bb3a0e78d 100644 --- a/src/lib/libssl/Makefile +++ b/src/lib/libssl/Makefile @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile,v 1.50 2019/01/20 12:27:34 jsing Exp $ +# $OpenBSD: Makefile,v 1.51 2019/01/21 09:10:58 jsing Exp $ .include .ifndef NOMAN @@ -65,6 +65,7 @@ SRCS= \ tls13_handshake.c \ tls13_handshake_msg.c \ tls13_key_schedule.c \ + tls13_lib.c \ tls13_record.c \ tls13_record_layer.c -- cgit v1.2.3-55-g6feb