summaryrefslogtreecommitdiffstats
path: root/create-container.c
Commit message (Expand)AuthorAgeFilesLines
* Fix a few more BEAM warningsDave Heller2018-06-191-9/+6
* Simplify code and fix a few clang warningsDave Heller2018-02-161-15/+10
* Fix whitespaceDave Heller2018-02-161-16/+16
* Fix bad malloc from commit 549bd6bDave Heller2018-02-091-1/+1
* Don't use getopt_long() on AIXDave Heller2018-02-071-10/+81
* Remove dependence on 'xxd' (part 2)Dave Heller2018-01-201-15/+45
* Fix a few clang and cppcheck warningsDave Heller2018-01-101-1/+5
* Fix mmap() offset bug and mmap() error detection.Dave Heller2017-12-261-21/+38
* Check return code from executables and fail on errorDave Heller2017-12-211-2/+4
* Adjust previous patch to reorganize includesDave Heller2017-12-051-0/+2
* Cleanup, reorganize includesDave Heller2017-12-021-18/+19
* Remove all implicit initializationsDave Heller2017-10-211-1/+1
* Add hashkeys.c utility programDave Heller2017-10-101-6/+6
* Add --contrHdrOut option to crtSignedContainer.shDave Heller2017-10-081-16/+30
* Add support for input of signatures in RAW format to create-container.cDave Heller2017-08-261-18/+32
* Allow (and truncate) labels longer than 8 charsDave Heller2017-08-241-2/+2
* Add support for Component ID (container label)Dave Heller2017-08-241-4/+20
* Add support for input of pubkeys in RAW format to create-container.cDave Heller2017-08-161-31/+68
* Add --validate and --verify options to crtSignedContainer.shDave Heller2017-07-291-0/+21
* Fix build with OpenSSL 1.1 (#1)Stewart Smith2017-07-171-4/+11
* Refactor some code and add container.cDave Heller2017-07-161-87/+25
* Fix error checking on key input fileDave Heller2017-06-121-2/+6
* Optionally print container statsDave Heller2017-06-111-6/+25
* Many fixups to print-container.cDave Heller2017-06-111-1/+1
* Validate hexadecimal inputDave Heller2017-06-101-5/+45
* Initial checkin of source filesDave Heller2017-06-071-0/+619
OpenPOWER on IntegriCloud