Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | pki: Edited keyid parameter use in various pki man pages and usage outputs | Andreas Steffen | 2017-03-06 | 1 | -2/+2 |
| | |||||
* | pki: Add generic 'priv' key type that loads any type of private key | Tobias Brunner | 2016-10-05 | 1 | -3/+8 |
| | |||||
* | Allow SHA256 and SHA384 data hash for BLISS signatures. | Andreas Steffen | 2015-02-26 | 1 | -1/+2 |
| | | | | | The default is SHA512 since this hash function is also used for the c_indices random oracle. | ||||
* | Store and parse BLISS private and public keys in DER and PEM format | Andreas Steffen | 2014-11-29 | 1 | -1/+6 |
| | | | | | | | | Additionally generate SHA-1 fingerprints of raw BLISS subjectPublicKey and subjectPublicKeyInfo objects. Some basic functions used by the bliss_public_key class are shared with the bliss_private_key class. | ||||
* | pki: Switch to binary mode on Windows when reading/writing DER to FDs | Martin Willi | 2014-06-04 | 1 | -0/+2 |
| | |||||
* | chunk: Use dynamically allocated buffer in chunk_from_fd() | Martin Willi | 2014-01-23 | 1 | -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_BLOB | Tobias Brunner | 2013-10-23 | 1 | -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 Brunner | 2013-09-13 | 1 | -1/+15 |
| | |||||
* | pki: Add support to encode public keys in SSH key format | Tobias Brunner | 2013-09-13 | 1 | -1/+1 |
| | |||||
* | pki: Add pki --pub man page | Tobias Brunner | 2013-09-13 | 1 | -2/+2 |
| | |||||
* | Encode RSA public keys in RFC 3110 DNSKEY format | Andreas Steffen | 2013-02-19 | 1 | -1/+1 |
| | |||||
* | Added PKCS#11 private key support to the pki tool | Martin Willi | 2010-08-04 | 1 | -2/+16 |
| | |||||
* | Added pki PEM encoding support for certificates, CRLs and PKCS10 requests | Martin Willi | 2010-07-13 | 1 | -1/+1 |
| | |||||
* | Renamed key_encod{ing,der}_t and constants, prepare for generic credential ↵ | Martin Willi | 2010-07-13 | 1 | -1/+1 |
| | | | | encoding | ||||
* | Handle pki --debug and --options in a generic way for all command | Martin Willi | 2009-09-15 | 1 | -14/+10 |
| | |||||
* | pki tool supports single letter short options | Martin Willi | 2009-09-15 | 1 | -1/+1 |
| | |||||
* | pki --pub and --keyid accept pkcs10 as input | Andreas Steffen | 2009-09-15 | 1 | -1/+7 |
| | |||||
* | 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 | -5/+5 |
| | |||||
* | splitted PKI tool to a file per command | Martin Willi | 2009-09-10 | 1 | -0/+151 |