summaryrefslogtreecommitdiff
path: root/src/lib/libssl/tls13_internal.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/lib/libssl/tls13_internal.h')
-rw-r--r--src/lib/libssl/tls13_internal.h4
1 files changed, 3 insertions, 1 deletions
diff --git a/src/lib/libssl/tls13_internal.h b/src/lib/libssl/tls13_internal.h
index f27f46df52..7ec166f3fa 100644
--- a/src/lib/libssl/tls13_internal.h
+++ b/src/lib/libssl/tls13_internal.h
@@ -1,4 +1,4 @@
1/* $OpenBSD: tls13_internal.h,v 1.74 2020/05/10 16:59:51 jsing Exp $ */ 1/* $OpenBSD: tls13_internal.h,v 1.75 2020/05/10 17:13:30 tb Exp $ */
2/* 2/*
3 * Copyright (c) 2018 Bob Beck <beck@openbsd.org> 3 * Copyright (c) 2018 Bob Beck <beck@openbsd.org>
4 * Copyright (c) 2018 Theo Buehler <tb@openbsd.org> 4 * Copyright (c) 2018 Theo Buehler <tb@openbsd.org>
@@ -253,6 +253,7 @@ struct tls13_ctx {
253 int handshake_completed; 253 int handshake_completed;
254 int middlebox_compat; 254 int middlebox_compat;
255 int send_dummy_ccs; 255 int send_dummy_ccs;
256 int send_dummy_ccs_after;
256 257
257 int close_notify_sent; 258 int close_notify_sent;
258 int close_notify_recv; 259 int close_notify_recv;
@@ -355,6 +356,7 @@ int tls13_server_hello_send(struct tls13_ctx *ctx, CBB *cbb);
355int tls13_server_hello_sent(struct tls13_ctx *ctx); 356int tls13_server_hello_sent(struct tls13_ctx *ctx);
356int tls13_server_hello_retry_request_recv(struct tls13_ctx *ctx, CBS *cbs); 357int tls13_server_hello_retry_request_recv(struct tls13_ctx *ctx, CBS *cbs);
357int tls13_server_hello_retry_request_send(struct tls13_ctx *ctx, CBB *cbb); 358int tls13_server_hello_retry_request_send(struct tls13_ctx *ctx, CBB *cbb);
359int tls13_server_hello_retry_request_sent(struct tls13_ctx *ctx);
358int tls13_server_encrypted_extensions_recv(struct tls13_ctx *ctx, CBS *cbs); 360int tls13_server_encrypted_extensions_recv(struct tls13_ctx *ctx, CBS *cbs);
359int tls13_server_encrypted_extensions_send(struct tls13_ctx *ctx, CBB *cbb); 361int tls13_server_encrypted_extensions_send(struct tls13_ctx *ctx, CBB *cbb);
360int tls13_server_certificate_recv(struct tls13_ctx *ctx, CBS *cbs); 362int tls13_server_certificate_recv(struct tls13_ctx *ctx, CBS *cbs);