-
- Downloads
Add git-http-timestamp helper tool
This commit adds the git-http-timestamp helper tool. It does all the communication to a Time Stamping Authority via libcurl and passes the received data to the caller via stdout. Libcurl by default depends on GnuTLS, the new RFC3161 time-stamping functionality depends on libcrypto (OpenSSL) as GnuTLS does not support RFC3161 time-stamps. The git-http-timestamp helper tool is introduced to avoid linking OpenSSL and GnuTLS together in a single binary. Signed-off-by:Anton Würfel <anton.wuerfel@fau.de> Signed-off-by:
Phillip Raffeck <phillip.raffeck@fau.de>
http-timestamp.c
0 → 100644
Please register or sign in to comment