Home | History | Annotate | Download | only in lib

Lines Matching refs:Trust

95   "NOT_TRUSTED",          # Don't trust these certs.
145 print " 4) Generally unwise to blindly trust CAs without manual review & verification\n";
165 print wrap("\t","\t\t", "-p\tlist of Mozilla trust purposes and levels for certificates to include in output. Takes the form of a comma separated list of purposes, a colon, and a comma separated list of levels. (default: $default_mozilla_trust_purposes:$default_mozilla_trust_levels)"), "\n";
257 print "Error: Mozilla trust identifier list must include both purposes and levels\n";
262 my @included_mozilla_trust_purposes = parse_csv_param( "trust purpose", $included_mozilla_trust_purposes_string, @valid_mozilla_trust_purposes );
263 my @included_mozilla_trust_levels = parse_csv_param( "trust level", $included_mozilla_trust_levels_string, @valid_mozilla_trust_levels );
411 # scan forwards until the trust part
416 # now scan the trust part to determine how we should trust this cert
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";