aboutsummaryrefslogtreecommitdiff
path: root/external/unbound/contrib/patch_rsamd5_enable.diff
blob: dfd4a7b9f3f02ca764b77e1fb66ed20480fe4be4 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
Index: validator/val_secalgo.c
===================================================================
--- validator/val_secalgo.c	(revision 2759)
+++ validator/val_secalgo.c	(working copy)
@@ -153,7 +153,7 @@
 	switch(id) {
 	case LDNS_RSAMD5:
 		/* RFC 6725 deprecates RSAMD5 */
-		return 0;
+		return 1;
 	case LDNS_DSA:
 	case LDNS_DSA_NSEC3:
 	case LDNS_RSASHA1:
@@ -617,7 +617,7 @@
 	switch(id) {
 	case LDNS_RSAMD5:
 		/* RFC 6725 deprecates RSAMD5 */
-		return 0;
+		return 1;
 	case LDNS_DSA:
 	case LDNS_DSA_NSEC3:
 	case LDNS_RSASHA1: