summaryrefslogtreecommitdiffstats
path: root/patches/source/pidgin/purple-allow-sign-rsa-md5.patch
blob: d882a6e8490ea7b4acfbb17cf1bff53b2e8af018 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
--- libpurple/plugins/ssl/ssl-gnutls.c.old	2008-10-17 18:58:31.000000000 +0200
+++ libpurple/plugins/ssl/ssl-gnutls.c	2008-10-17 18:53:03.000000000 +0200
@@ -693,7 +693,8 @@
 					(Verisign and possibly others have
 					root certificates that predate the
 					current standard) */
-				     GNUTLS_VERIFY_ALLOW_X509_V1_CA_CRT,
+				     GNUTLS_VERIFY_ALLOW_X509_V1_CA_CRT 
+				     | GNUTLS_VERIFY_ALLOW_SIGN_RSA_MD5,
 				     &verify);
 
 	if (ret != 0) {