From: Daniel Golle Date: Thu, 7 Jun 2018 22:01:35 +0000 (+0200) Subject: README.md: add a line about context and dependencies X-Git-Url: https://git.librecmc.org/?p=oweals%2Fucert.git;a=commitdiff_plain;h=4a23b1ac9fb1f079b2c69d811e79544e2becc72d README.md: add a line about context and dependencies Signed-off-by: Daniel Golle This work was sponsored by WIO (wiowireless.com) --- diff --git a/README.md b/README.md index 7ec5e14..e0efd68 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,7 @@ # ucert -ucert is a signature-chaining wrapper around usign using libubox blob and blobmsg. +ucert is a signature-chaining wrapper around usign using blob and blobmsg. +It's meant to be used for OpenWrt routers and uses libubox for most things, to allow dumping certificates in JSON format libjson-c and libblobmsg-json are used as well. ## a few words about security ucert inherits all its cryptographic properties from the underlying usign implementation which as such wasn't meant to be used in such a way.