summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'net-libs/gnutls/files/gnutls-2.2.5-CVE-2008-4989-V2.patch')
-rw-r--r--net-libs/gnutls/files/gnutls-2.2.5-CVE-2008-4989-V2.patch20
1 files changed, 0 insertions, 20 deletions
diff --git a/net-libs/gnutls/files/gnutls-2.2.5-CVE-2008-4989-V2.patch b/net-libs/gnutls/files/gnutls-2.2.5-CVE-2008-4989-V2.patch
deleted file mode 100644
index 154f1ba79ff3..000000000000
--- a/net-libs/gnutls/files/gnutls-2.2.5-CVE-2008-4989-V2.patch
+++ /dev/null
@@ -1,20 +0,0 @@
---- gnutls-2.4.1/lib/x509/verify.c.orig 2008-07-01 06:45:51.000000000 +1000
-+++ gnutls-2.4.1/lib/x509/verify.c 2008-11-07 16:48:08.000000000 +1100
-@@ -414,17 +425,6 @@
- }
- #endif
-
-- /* Check if the last certificate in the path is self signed.
-- * In that case ignore it (a certificate is trusted only if it
-- * leads to a trusted party by us, not the server's).
-- */
-- if (gnutls_x509_crt_check_issuer (certificate_list[clist_size - 1],
-- certificate_list[clist_size - 1]) > 0
-- && clist_size > 0)
-- {
-- clist_size--;
-- }
--
- /* Verify the certificate path (chain)
- */
- for (i = clist_size - 1; i > 0; i--)