From 68d30ac37a5537b91ee1002879ce279ae7b73bbe Mon Sep 17 00:00:00 2001 From: André Fabian Silva Delgado Date: Tue, 15 Mar 2016 13:14:29 -0300 Subject: iceape: add new package to [libre] --- libre/iceape/rhbz-966424.patch | 23 +++++++++++++++++++++++ 1 file changed, 23 insertions(+) create mode 100644 libre/iceape/rhbz-966424.patch (limited to 'libre/iceape/rhbz-966424.patch') diff --git a/libre/iceape/rhbz-966424.patch b/libre/iceape/rhbz-966424.patch new file mode 100644 index 000000000..c4c332e9e --- /dev/null +++ b/libre/iceape/rhbz-966424.patch @@ -0,0 +1,23 @@ +--- a/toolkit/modules/CertUtils.jsm ++++ b/toolkit/modules/CertUtils.jsm +@@ -170,17 +170,19 @@ this.checkCert = + issuerCert = issuerCert.QueryInterface(Ci.nsIX509Cert3); + var tokenNames = issuerCert.getAllTokenNames({}); + + if (!tokenNames || !tokenNames.some(isBuiltinToken)) + throw new Ce(certNotBuiltInErr, Cr.NS_ERROR_ABORT); + } + + function isBuiltinToken(tokenName) { +- return tokenName == "Builtin Object Token"; ++ return tokenName == "Builtin Object Token" || ++ tokenName == "Default Trust" || ++ tokenName == "System Trust"; + } + + /** + * This class implements nsIBadCertListener. Its job is to prevent "bad cert" + * security dialogs from being shown to the user. It is better to simply fail + * if the certificate is bad. See bug 304286. + * + * @param aAllowNonBuiltInCerts (optional) -- cgit v1.2.3