aboutsummaryrefslogtreecommitdiffstats
path: root/src/pki/commands/pub.c
Commit message (Collapse)AuthorAgeFilesLines
* pki: Switch to binary mode on Windows when reading/writing DER to FDsMartin Willi2014-06-041-0/+2
|
* chunk: Use dynamically allocated buffer in chunk_from_fd()Martin Willi2014-01-231-2/+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-2/+6
| | | | This allows more than one builder to try parsing the data read from STDIN.
* pki: --pub also accepts public keys (i.e. to convert them to a different format)Tobias Brunner2013-09-131-1/+15
|
* pki: Add support to encode public keys in SSH key formatTobias Brunner2013-09-131-1/+1
|
* pki: Add pki --pub man pageTobias Brunner2013-09-131-2/+2
|
* Encode RSA public keys in RFC 3110 DNSKEY formatAndreas Steffen2013-02-191-1/+1
|
* Added PKCS#11 private key support to the pki toolMartin Willi2010-08-041-2/+16
|
* Added pki PEM encoding support for certificates, CRLs and PKCS10 requestsMartin Willi2010-07-131-1/+1
|
* Renamed key_encod{ing,der}_t and constants, prepare for generic credential ↵Martin Willi2010-07-131-1/+1
| | | | encoding
* Handle pki --debug and --options in a generic way for all commandMartin Willi2009-09-151-14/+10
|
* pki tool supports single letter short optionsMartin Willi2009-09-151-1/+1
|
* pki --pub and --keyid accept pkcs10 as inputAndreas Steffen2009-09-151-1/+7
|
* enable debug level settingAndreas Steffen2009-09-141-0/+4
|
* Use dynamic registration/usage invocation of command typesMartin Willi2009-09-101-5/+5
|
* splitted PKI tool to a file per commandMartin Willi2009-09-101-0/+151