]> git.ipfire.org Git - thirdparty/gnutls.git/commitdiff
HMAC-MD5 deprecated according to ECRYPT II yearly report (2009-2010) recommendations.
authorNikos Mavrogiannopoulos <nmav@gnutls.org>
Fri, 23 Jul 2010 17:36:48 +0000 (19:36 +0200)
committerNikos Mavrogiannopoulos <nmav@gnutls.org>
Fri, 23 Jul 2010 17:36:48 +0000 (19:36 +0200)
lib/gnutls_priority.c

index 319f0972f8a0e54a42b4c92c7c5372ccb69c3d46..d28c456ef4ad1b5657d2515fa2755c4be3b3c73f 100644 (file)
@@ -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
 };