oweals/ucert.git
2020-05-16 Matthias Schifferusign-exec: do not close stdin and stderr before exec
2020-05-16 Matthias Schifferusign-exec: fix exec error handling
2020-05-16 Matthias Schifferusign-exec: simplify usign execv calls
2020-05-16 Matthias SchifferIntroduce read_file() helper, improve error reporting
2020-05-16 Matthias SchifferFix return code of write_file()
2020-05-16 Matthias Schifferstdout/stderr improvements
2020-01-21 Petr Štetiarci: fix unit test failures by enabling full ucert build
2019-12-26 Petr Štetiarci: enable unit testing
2019-12-16 Petr Štetiarfix certificate blob parsing vulnerability by using...
2019-12-16 Petr Štetiarfix leaking memory in cert_dump_blob
2019-12-16 Petr Štetiarfix possibly garbage value returned in cert_process_revoker
2019-12-16 Petr Štetiaradd cram based unit tests
2019-12-16 Petr Štetiarcmake: split usign bits into static library
2019-12-16 Petr Štetiarcmake: reindent the file
2019-12-16 Petr Štetiarcmake: enable hardening compiler flags and fix the...
2019-12-16 Petr Štetiaradd initial GitLab CI support
2019-12-16 Petr Štetiarcmake: add proper include and library dependencies
2019-11-28 Rosen Penevcast ucert_argv to proper type when passing to execv
2018-09-18 Daniel Gollebe more tolerant when reading key fingerprint
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-08-06 Daniel Golleset rpath to make bundle-libraries.sh happy
2018-06-14 Daniel Golledon't ever set pointer outside of buffer
2018-06-14 Daniel Gollefix host build
2018-06-14 Daniel Golleharden reading fingerprint from usign process
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 GolleREADME.md...
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 GolleREADME.md: add a line about context and dependencies
2018-06-14 Daniel Golleoutput error message in case of revoked key
2018-06-14 Daniel Golleadd README.md
2018-06-14 Daniel Golleadd comments in usign-exec
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 Golleadd forgotten usign_v sigfile parameter
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
2018-06-14 Daniel Golleadd COPYING license file
2018-06-14 Daniel Golleadd .gitignore