Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Timestamp server rfc3161 response token generation in Python

I'm trying to implement tsa server on python using twisted. Currently I'm using openssl binary to generate response, but this seems ugly to me, that's why I'm trying to figure out how to make response token with m2crypto.

Thanks in advance for help!

Maris.

EDITED:

how to achieve with m2crypto?:

openssl ts -reply -section tsa_config1 -queryfile query.tsq -out response.tsr
like image 795
frx Avatar asked Feb 05 '26 16:02

frx


1 Answers

M2Crypto does not yet wrap those pieces of openssl, so you can't use M2Crypto for what you are using the openssl command line client for.

like image 114
Heikki Toivonen Avatar answered Feb 09 '26 04:02

Heikki Toivonen



Donate For Us

If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!