- [fix ] fix compilation for newer GCC (>10.2) (global variable definition issue
- [fix ] disable buffering when logging to stdout (it was causing issues when running in docker)
- [impr] make the stdout logger an official logger (previously, it was only for debugging)
- [impr] the 'log_to_syslog' and 'log_to_stdout' parameters to enable/disable logging to syslog/stdout
- [impr] serve the CA and the signer certificate
- [impr] better landing page with download links for the previous 2 files and some instructions
- [fix ] point to upstream civetweb (forked civetweb now removed)
- [fix ] using dynamic openssl loading for civetweb when bundling
- [impr] add possibility to specify which tag used for civetweb bundling
- [impr] use same compiler for uts-server and civetweb when bundling
- [fix ] add explicit C standard (C99), fixes compilation with olders gcc/cmake
- [impr] add OpenBSD support
- [impr] add LibreSSL support
- [doc ] add warnings to explicitely state the BUNDLE_CIVETWEB option as test/dev only
- [impr] add option for easily linking lib pthread (mainly for static linking)
- [fix ] option declaration for LINK_GCC_S
- [impr] add support for a static build
- [impr] more portable code
- [impr] add support for FreeBSD
- [fix ] adding support for OpenSSL 1.1 (with compatibility with 1.0)
- [fix ] correct compilation issues in older gcc/clang caused by missing -D_XOPEN_SOURCE, missing -std and missing headers
- [impr] exit at the first TS_RESP_CTX (OpenSSL TS response context) initialization failed.
- [impr] adding various goodies (init scripts)
- [impr] safer crypto algorithm in configuration file
- [impr] removing useless default_tsa parameter in configuration file
- [fix ] memleak on configuration parameters loading
- [fix ] Fix loading of certificate in case of relative path
- First version