summaryrefslogtreecommitdiff
path: root/src/lib/libssl/tls13_internal.h
diff options
context:
space:
mode:
authorjsing <>2020-05-09 15:30:21 +0000
committerjsing <>2020-05-09 15:30:21 +0000
commite60743c2598f2b8d05fbd008cafbfe16bfe0b9a3 (patch)
tree6666049523937c7ae835bbe58ae646628168a32f /src/lib/libssl/tls13_internal.h
parent465ed0712229ad7d942b62e920b8adff60f611ab (diff)
downloadopenbsd-e60743c2598f2b8d05fbd008cafbfe16bfe0b9a3.tar.gz
openbsd-e60743c2598f2b8d05fbd008cafbfe16bfe0b9a3.tar.bz2
openbsd-e60743c2598f2b8d05fbd008cafbfe16bfe0b9a3.zip
Add a middlebox_compat flag and condition session ID randomisation on it.
ok tb@
Diffstat (limited to 'src/lib/libssl/tls13_internal.h')
-rw-r--r--src/lib/libssl/tls13_internal.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/lib/libssl/tls13_internal.h b/src/lib/libssl/tls13_internal.h
index b699b20501..f15d11551a 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.68 2020/05/09 15:05:50 beck Exp $ */ 1/* $OpenBSD: tls13_internal.h,v 1.69 2020/05/09 15:30:21 jsing 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>
@@ -218,6 +218,7 @@ struct tls13_ctx {
218 uint8_t mode; 218 uint8_t mode;
219 struct tls13_handshake_stage handshake_stage; 219 struct tls13_handshake_stage handshake_stage;
220 int handshake_completed; 220 int handshake_completed;
221 int middlebox_compat;
221 222
222 int close_notify_sent; 223 int close_notify_sent;
223 int close_notify_recv; 224 int close_notify_recv;