index
:
ucert
master
OpenWrt usign certificate wrapper
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
Age
Commit message (
Expand
)
Author
2019-12-16
add initial GitLab CI support
Petr Štetiar
2019-12-16
cmake: add proper include and library dependencies
Petr Štetiar
2019-11-28
cast ucert_argv to proper type when passing to execv
Rosen Penev
2018-09-18
be more tolerant when reading key fingerprint
Daniel Golle
2018-08-08
Change the sigb buffer to be the same size as the fread
Damien Mascord
2018-08-07
blob_buf needs to be zero'd
Daniel Golle
2018-08-06
set rpath to make bundle-libraries.sh happy
Daniel Golle
2018-06-14
don't ever set pointer outside of buffer
Daniel Golle
2018-06-14
fix host build
Daniel Golle
2018-06-14
harden reading fingerprint from usign process
Daniel Golle
2018-06-14
add light build variant without -C, -A and -D
Daniel Golle
2018-06-14
remove unused stat variable and gettimeofday only once while verifying
Daniel Golle
2018-06-14
README.md...
Daniel Golle
2018-06-14
allow issue to append existing cert and be strictly quiet
Daniel Golle
2018-06-14
don't be crazily strickt on position of '-q' parameter
Daniel Golle
2018-06-14
fix memory corruption caused by use-after-free
Daniel Golle
2018-06-14
README.md: add a line about context and dependencies
Daniel Golle
2018-06-14
output error message in case of revoked key
Daniel Golle
2018-06-14
add README.md
Daniel Golle
2018-06-14
add comments in usign-exec
Daniel Golle
2018-06-14
harden cmdline options
Daniel Golle
2018-06-14
add comments and license headers
Daniel Golle
2018-06-14
take care of revokers in verify path
Daniel Golle
2018-06-14
improve usage message and start working on revoker logic
Daniel Golle
2018-06-14
allow append also on non-existing certfile
Daniel Golle
2018-06-14
enumerate chain elements in dump output
Daniel Golle
2018-06-14
always include complete signature file including trailing newline
Daniel Golle
2018-06-14
add forgotten usign_v sigfile parameter
Daniel Golle
2018-06-14
read more than one cert from file
Daniel Golle
2018-06-14
implement chain and message verify
Daniel Golle
2018-06-14
use list to model certificate chain
Daniel Golle
2018-06-14
implement cert issue
Daniel Golle
2018-06-14
add usign-exec.c
Daniel Golle
2018-06-14
start implementing loading cert from filesystem, add validity times
Daniel Golle
2018-06-14
add external blob and internal blobmsg data structures
Daniel Golle
2018-06-14
add shim executable and CMakeLists
Daniel Golle
2018-06-14
add COPYING license file
Daniel Golle
2018-06-14
add .gitignore
Daniel Golle