Timestamp server rfc3161 response token generation in Python
Posted
by frx
on Stack Overflow
See other posts from Stack Overflow
or by frx
Published on 2010-05-18T14:42:23Z
Indexed on
2010/05/18
16:11 UTC
Read the original article
Hit count: 638
Hello! 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.
© Stack Overflow or respective owner