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.h6
1 files changed, 5 insertions, 1 deletions
diff --git a/lib/gnutls_int.h b/lib/gnutls_int.h
index fa00ad234d..eb5fab1506 100644
--- a/lib/gnutls_int.h
+++ b/lib/gnutls_int.h
@@ -598,8 +598,12 @@ typedef struct {
/* The selected (after server hello EC or DH group */
const gnutls_group_entry_st *grp;
- /* Holds the signature algorithm used in this session - If any */
+ /* Holds the signature algorithm that will be used in this session,
+ * selected by the server at the time of Ciphersuite/certificate
+ * selection - see select_sign_algorithm() */
gnutls_sign_algorithm_t server_sign_algo;
+
+ /* Holds the signature algorithm used in this session - If any */
gnutls_sign_algorithm_t client_sign_algo;
/* Whether the master secret negotiation will be according to