From: Nikos Mavrogiannopoulos Date: Sun, 10 Feb 2013 10:46:21 +0000 (+0100) Subject: further relaxed security levels X-Git-Tag: gnutls_3_1_8~6 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=1444c78274efe982be18263fbbc8bfbb5e1a63c6;p=thirdparty%2Fgnutls.git further relaxed security levels --- 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)