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
commit2a405871ad187075888a4b474596615bfa9e12a7 (patch)
tree6666049523937c7ae835bbe58ae646628168a32f /src/lib/libssl/tls13_internal.h
parent3f15f4522962f7d56d23146efc85e867aeb3d469 (diff)
downloadopenbsd-2a405871ad187075888a4b474596615bfa9e12a7.tar.gz
openbsd-2a405871ad187075888a4b474596615bfa9e12a7.tar.bz2
openbsd-2a405871ad187075888a4b474596615bfa9e12a7.zip
Add a middlebox_compat flag and condition session ID randomisation on it.
ok tb@
Diffstat (limited to '')
-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;