From 8c4b49ffef3b61d982a273df3cd92b2e017aa065 Mon Sep 17 00:00:00 2001 From: jsing <> Date: Thu, 30 Jan 2020 17:09:23 +0000 Subject: Provide struct/functions for handling TLSv1.3 key shares. Pull out the key share handling code and provide a clean/self contained interface. This will make it easier to support groups other than X25519. ok beck@ inoguchi@ 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 489c4fd217..afbd6d148e 100644 --- a/src/lib/libssl/Makefile +++ b/src/lib/libssl/Makefile @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile,v 1.61 2020/01/30 16:25:09 jsing Exp $ +# $OpenBSD: Makefile,v 1.62 2020/01/30 17:09:23 jsing Exp $ .include .ifndef NOMAN @@ -73,6 +73,7 @@ SRCS= \ tls13_handshake.c \ tls13_handshake_msg.c \ tls13_key_schedule.c \ + tls13_key_share.c \ tls13_lib.c \ tls13_record.c \ tls13_record_layer.c \ -- cgit v1.2.3-55-g6feb