Home | History | Annotate | Download | only in lib

Lines Matching defs:report

188 sub report($@) {
287 report "SHA1 of old file: $oldsha1";
289 report "Downloading '$txt' ...";
294 report "Get certdata over HTTPS with curl!";
300 report "Failed downloading HTTPS with curl, trying HTTP with LWP";
309 report "Not modified";
315 report "Unable to download latest data: "
333 report "Downloaded file identical to previous run\'s source file. Exiting";
337 report "SHA1 of new file: $newsha1";
369 report "Processing '$txt' ...";
421 report "Warning: Unrecognized trust purpose for cert: $caname. Trust purpose: $1. Trust Level: $2";
423 report "Warning: Unrecognized trust level for cert: $caname. Trust purpose: $1. Trust Level: $2";
478 report "Parsing: $caname" if ($opt_v);
499 report "Done ($certnum CA certs processed, $skipnum skipped).";