summaryrefslogtreecommitdiff
path: root/lib/gnutls_int.h
diff options
context:
space:
mode:
authorNikos Mavrogiannopoulos <nmav@redhat.com>2017-10-03 11:43:45 +0200
committerNikos Mavrogiannopoulos <nmav@redhat.com>2018-02-19 15:29:35 +0100
commit72674eebe537f08b6b229902a22407aa283fa8e2 (patch)
treef717ec4f42caa73f62ae37dde3b95bf684aa7d5f /lib/gnutls_int.h
parentce97793cd7532e9d4752313fe96f22de90cd5484 (diff)
downloadgnutls-72674eebe537f08b6b229902a22407aa283fa8e2.tar.gz
handshake: send certificate request when requested
Signed-off-by: Nikos Mavrogiannopoulos <nmav@redhat.com>
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 b19eb987ed..b5eac7d5ef 100644
--- a/lib/gnutls_int.h
+++ b/lib/gnutls_int.h
@@ -1114,6 +1114,7 @@ typedef struct {
#define HSK_CRT_ASKED (1<<2)
#define HSK_HRR_SENT (1<<3)
#define HSK_HRR_RECEIVED (1<<4)
+#define HSK_CRT_REQ_SENT (1<<5)
unsigned hsk_flags; /* TLS1.3 only */
unsigned crt_requested; /* 1 if client auth was requested (i.e., client cert).