summaryrefslogtreecommitdiff
path: root/lib/gnutls_int.h
diff options
context:
space:
mode:
authorDaiki Ueno <ueno@gnu.org>2020-09-03 17:20:25 +0000
committerDaiki Ueno <ueno@gnu.org>2020-09-03 17:20:25 +0000
commit1efebfb7a4d5f689eabe2c7e3232daf5ecbab957 (patch)
treed09cbfe8103433325e6d77990392251860a44701 /lib/gnutls_int.h
parenta91a70076cd39a050b036e1a7902451f060d205a (diff)
parent29ee67c205855e848a0a26e6d0e4f65b6b943e0a (diff)
downloadgnutls-1efebfb7a4d5f689eabe2c7e3232daf5ecbab957.tar.gz
Merge branch 'tmp-renegotiation' into 'master'
handshake: reject no_renegotiation alert if handshake is incomplete Closes #1071 See merge request gnutls/gnutls!1320
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. */