From e04ca894aa08b4b01dbc7ead7524d8026ce8f3be Mon Sep 17 00:00:00 2001 From: jsing <> Date: Sun, 5 Mar 2017 14:39:53 +0000 Subject: Provide a rolling handshake hash that commences as soon as the cipher suite has been selected, and convert the final finish MAC to use this handshake hash. This is a first step towards cleaning up the current handshake buffer/digest code. ok beck@ inoguchi@ --- 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 1fa49e86df..b1e67ed9ac 100644 --- a/src/lib/libssl/Makefile +++ b/src/lib/libssl/Makefile @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile,v 1.31 2017/01/26 09:16:01 jsing Exp $ +# $OpenBSD: Makefile,v 1.32 2017/03/05 14:39:53 jsing Exp $ .include .ifndef NOMAN @@ -25,7 +25,7 @@ SYMBOL_LIST= ${.CURDIR}/Symbols.list SRCS= \ ssl_srvr.c ssl_clnt.c s3_lib.c ssl_pkt.c ssl_both.c \ - t1_meth.c t1_srvr.c t1_clnt.c t1_lib.c t1_enc.c \ + t1_meth.c t1_srvr.c t1_clnt.c t1_lib.c t1_enc.c t1_hash.c \ d1_meth.c d1_srvr.c d1_clnt.c d1_lib.c d1_pkt.c \ d1_both.c d1_enc.c d1_srtp.c \ ssl_lib.c ssl_cert.c ssl_sess.c \ -- cgit v1.2.3-55-g6feb