summaryrefslogtreecommitdiffstats
path: root/lib/libssl/tls13_handshake.c
diff options
context:
space:
mode:
authorjsing <jsing@openbsd.org>2020-01-24 08:21:24 +0000
committerjsing <jsing@openbsd.org>2020-01-24 08:21:24 +0000
commit18f4ffe1b0f679b6a32b4368fae791b51edff664 (patch)
treeb851f770f27898304e35808408b0f32598a3e3b5 /lib/libssl/tls13_handshake.c
parentPreserve the TLS transcript at additional points. (diff)
downloadwireguard-openbsd-18f4ffe1b0f679b6a32b4368fae791b51edff664.tar.xz
wireguard-openbsd-18f4ffe1b0f679b6a32b4368fae791b51edff664.zip
Complete the initial TLSv1.3 implementation.
ok beck@ tb@
Diffstat (limited to 'lib/libssl/tls13_handshake.c')
-rw-r--r--lib/libssl/tls13_handshake.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/lib/libssl/tls13_handshake.c b/lib/libssl/tls13_handshake.c
index 2c5b72a9125..29a22225f7b 100644
--- a/lib/libssl/tls13_handshake.c
+++ b/lib/libssl/tls13_handshake.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: tls13_handshake.c,v 1.43 2020/01/24 06:45:09 jsing Exp $ */
+/* $OpenBSD: tls13_handshake.c,v 1.44 2020/01/24 08:21:24 jsing Exp $ */
/*
* Copyright (c) 2018-2019 Theo Buehler <tb@openbsd.org>
* Copyright (c) 2019 Joel Sing <jsing@openbsd.org>
@@ -141,6 +141,7 @@ struct tls13_handshake_action state_machine[] = {
.recv_preserve_transcript_hash = 1,
.send_preserve_transcript_hash = 1,
.send = tls13_server_finished_send,
+ .sent = tls13_server_finished_sent,
.recv = tls13_server_finished_recv,
},
[APPLICATION_DATA] = {