Commit feb2f53e authored by Viktor Dukhovni's avatar Viktor Dukhovni
Browse files

Multiple -trusted/-untrusted/-CRLfile options in verify



It is sometimes useful (especially in automated tests) to supply
multiple trusted or untrusted certificates via separate files rather
than have to prepare a single file containing them all.

To that end, change verify(1) to accept these options zero or more
times.  Also automatically set -no-CAfile and -no-CApath when
-trusted is specified.

Improve verify(1) documentation, which could still use some work.

Reviewed-by: default avatarRichard Levitte <levitte@openssl.org>
parent 0996dc54
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment