Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | pki: Support complex trustchain and revocation checking in --verify | Martin Willi | 2014-06-04 | 1 | -48/+86 |
| | |||||
* | pki: Switch to binary mode on Windows when reading/writing DER to FDs | Martin Willi | 2014-06-04 | 1 | -0/+1 |
| | |||||
* | chunk: Use dynamically allocated buffer in chunk_from_fd() | Martin Willi | 2014-01-23 | 1 | -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_BLOB | Tobias Brunner | 2013-10-23 | 1 | -1/+5 |
| | | | | This allows more than one builder to try parsing the data read from STDIN. | ||||
* | pki: Add pki --verify man page | Tobias Brunner | 2013-09-13 | 1 | -2/+1 |
| | |||||
* | certificate_t->issued_by takes an argument to receive signature scheme | Martin Willi | 2012-06-12 | 1 | -1/+1 |
| | |||||
* | fixed typo | Andreas Steffen | 2009-09-15 | 1 | -1/+1 |
| | |||||
* | Handle pki --debug and --options in a generic way for all command | Martin Willi | 2009-09-15 | 1 | -8/+5 |
| | |||||
* | pki tool supports single letter short options | Martin Willi | 2009-09-15 | 1 | -1/+1 |
| | |||||
* | enable debug level setting | Andreas Steffen | 2009-09-14 | 1 | -0/+4 |
| | |||||
* | Use dynamic registration/usage invocation of command types | Martin Willi | 2009-09-10 | 1 | -3/+3 |
| | |||||
* | splitted PKI tool to a file per command | Martin Willi | 2009-09-10 | 1 | -0/+135 |