General verify options to openssl ts
authorfbroda <fbroda@ipb-halle.de>
Tue, 15 Mar 2016 09:08:49 +0000 (10:08 +0100)
committerRichard Levitte <levitte@openssl.org>
Tue, 15 Mar 2016 17:42:53 +0000 (18:42 +0100)
commit08538fc0a57a9317da22958beeab3ff8af4b2ded
tree3c75b790e259156cabc9f055cab98e58ec7e5e02
parent3ddd1d0458b4e90d34379a3019f092d6010e9710
General verify options to openssl ts

This commit adds the general verify options of ocsp, verify,
cms, etc. to the openssl timestamping app as suggested by
Stephen N. Henson in [openssl.org #4287]. The conflicting
"-policy" option of "openssl ts" has been renamed to
"-tspolicy". Documentation and tests have been updated.

CAVE: This will break code, which currently uses the "-policy"
option.

Reviewed-by: Rich Salz <rsalz@openssl.org>
Reviewed-by: Richard Levitte <levitte@openssl.org>
apps/ts.c
doc/apps/ts.pod
test/recipes/80-test_tsa.t