summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNikos Mavrogiannopoulos <nmav@gnutls.org>2013-02-10 11:46:21 +0100
committerNikos Mavrogiannopoulos <nmav@gnutls.org>2013-02-10 11:46:21 +0100
commit1444c78274efe982be18263fbbc8bfbb5e1a63c6 (patch)
tree934c22ad30db9ba854bcf494105d7ff086927481
parent82a1682a4977553aa2c35992cb35343ce31c3eda (diff)
downloadgnutls-1444c78274efe982be18263fbbc8bfbb5e1a63c6.tar.gz
further relaxed security levels
-rw-r--r--lib/gnutls_priority.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/gnutls_priority.c b/lib/gnutls_priority.c
index 633cc728f8..33ed29442e 100644
--- a/lib/gnutls_priority.c
+++ b/lib/gnutls_priority.c
@@ -691,9 +691,9 @@ bulk_rmadd_func *func;
sign_priority_secure128);
func (&priority_cache->supported_ecc, supported_ecc_secure128);
- /* be conservative for now. Set the bits to correspond to an 80-bit level */
+ /* be conservative for now. Set the bits to correspond to an 72-bit level */
if (priority_cache->level == 0)
- priority_cache->level = GNUTLS_SEC_PARAM_LOW;
+ priority_cache->level = GNUTLS_SEC_PARAM_WEAK;
return 1;
}
else if (strcasecmp (level, LEVEL_SUITEB128) == 0)