summaryrefslogtreecommitdiffstats
path: root/lib/libssl/tls13_internal.h
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_internal.h
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_internal.h')
-rw-r--r--lib/libssl/tls13_internal.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/lib/libssl/tls13_internal.h b/lib/libssl/tls13_internal.h
index b42889712fe..4ff2df6e976 100644
--- a/lib/libssl/tls13_internal.h
+++ b/lib/libssl/tls13_internal.h
@@ -1,4 +1,4 @@
-/* $OpenBSD: tls13_internal.h,v 1.52 2020/01/24 04:43:09 jsing Exp $ */
+/* $OpenBSD: tls13_internal.h,v 1.53 2020/01/24 08:21:24 jsing Exp $ */
/*
* Copyright (c) 2018 Bob Beck <beck@openbsd.org>
* Copyright (c) 2018 Theo Buehler <tb@openbsd.org>
@@ -293,6 +293,7 @@ int tls13_server_certificate_verify_send(struct tls13_ctx *ctx, CBB *cbb);
int tls13_server_certificate_verify_recv(struct tls13_ctx *ctx, CBS *cbs);
int tls13_server_finished_recv(struct tls13_ctx *ctx, CBS *cbs);
int tls13_server_finished_send(struct tls13_ctx *ctx, CBB *cbb);
+int tls13_server_finished_sent(struct tls13_ctx *ctx);
void tls13_error_clear(struct tls13_error *error);