Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | Add --validate and --verify options to crtSignedContainer.sh | Dave Heller | 2017-07-29 | 4 | -29/+93 | |
| | ||||||
* | start of 0.3 | Dave Heller | 2017-07-25 | 1 | -1/+1 | |
| | ||||||
* | prep for 0.2 releasev0.2 | Dave Heller | 2017-07-25 | 2 | -2/+2 | |
| | ||||||
* | Merge pull request #4 from hellerda/master | Stewart Smith | 2017-07-24 | 31 | -0/+3380 | |
|\ | | | | | Initial checkin of C based signing tool | |||||
| * | Fix build with OpenSSL 1.1 (#1) | Stewart Smith | 2017-07-17 | 2 | -8/+25 | |
| | | | | | | | | | | | | | | | | | | | | | | (see skiboot commit 40cf5a391a80a75f8827d2427e49a92e73871b00) OpenSSL has some API changes which causes a build break. Specifically, directly accessing some members of a signature now requires using a helper. This fixes things in OpenSSL 1.1 and has no effect on OpenSSL 1.0. Signed-off-by: Stewart Smith <stewart@linux.vnet.ibm.com> | |||||
| * | Add --validate and --verify options to print-container.c | Dave Heller | 2017-07-16 | 2 | -141/+429 | |
| | | ||||||
| * | Refactor some code and add container.c | Dave Heller | 2017-07-16 | 2 | -87/+120 | |
| | | ||||||
| * | Add -std=gnu99 compiler flag to Makefile.am | Dave Heller | 2017-06-28 | 1 | -2/+2 | |
| | | ||||||
| * | Begrudgingly add m4 directory | Dave Heller | 2017-06-28 | 2 | -1/+1 | |
| | | ||||||
| * | Adjust caching to accommodate independent signing mode | Dave Heller | 2017-06-24 | 2 | -21/+97 | |
| | | ||||||
| * | Fixup make-dist and other toolchain bits | Dave Heller | 2017-06-23 | 6 | -18/+26 | |
| | | ||||||
| * | crtSignedContainer.sh support private or public key input | Dave Heller | 2017-06-19 | 1 | -34/+84 | |
| | | ||||||
| * | Fix typos | Dave Heller | 2017-06-14 | 1 | -1/+1 | |
| | | | | | | | | | | Change-Id: I642fe336aa91e240b7fe631a5e59cddb5ce42924 Signed-off-by: Dave Heller <hellerda@linux.vnet.ibm.com> | |||||
| * | Fix error checking on key input file | Dave Heller | 2017-06-12 | 2 | -5/+10 | |
| | | ||||||
| * | Optionally print container stats | Dave Heller | 2017-06-11 | 2 | -7/+70 | |
| | | ||||||
| * | Many fixups to print-container.c | Dave Heller | 2017-06-11 | 2 | -72/+59 | |
| | | ||||||
| * | Validate hexadecimal input | Dave Heller | 2017-06-10 | 1 | -5/+45 | |
| | | ||||||
| * | Initial checkin of source files | Dave Heller | 2017-06-07 | 27 | -0/+2813 | |
|/ | ||||||
* | Initial commit | Patrick Williams | 2016-08-22 | 1 | -0/+201 | |