summaryrefslogtreecommitdiff
path: root/lib/auth/cert.h
diff options
context:
space:
mode:
Diffstat (limited to 'lib/auth/cert.h')
-rw-r--r--lib/auth/cert.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/lib/auth/cert.h b/lib/auth/cert.h
index 4499320865..29b7220f7b 100644
--- a/lib/auth/cert.h
+++ b/lib/auth/cert.h
@@ -102,6 +102,10 @@ typedef struct gnutls_certificate_credentials_st {
/* OCSP */
gnutls_status_request_ocsp_func glob_ocsp_func;
void *glob_ocsp_func_ptr; /* corresponding OCSP response function */
+
+ /* This is only used by server to indicate whether this
+ * credentials can be used for signing in TLS 1.3. */
+ bool tls13_ok;
} certificate_credentials_st;
/* This is the information we keep for the peer