[ edit : I wrote a blog postal address that explains everything in detail: see here ]
Hello!
I am desperately trying to create a service for reliable timestamps based on rfc3161. I decided to use the free trusted timestamp service at zeitstempel.dfn.de.
My question is: how to contact this service to get a valid answer. Regarding the request format, the RFC reports:
TimeStampReq ::= SEQUENCE { version INTEGER { v1(1) }, messageImprint MessageImprint, --a hash algorithm OID and the hash value of the data to be --time-stamped reqPolicy TSAPolicyId OPTIONAL, nonce INTEGER OPTIONAL, certReq BOOLEAN DEFAULT FALSE, extensions [0] IMPLICIT Extensions OPTIONAL }
Where
MessageImprint ::= SEQUENCE { hashAlgorithm AlgorithmIdentifier, hashedMessage OCTET STRING }
I found a client that helped me a bit.
However, I still do not know how to create a request for the timestamp service.
Hello!
source share