diff options
author | Rob Austein <sra@hactrn.net> | 2006-08-22 22:30:18 +0000 |
---|---|---|
committer | Rob Austein <sra@hactrn.net> | 2006-08-22 22:30:18 +0000 |
commit | bf899e9421a363d801a516a19acf7df8a6ce783e (patch) | |
tree | 557b376b87fe43e8273ff496f1caf09df5cc4187 /scripts/gen-verify-test.pl | |
parent | 31b9c60f8a0012116aab0c6881656fc9333b927d (diff) |
# on 2006/08/12 06:07:03, sra did:
cleanup
svn path=/scripts/gen-verify-test.pl; revision=211
Diffstat (limited to 'scripts/gen-verify-test.pl')
-rw-r--r-- | scripts/gen-verify-test.pl | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/scripts/gen-verify-test.pl b/scripts/gen-verify-test.pl index 615f51d2..7cff1126 100644 --- a/scripts/gen-verify-test.pl +++ b/scripts/gen-verify-test.pl @@ -82,13 +82,13 @@ for my $f (@files) { "echo Checking chain:\n") if ($verbose > 0); for (($f, @ancestors)) { - print("echo ' File: $_'\n") + print("echo ' Certificate: $_'\n") if ($verbose > 0); print("$openssl x509 -noout -text -inform DER -certopt no_header,no_signame,no_validity,no_pubkey,no_sigdump,no_version -in $_\n") if ($verbose > 1); } for (@crls) { - print("echo ' CRL: $_'\n") + print("echo ' CRL: $_'\n") if ($verbose > 0); print("$openssl crl -noout -text -inform DER -in $_\n") if ($verbose > 1); |