uts-server icon indicating copy to clipboard operation
uts-server copied to clipboard

Micro RFC 3161 Time-Stamp server written in C.

Results 6 uts-server issues
Sort by recently updated
recently updated
newest added

First of all thank you for wrapping the OpenSSL calls in a webserver interface, very useful! **Problem**: Regardless which digest algorithm is specified in the timestamp request, uts-server always applies...

The way static page was being sent was not working well (Wrong content-length). I've changed the content of the static page to a const char* and calculated the size on...

Hey! The static page sets Content-Length to a wrong size resulting in endless loops or errors when requesting. Based on https://github.com/nicholasamorim/dockerfile-uts-server i'm running uts-server in a kubernetes-cluster and k8s health...

The use case is any ENGINE that stores keys internally, such as PKCS11, HSMs, TPMs, etc. You can see OpenSSL CLI apps handling keys similarly: https://github.com/openssl/openssl/blob/4b1fe471ac99b9f8692be85dcbcbf6977eb35c78/apps/lib/apps.c#L534-L549

Hi, Is your product compatible with the PKCS11 standard ? If not, is it possible to add this functionality? Best regards, Yxoti

enhancement
question

Configuration: - UTS Server on Linux. - Using test certificates. - Using 'c2patool' and specifying the local uts server as the ta_server for the c2patool manifest. uts_server crashes when queried...