Title: [commits] (heikki) [15342] Bug 10829, do not warn about self-signed certificates.
Revision
15342
Author
heikki
Date
2007-09-19 09:21:44 -0700 (Wed, 19 Sep 2007)

Log Message

Bug 10829, do not warn about self-signed certificates. Untrusted certificates (like when seeing for the
first time) are still asked about. r=grant.

Modified Paths

Diff

Modified: trunk/chandler/parcels/osaf/framework/certstore/ssl.py (15341 => 15342)

--- trunk/chandler/parcels/osaf/framework/certstore/ssl.py	2007-09-18 19:03:14 UTC (rev 15341)
+++ trunk/chandler/parcels/osaf/framework/certstore/ssl.py	2007-09-19 16:21:44 UTC (rev 15342)
@@ -197,6 +197,7 @@
 # the certificate can't be verified because we don't have
 # the issuing certificate.
 unknown_issuer = [m2.X509_V_ERR_DEPTH_ZERO_SELF_SIGNED_CERT,
+                  m2.X509_V_ERR_SELF_SIGNED_CERT_IN_CHAIN,
                   m2.X509_V_ERR_UNABLE_TO_GET_ISSUER_CERT_LOCALLY,
                   m2.X509_V_ERR_CERT_UNTRUSTED,
                   m2.X509_V_ERR_UNABLE_TO_VERIFY_LEAF_SIGNATURE]




_______________________________________________
Commits mailing list
[email protected]
http://lists.osafoundation.org/mailman/listinfo/commits

Reply via email to