1
0
mirror of https://github.com/kakwa/uts-server synced 2024-06-25 21:22:58 +02:00
Go to file
2016-09-11 19:08:51 +02:00
cmake use civetweb 2016-08-19 00:04:13 +02:00
conf fix some typo in documenation 2016-09-11 19:08:51 +02:00
docs fix some typo in documenation 2016-09-11 19:08:51 +02:00
goodies first batch of the rst documentation 2016-09-10 12:03:03 +02:00
inc enabling multi-threads support 2016-09-08 23:21:53 +02:00
src http headers are case-insensitive replacing strcmp by strcasecmp 2016-09-11 18:27:51 +02:00
tests fix tests 2016-09-10 03:14:02 +02:00
.gitignore first batch of the rst documentation 2016-09-10 12:03:03 +02:00
.gitmodules remove submodule for civetweb 2016-09-07 20:56:02 +02:00
.travis.yml adding a small external test 2016-09-07 21:41:21 +02:00
ChangeLog.rst first batch of the rst documentation 2016-09-10 12:03:03 +02:00
CMakeLists.txt switch version to 0.0.1 2016-09-09 22:19:02 +02:00
LICENSE Initial commit 2015-12-16 22:13:06 +01:00
README.rst fix some typo in documenation 2016-09-11 19:08:51 +02:00

uts-server

image

Documentation Status

Micro Time-Stamp server (RFC 3161) written in C


Doc

Uts-Server documentation on ReadTheDoc

Dev

Uts-Server source code on GitHub

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";