summaryrefslogtreecommitdiff
path: root/lib/gnutls_int.h
diff options
context:
space:
mode:
Diffstat (limited to 'lib/gnutls_int.h')
-rw-r--r--lib/gnutls_int.h14
1 files changed, 5 insertions, 9 deletions
diff --git a/lib/gnutls_int.h b/lib/gnutls_int.h
index 4132c01680..f8b27612e4 100644
--- a/lib/gnutls_int.h
+++ b/lib/gnutls_int.h
@@ -420,15 +420,6 @@ struct gnutls_key_st {
auth_cred_st *cred; /* used to specify keys/certificates etc */
- int crt_requested;
- /* some ciphersuites use this
- * to provide client authentication.
- * 1 if client auth was requested
- * by the peer, 0 otherwise
- *** In case of a server this
- * holds 1 if we should wait
- * for a client certificate verify
- */
};
typedef struct gnutls_key_st gnutls_key_st;
@@ -1003,6 +994,11 @@ typedef struct {
unsigned int handshake_timeout_ms; /* timeout in milliseconds */
unsigned int record_timeout_ms; /* timeout in milliseconds */
+ unsigned crt_requested; /* 1 if client auth was requested (i.e., client cert).
+ * In case of a server this holds 1 if we should wait
+ * for a client certificate verify
+ */
+
gnutls_buffer_st hb_local_data;
gnutls_buffer_st hb_remote_data;
struct timespec hb_ping_start; /* timestamp: when first HeartBeat ping was sent */