aboutsummaryrefslogtreecommitdiffstats
path: root/src/pki/man
Commit message (Collapse)AuthorAgeFilesLines
* pki: Add --dn command to extract the subject DN of a certificateTobias Brunner2015-08-173-6/+67
|
* pki: Optionally extract public key from given private key in --issueTobias Brunner2015-08-101-2/+3
| | | | Fixes #618.
* pki: Choose default digest based on the signature keyTobias Brunner2015-03-235-10/+10
|
* pki: Use SHA-256 as default for signaturesTobias Brunner2015-03-235-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 containersTobias Brunner2014-12-121-0/+11
|
* pki: Reformat PKCS#12 output and add an index for each certificate/keyTobias Brunner2014-12-121-3/+3
|
* pki: Add simple PKCS#12 display commandTobias Brunner2014-12-121-0/+51
|
* pki: Print and document the name constraint type for DNS or email constraintsMartin Willi2014-10-302-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 codesTobias Brunner2014-06-301-5/+11
|
* pki: Document --not-before/after and --dateform options in manpagesMartin Willi2014-03-314-7/+99
|
* pki: Add acert and extend pki/print manpagesMartin Willi2014-03-314-2/+115
|
* pki: Declare correct section in pki --issue man pageTobias Brunner2014-01-241-1/+1
|
* ignore *.1 manpage filesAndreas Steffen2013-09-171-1/+1
|
* pki: --pub also accepts public keys (i.e. to convert them to a different format)Tobias Brunner2013-09-131-2/+3
|
* pki: Add support to encode public keys in SSH key formatTobias Brunner2013-09-131-2/+3
|
* pki: Install pki(1) as utility directly in $prefix/binTobias Brunner2013-09-1312-85/+84
| | | | ipsec pki is maintained as alias.
* pki: Add example commands to setup a simple CATobias Brunner2013-09-131-0/+75
|
* pki: Add pki --verify man pageTobias Brunner2013-09-133-2/+60
|
* pki: Add pki --pub man pageTobias Brunner2013-09-133-2/+79
|
* pki: Add pki --print man pageTobias Brunner2013-09-133-2/+57
|
* pki: Add pki --keyid man pageTobias Brunner2013-09-133-2/+76
|
* pki: Add pki --pkcs7 man pageTobias Brunner2013-09-133-2/+83
|
* pki: Add pki --req man pageTobias Brunner2013-09-133-2/+95
|
* pki: Add pki --signcrl man pageTobias Brunner2013-09-133-2/+128
|
* pki: Add pki --issue man pageTobias Brunner2013-09-133-2/+183
|
* pki: Add pki --self man pageTobias Brunner2013-09-133-2/+152
| | | | Can be opened with "man pki --self".
* pki: Add pki --gen man pageTobias Brunner2013-09-133-2/+116
| | | | Can be opened with "man pki --gen".
* pki: Add ipsec-pki(8) man pageTobias Brunner2013-09-133-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>".