mirror of
https://github.com/kakwa/uts-server
synced 2025-01-07 12:14:31 +01:00
uts-server
Micro Time-Stamp server (RFC 3161) written in C
- Doc
- Dev
- License
-
MIT
- Author
-
Pierre-Francois Carpentier - copyright © 2016
Status
Alpha
License
Released under the MIT Public License
Quick Start
# building with civetweb embedded (will recover civetweb from github)
$ cmake . -DBUNDLE_CIVETWEB=ON
$ make
# create some test certificates
$ ./tests/cfg/pki/create_tsa_certs
# launching the timestamp server with test configuration in debug mode
$ ./uts-server -c tests/cfg/uts-server.cnf -D
# in another shell, launching a timestamp script on the README.md file
$ ./goodies/timestamp-file.sh -i README.md -u http://localhost:2020 -r -O "-cert";
Languages
C
76.4%
Shell
12.4%
CMake
6.5%
HTML
3.7%
Python
1%