Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | pki: Add --dn command to extract the subject DN of a certificate | Tobias Brunner | 2015-08-17 | 3 | -6/+67 |
| | |||||
* | pki: Optionally extract public key from given private key in --issue | Tobias Brunner | 2015-08-10 | 1 | -2/+3 |
| | | | | Fixes #618. | ||||
* | pki: Choose default digest based on the signature key | Tobias Brunner | 2015-03-23 | 5 | -10/+10 |
| | |||||
* | pki: Use SHA-256 as default for signatures | Tobias Brunner | 2015-03-23 | 5 | -5/+5 |
| | | | | | | Since the BLISS private key supports this we don't do any special handling anymore (if the user choses a digest that is not supported, signing will simply fail later because no signature scheme will be found). | ||||
* | pki: Add command to export certificates and keys from PKCS#12 containers | Tobias Brunner | 2014-12-12 | 1 | -0/+11 |
| | |||||
* | pki: Reformat PKCS#12 output and add an index for each certificate/key | Tobias Brunner | 2014-12-12 | 1 | -3/+3 |
| | |||||
* | pki: Add simple PKCS#12 display command | Tobias Brunner | 2014-12-12 | 1 | -0/+51 |
| | |||||
* | pki: Print and document the name constraint type for DNS or email constraints | Martin Willi | 2014-10-30 | 2 | -4/+28 |
| | | | | | As email constraints may be for a specific host, it is not clear from the name itself if it is a DNS or email constraint. | ||||
* | pki: Document --online option for pki --verify and all exit codes | Tobias Brunner | 2014-06-30 | 1 | -5/+11 |
| | |||||
* | pki: Document --not-before/after and --dateform options in manpages | Martin Willi | 2014-03-31 | 4 | -7/+99 |
| | |||||
* | pki: Add acert and extend pki/print manpages | Martin Willi | 2014-03-31 | 4 | -2/+115 |
| | |||||
* | pki: Declare correct section in pki --issue man page | Tobias Brunner | 2014-01-24 | 1 | -1/+1 |
| | |||||
* | ignore *.1 manpage files | Andreas Steffen | 2013-09-17 | 1 | -1/+1 |
| | |||||
* | pki: --pub also accepts public keys (i.e. to convert them to a different format) | Tobias Brunner | 2013-09-13 | 1 | -2/+3 |
| | |||||
* | pki: Add support to encode public keys in SSH key format | Tobias Brunner | 2013-09-13 | 1 | -2/+3 |
| | |||||
* | pki: Install pki(1) as utility directly in $prefix/bin | Tobias Brunner | 2013-09-13 | 12 | -85/+84 |
| | | | | ipsec pki is maintained as alias. | ||||
* | pki: Add example commands to setup a simple CA | Tobias Brunner | 2013-09-13 | 1 | -0/+75 |
| | |||||
* | pki: Add pki --verify man page | Tobias Brunner | 2013-09-13 | 3 | -2/+60 |
| | |||||
* | pki: Add pki --pub man page | Tobias Brunner | 2013-09-13 | 3 | -2/+79 |
| | |||||
* | pki: Add pki --print man page | Tobias Brunner | 2013-09-13 | 3 | -2/+57 |
| | |||||
* | pki: Add pki --keyid man page | Tobias Brunner | 2013-09-13 | 3 | -2/+76 |
| | |||||
* | pki: Add pki --pkcs7 man page | Tobias Brunner | 2013-09-13 | 3 | -2/+83 |
| | |||||
* | pki: Add pki --req man page | Tobias Brunner | 2013-09-13 | 3 | -2/+95 |
| | |||||
* | pki: Add pki --signcrl man page | Tobias Brunner | 2013-09-13 | 3 | -2/+128 |
| | |||||
* | pki: Add pki --issue man page | Tobias Brunner | 2013-09-13 | 3 | -2/+183 |
| | |||||
* | pki: Add pki --self man page | Tobias Brunner | 2013-09-13 | 3 | -2/+152 |
| | | | | Can be opened with "man pki --self". | ||||
* | pki: Add pki --gen man page | Tobias Brunner | 2013-09-13 | 3 | -2/+116 |
| | | | | Can be opened with "man pki --gen". | ||||
* | pki: Add ipsec-pki(8) man page | Tobias Brunner | 2013-09-13 | 3 | -0/+77 |
Can be opened either with "man ipsec pki" or "man ipsec-pki". Since man(1) only supports one level of subpages, the forthcoming man pages for each command will have to be opened with "man pki --<command>". |