summaryrefslogtreecommitdiff
path: root/lib/gnutls_int.h
diff options
context:
space:
mode:
authorDaiki Ueno <ueno@gnu.org>2020-09-04 05:02:28 +0000
committerDaiki Ueno <ueno@gnu.org>2020-09-04 05:02:28 +0000
commitb4787dbefaca4f096ebb1f9c54722db1b51f2b8e (patch)
tree6cfd10258ade0e5d832385ca3dbc051072ea0cd1 /lib/gnutls_int.h
parent999525211e1a5a22194411a4b078259137f5fe19 (diff)
parent521e6492b9bbc8ec1519924526942cf2fc719497 (diff)
downloadgnutls-b4787dbefaca4f096ebb1f9c54722db1b51f2b8e.tar.gz
Merge branch 'tmp-renegotiation-3_6_x' into 'gnutls_3_6_x'
handshake: reject no_renegotiation alert if handshake is incomplete [3.6.x] See merge request gnutls/gnutls!1321
Diffstat (limited to 'lib/gnutls_int.h')
-rw-r--r--lib/gnutls_int.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/gnutls_int.h b/lib/gnutls_int.h
index bb6c197138..31cec5c0cd 100644
--- a/lib/gnutls_int.h
+++ b/lib/gnutls_int.h
@@ -1370,6 +1370,7 @@ typedef struct {
#define HSK_RECORD_SIZE_LIMIT_RECEIVED (1<<26) /* server: record_size_limit extension was seen but not accepted yet */
#define HSK_OCSP_REQUESTED (1<<27) /* server: client requested OCSP stapling */
#define HSK_CLIENT_OCSP_REQUESTED (1<<28) /* client: server requested OCSP stapling */
+#define HSK_SERVER_HELLO_RECEIVED (1<<29) /* client: Server Hello message has been received */
/* The hsk_flags are for use within the ongoing handshake;
* they are reset to zero prior to handshake start by gnutls_handshake. */