timestamping Questions
2
We have a project in Visual Studio 2010 that runs a batch file in the post-build event. That batch calls to signtool.exe from Microsoft SDK to sign and timestamp the binary.
Timestamp servers (we ...
Harleyharli asked 1/10, 2013 at 18:53
2
Solved
I am working in a project to get the receive and transmit time stamping from the NIC for TCP socket as mentioned in the document Linux timestamping. But all the documentation and test coding are do...
Endosteum asked 26/2, 2015 at 12:36
1
Please note that this issue is only applicable for Windows Server 2008 SP2
I have developed one windows application. Prior distributing it I have signed and time stamped it using SHA1 and SHA256. ...
Doubling asked 6/10, 2017 at 11:32
2
Solved
We just switched from a SHA-1 to a SHA-2 code signing certificate. (As background info, we sign .exe and .xap files on Windows with signtool.exe, using COMODO code signing certificates.) We do this...
Unsophisticated asked 3/6, 2015 at 11:6
1
Can anyone please help me in understanding the process and Java APIs used while timestamping a signature.
I need to sign a file and timestamp it using TSA url "http://timestamp.globalsign.com/scri...
Chrystel asked 22/1, 2015 at 9:51
2
Solved
I'd like to create a tsa certificate for my timestamping service.
First I create a root certificate
openssl genrsa -out tsaroot.key 4096 -config openssl.cnf
openssl req -new -x509 -days 1826 -key...
Coddle asked 11/11, 2012 at 15:44
1
I've added a tagging / date-stamping system to my Android build system similar to the thread found here on Stack Overflow: embed version details in android APK
This worked out great for me, The p...
Virgo asked 23/2, 2011 at 20:55
1
Solved
[edit: I've written a blogpost that explains everything in detail: look here]
Hi!
I'm desperately trying to build a service for trusted timestamps based on rfc3161. I've decided to use the free t...
Trygve asked 18/2, 2011 at 19:0
1
© 2022 - 2024 — McMap. All rights reserved.