I'm trying to retrieve a timestamp from a TSA using CryptRetrieveTimeStamp.
I can get it from some of the free services found on this answer, but always using the TIMESTAMP_NO_AUTH_RETRIEVAL
flag.
But now that I want to use a paid service that uses credentials I cannot figure it out how to get it using a username and a password.
Does anyone know how to send a username and password to a TSA using CryptRetrieveTimeStamp?
I haven't tried to do this myself, but have you tried putting them in the URL? Something like:
I'd be curious to know if that works. Currently we're using free timestamping servers, but you never know.
By the way: I see you tagged your post with RFC 3161. Does that mean CryptRetrieveTimeStamp works with RFC 3161 timestamp servers? The documentation is marvelously unclear. I'm going to try it as soon as I get a chance, but it's always worth asking.