• V
    Multiple -trusted/-untrusted/-CRLfile options in verify · feb2f53e
    Viktor Dukhovni 提交于
    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: NRichard Levitte <levitte@openssl.org>
    feb2f53e
25-test_verify.t 3.6 KB