aboutsummaryrefslogtreecommitdiffstats
path: root/src/pki/commands/verify.c
Commit message (Collapse)AuthorAgeFilesLines
* pki: Support complex trustchain and revocation checking in --verifyMartin Willi2014-06-041-48/+86
|
* pki: Switch to binary mode on Windows when reading/writing DER to FDsMartin Willi2014-06-041-0/+1
|
* chunk: Use dynamically allocated buffer in chunk_from_fd()Martin Willi2014-01-231-1/+7
| | | | | | | | When acting on files, we can use fstat() to estimate the buffer size. On non-file FDs, we dynamically increase an allocated buffer. Additionally we slightly change the function signature to properly handle zero-length files and add appropriate unit tests.
* pki: Replace BUILD_FROM_FD with passing a chunk via BUILD_BLOBTobias Brunner2013-10-231-1/+5
| | | | This allows more than one builder to try parsing the data read from STDIN.
* pki: Add pki --verify man pageTobias Brunner2013-09-131-2/+1
|
* certificate_t->issued_by takes an argument to receive signature schemeMartin Willi2012-06-121-1/+1
|
* fixed typoAndreas Steffen2009-09-151-1/+1
|
* Handle pki --debug and --options in a generic way for all commandMartin Willi2009-09-151-8/+5
|
* pki tool supports single letter short optionsMartin Willi2009-09-151-1/+1
|
* enable debug level settingAndreas Steffen2009-09-141-0/+4
|
* Use dynamic registration/usage invocation of command typesMartin Willi2009-09-101-3/+3
|
* splitted PKI tool to a file per commandMartin Willi2009-09-101-0/+135