$FreeBSD$ --- ca-bundle.pl.orig +++ ca-bundle.pl @@ -3,30 +3,18 @@ ## # configuration -my $cvsroot = ':pserver:anonymous@cvs-mirror.mozilla.org:/cvsroot'; -my $certdata = 'mozilla/security/nss/lib/ckfw/builtins/certdata.txt'; - -my $date = `date`; -$date =~ s/\n$//s; print <) { +while () { if (/^CKA_VALUE MULTILINE_OCTAL/) { $incert = 1; open(OUT, "|openssl x509 -text -inform DER -fingerprint")