I am trying to implement a tsa server in python using twisted. I am currently using openssl binary to generate a response, but it seems ugly to me, so I'm trying to figure out how to make a response token with m2crypto.
Thanks in advance for your help!
Maris.
Edition:
How to reach with m2crypto ?:
openssl ts -reply -section tsa_config1 -queryfile query.tsq -out response.tsr
source
share