It would be nice to get the tsq file as an output along with the tsr (response) from the timestamp function.
I know we can verify the timestamp using only the data and the tsr, but alternatively we can also verify the timestamp using tsr and tsq. (eg: openssl ts -verify -in <tsr_file> -queryfile <tsq_file> -CAfile cert_file)
For this purpose, it would be nice to get the tsq back from the timestamp fuction.
Alternatively, it would also be nice to perform the timestamping with a pre-existing tsq (that is created by the make_timestamp_request method)
It would be nice to get the tsq file as an output along with the tsr (response) from the timestamp function.
I know we can verify the timestamp using only the data and the tsr, but alternatively we can also verify the timestamp using tsr and tsq. (eg:
openssl ts -verify -in <tsr_file> -queryfile <tsq_file> -CAfile cert_file)For this purpose, it would be nice to get the tsq back from the
timestampfuction.Alternatively, it would also be nice to perform the timestamping with a pre-existing tsq (that is created by the
make_timestamp_requestmethod)