add initial GitLab CI support
[oweals/ucert.git] / ucert.c
2018-08-08 Damien MascordChange the sigb buffer to be the same size as the fread
2018-08-07 Daniel Golleblob_buf needs to be zero'd
2018-06-14 Daniel Golledon't ever set pointer outside of buffer
2018-06-14 Daniel Golleadd light build variant without -C, -A and -D
2018-06-14 Daniel Golleremove unused stat variable and gettimeofday only once...
2018-06-14 Daniel Golleallow issue to append existing cert and be strictly...
2018-06-14 Daniel Golledon't be crazily strickt on position of '-q' parameter
2018-06-14 Daniel Gollefix memory corruption caused by use-after-free
2018-06-14 Daniel Golleharden cmdline options
2018-06-14 Daniel Golleadd comments and license headers
2018-06-14 Daniel Golletake care of revokers in verify path
2018-06-14 Daniel Golleimprove usage message and start working on revoker...
2018-06-14 Daniel Golleallow append also on non-existing certfile
2018-06-14 Daniel Golleenumerate chain elements in dump output
2018-06-14 Daniel Gollealways include complete signature file including traili...
2018-06-14 Daniel Golleread more than one cert from file
2018-06-14 Daniel Golleimplement chain and message verify
2018-06-14 Daniel Golleuse list to model certificate chain
2018-06-14 Daniel Golleimplement cert issue
2018-06-14 Daniel Golleadd usign-exec.c
2018-06-14 Daniel Gollestart implementing loading cert from filesystem, add...
2018-06-14 Daniel Golleadd external blob and internal blobmsg data structures
2018-06-14 Daniel Golleadd shim executable and CMakeLists