1
0
mirror of https://github.com/kakwa/uts-server synced 2024-06-24 12:42:58 +02:00
Go to file
kakwa f51c942f8e recover version directory from CMakeLists.txt
this avoid mistakes caused by double declaration of the version
in CMakeLists.txt and conf.py
2016-09-12 19:33:31 +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 recover version directory from CMakeLists.txt 2016-09-12 19:33:31 +02:00
goodies first batch of the rst documentation 2016-09-10 12:03:03 +02:00
inc code cleaning an reorganization 2016-09-12 08:39:03 +02:00
src code cleaning an reorganization 2016-09-12 08:39:03 +02:00
tests change the attributes of the test certificates (cosmetic only) 2016-09-12 00:41:34 +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 version bump 2016-09-12 00:44:58 +02:00
CMakeLists.txt version bump 2016-09-12 00:44:58 +02:00
LICENSE Initial commit 2015-12-16 22:13:06 +01:00
README.rst Update README.rst 2016-09-11 20:46:38 +02:00

uts-server

image

image

Documentation Status

Micro RFC 3161 Time-Stamp server 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 time-stamp server with test configuration in debug mode.
$ ./uts-server -c tests/cfg/uts-server.cnf -D

# In another shell, launching a time-stamp script on the README.md file.
$ ./goodies/timestamp-file.sh -i README.rst -u http://localhost:2020 -r -O "-cert";

# Verify the time-stamp.
$ openssl ts -verify -in README.rst.tsr -data README.rst -CAfile ./tests/cfg/pki/tsaca.pem

# Display the time-stamp content.
$ openssl ts -reply -in README.rst.tsr -text

Powered by

image

image