trbs / rfc3161ng

A simple client library for cryptographic timestamping service implementing the protocol from RFC3161. Based on python-rfc3161 with some additional fixes.
Other
40 stars 20 forks source link

Can we optionally output the tsq file during timestamping #22

Open rapidclock opened 3 years ago

rapidclock commented 3 years ago

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)

trbs commented 3 years ago

yeah, in general I would love to make/change the API to be more flexible. (Not loving things like return_tsr options as it is right now as well)

Regretfully I do not have time to work on this myself at the nor a sponsor to sponsor the work.

But I will leave this open with enhancement label, if somebody wants to make a PR or I get some time or a sponsor we can pick this up! :-)