From: Nikos Mavrogiannopoulos Date: Sat, 30 Nov 2013 18:02:26 +0000 (+0100) Subject: adjusted subgroup bits to be compatible with DSA requirements. X-Git-Tag: gnutls_3_3_0pre0~518 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=af8ad0f49f455ee269d99ab3025878dffc8a4919;p=thirdparty%2Fgnutls.git adjusted subgroup bits to be compatible with DSA requirements. --- diff --git a/lib/algorithms/secparams.c b/lib/algorithms/secparams.c index 288243c36f..6455406593 100644 --- a/lib/algorithms/secparams.c +++ b/lib/algorithms/secparams.c @@ -39,7 +39,7 @@ typedef struct { static const gnutls_sec_params_entry sec_params[] = { {"Insecure", GNUTLS_SEC_PARAM_INSECURE, 0, 0, 0, 0, 0}, - {"Export", GNUTLS_SEC_PARAM_EXPORT, 42, 512, 0, 150, 0}, + {"Export", GNUTLS_SEC_PARAM_EXPORT, 42, 512, 0, 160, 0}, {"Very weak", GNUTLS_SEC_PARAM_VERY_WEAK, 64, 767, 0, 160, 0}, {"Weak", GNUTLS_SEC_PARAM_WEAK, 72, 1008, 1024, 160, 160}, #ifdef ENABLE_FIPS140