[csw-devel] SF.net SVN: gar:[16086] csw/mgar/pkg/ca_certificates/trunk/files/ certdata2pem.pl

chninkel at users.sourceforge.net chninkel at users.sourceforge.net
Sun Nov 6 00:09:10 CET 2011


Revision: 16086
          http://gar.svn.sourceforge.net/gar/?rev=16086&view=rev
Author:   chninkel
Date:     2011-11-05 23:09:10 +0000 (Sat, 05 Nov 2011)
Log Message:
-----------
ca_certificates: exclude bogus and distrusted certificates

Modified Paths:
--------------
    csw/mgar/pkg/ca_certificates/trunk/files/certdata2pem.pl

Modified: csw/mgar/pkg/ca_certificates/trunk/files/certdata2pem.pl
===================================================================
--- csw/mgar/pkg/ca_certificates/trunk/files/certdata2pem.pl	2011-11-05 23:01:02 UTC (rev 16085)
+++ csw/mgar/pkg/ca_certificates/trunk/files/certdata2pem.pl	2011-11-05 23:09:10 UTC (rev 16086)
@@ -63,6 +63,7 @@
 		$val =~ s/[\/\s,]/_/g;
 		$val =~ s/[()]//g;
 		$val = strip_diacritics ($val);
+		next if ($val =~ /Explicitly_Distrust/ or $val =~ /Bogus/);
 		$fname = $val . ".pem";
 		next;
 	}

This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.



More information about the devel mailing list