Add disclaimer

This commit is contained in:
Reynir Björnsson 2020-12-09 22:10:28 +01:00
parent fa9fcd174e
commit 775aa11c20
1 changed files with 3 additions and 0 deletions

View File

@ -20,3 +20,6 @@ A client `cert-service-client` can connect to this socket and make a signing req
Using `SO_PEERCRED` the server decides if the client is allowed to have its certificate signed.
The peers communicate using a custom protocol based on [ASN.1](https://en.wikipedia.org/wiki/ASN.1).
**This is a proof of concept put together in an evening.
The quality of the code reflects that.**