summaryrefslogtreecommitdiff
path: root/www/chromium-uc/patches/extra/iridium-browser/Remove-EV-certificates.patch
diff options
context:
space:
mode:
Diffstat (limited to 'www/chromium-uc/patches/extra/iridium-browser/Remove-EV-certificates.patch')
-rw-r--r--www/chromium-uc/patches/extra/iridium-browser/Remove-EV-certificates.patch43
1 files changed, 0 insertions, 43 deletions
diff --git a/www/chromium-uc/patches/extra/iridium-browser/Remove-EV-certificates.patch b/www/chromium-uc/patches/extra/iridium-browser/Remove-EV-certificates.patch
deleted file mode 100644
index 8f794fe..0000000
--- a/www/chromium-uc/patches/extra/iridium-browser/Remove-EV-certificates.patch
+++ /dev/null
@@ -1,43 +0,0 @@
1From d32e222a2706cb59f9855b9cf4330f88d1af5435 Mon Sep 17 00:00:00 2001
2From: Jan Engelhardt <jengelh@inai.de>
3Date: Thu, 2 Apr 2015 12:44:23 +0200
4Subject: [PATCH 41/66] Remove EV certificates
5
6The team chose to let EV certificates appear just like normal
7certificates. The web of trust is considered a failure in itself, so
8do not give users a false sense of extra security with EV certs.
9Instead, let them appear just like regular ones.
10---
11 net/cert/ev_root_ca_metadata.cc | 14 +++++++++++++-
12 1 file changed, 13 insertions(+), 1 deletion(-)
13
14--- net/cert/ev_root_ca_metadata.cc.orig
15+++ net/cert/ev_root_ca_metadata.cc
16@@ -41,6 +41,16 @@ struct EVMetadata {
17
18 // These certificates may be found in net/data/ssl/ev_roots.
19 static const EVMetadata kEvRootCaMetadata[] = {
20+ // need some dummy thing to make compiler happy, because
21+ // arraysize() is implemented as a convoluted template rather than
22+ // the traditional sizeof(x)/sizeof(*x)
23+ { { { 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff,
24+ 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff } },
25+ {
26+ "0",
27+ }
28+ },
29+#if 0
30 // AC Camerfirma S.A. Chambers of Commerce Root - 2008
31 // https://www.camerfirma.com
32 {
33@@ -590,7 +600,9 @@ static const EVMetadata kEvRootCaMetadat
34 0xd2, 0x09, 0xb7, 0x37, 0xcb, 0xe2, 0xc1, 0x8c, 0xfb, 0x2c, 0x10,
35 0xc0, 0xff, 0x0b, 0xcf, 0x0d, 0x32, 0x86, 0xfc, 0x1a, 0xa2}},
36 {"2.16.840.1.114404.1.1.2.4.1", ""},
37- }};
38+ }
39+#endif
40+};
41
42 #endif // defined(PLATFORM_USES_CHROMIUM_EV_METADATA)
43 } // namespace