summaryrefslogtreecommitdiff
path: root/lib/gnutls_int.h
diff options
context:
space:
mode:
authorNikos Mavrogiannopoulos <nmav@gnutls.org>2012-09-17 19:55:50 +0200
committerNikos Mavrogiannopoulos <nmav@gnutls.org>2012-09-17 19:55:54 +0200
commitc17c57ff450814fccf4a7cc3c764447c998886e0 (patch)
treee747193cbd7ad6453dca284e438b690e8e79080e /lib/gnutls_int.h
parentde90e7f1e82925e11486bf791086145ccd6801d4 (diff)
downloadgnutls-c17c57ff450814fccf4a7cc3c764447c998886e0.tar.gz
Warn on certificate with weak security levels. (re)introduces GNUTLS_SEC_PARAM_WEAK.
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 c7814392e8..d621e138ef 100644
--- a/lib/gnutls_int.h
+++ b/lib/gnutls_int.h
@@ -589,6 +589,7 @@ struct gnutls_priority_st
unsigned int ssl3_record_version:1;
unsigned int server_precedence:1;
unsigned int allow_key_usage_violation:1;
+ unsigned int allow_weak_keys:1;
/* Whether stateless compression will be used */
unsigned int stateless_compression:1;
unsigned int additional_verify_flags;