Lines Matching refs:report
201 sub report($@) { subroutine
301 report "SHA256 of old file: $oldhash";
304 report "Downloading $txt ...";
310 report "Get certdata with curl!";
316 report "Downloaded $txt";
319 report "Failed downloading via HTTPS with curl";
321 report "Failed to remove '$txt': $!";
326 report "curl lacks https support";
330 report "curl not found";
337 report "Falling back to HTTP";
341 report "URLs other than HTTPS are disabled by default, to enable use -k";
344 report "Get certdata with LWP!";
346 report "LWP is not available (LWP::UserAgent not found)";
353 report "Not modified";
358 report "Downloaded $txt";
361 report "Unable to download latest data: "
380 report "Downloaded file identical to previous run\'s source file. Exiting";
382 report "Failed to remove $txt: $!\n";
387 report "SHA256 of new file: $newhash";
419 report "Processing '$txt' ...";
469 report "distrust date stamp is not using UTC";
483 report "Skipping: $caname is not trusted anymore" if ($opt_v);
519 …report "Warning: Unrecognized trust purpose for cert: $caname. Trust purpose: $1. Trust Level: $2";
521 … report "Warning: Unrecognized trust level for cert: $caname. Trust purpose: $1. Trust Level: $2";
530 report "Skipping: $caname" if ($opt_v);
584 report "Parsing: $caname" if ($opt_v);
607 report "Failed to remove $txt: $!\n";
609 report "Done ($certnum CA certs processed, $skipnum skipped).";