From: Nikos Mavrogiannopoulos Date: Fri, 23 Jul 2010 17:36:48 +0000 (+0200) Subject: HMAC-MD5 deprecated according to ECRYPT II yearly report (2009-2010) recommendations. X-Git-Tag: gnutls_2_11_3~90 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=4e35211c8ced250770a577e5b2e3bb59948088d2;p=thirdparty%2Fgnutls.git HMAC-MD5 deprecated according to ECRYPT II yearly report (2009-2010) recommendations. --- diff --git a/lib/gnutls_priority.c b/lib/gnutls_priority.c index 319f0972f8..d28c456ef4 100644 --- a/lib/gnutls_priority.c +++ b/lib/gnutls_priority.c @@ -361,7 +361,6 @@ static const int sign_priority_secure256[] = { }; static const int mac_priority_performance[] = { - GNUTLS_MAC_MD5, GNUTLS_MAC_SHA1, 0 }; @@ -370,7 +369,6 @@ static const int mac_priority_performance[] = { static const int mac_priority_secure[] = { GNUTLS_MAC_SHA256, GNUTLS_MAC_SHA1, - GNUTLS_MAC_MD5, 0 };