aboutsummaryrefslogtreecommitdiffstats
path: root/src/pki
Commit message (Collapse)AuthorAgeFilesLines
...
* Handle pki --debug and --options in a generic way for all commandMartin Willi2009-09-158-133/+163
|
* pki tool supports single letter short optionsMartin Willi2009-09-158-13/+42
|
* pki --pub and --keyid accept pkcs10 as inputAndreas Steffen2009-09-152-2/+14
|
* enable debug level settingAndreas Steffen2009-09-148-1/+61
|
* support of PKCS#10 certificate request parsingAndreas Steffen2009-09-131-23/+81
|
* fixed another typoAndreas Steffen2009-09-122-2/+2
|
* fixed typoAndreas Steffen2009-09-122-4/+4
|
* pki tool can issue/self-sign certificates with OCSP URIsMartin Willi2009-09-113-15/+30
|
* pki tool can issue certificates with CRL distribution pointsMartin Willi2009-09-111-3/+10
|
* pass NULL to library_init() to load settings from default fileMartin Willi2009-09-102-3/+2
|
* use NULL to load plugins from default plugin directoryMartin Willi2009-09-102-2/+1
|
* Use dynamic registration/usage invocation of command typesMartin Willi2009-09-109-68/+77
|
* splitted PKI tool to a file per commandMartin Willi2009-09-1011-1082/+1380
|
* use generic option parsing with usage informationMartin Willi2009-09-101-252/+202
|
* fixed memleakMartin Willi2009-09-091-2/+3
|
* split usage informationAndreas Steffen2009-09-091-29/+166
|
* updated usage of ipsec pki --selfAndreas Steffen2009-09-081-0/+2
|
* support --options also in ipsec pki --selfAndreas Steffen2009-09-081-48/+62
|
* --options reads command line options from fileAndreas Steffen2009-09-081-81/+81
|
* pki tool supports subjectAltNames in certificatesMartin Willi2009-09-081-8/+53
|
* pki tool --issue/--verify operations require a CA with CA basicConstraintMartin Willi2009-09-081-3/+11
|
* pki tool can set CA basicConstraint on --self/--issued certificatesMartin Willi2009-09-081-4/+17
|
* pki tool can issue certificatesMartin Willi2009-09-071-26/+257
|
* removed trailing spaces ([[:space:]]+$)Martin Willi2009-09-041-15/+15
|
* handle plugin loading failuresMartin Willi2009-09-011-2/+5
|
* allow choice of digest algorithm in certificate generationAndreas Steffen2009-08-281-1/+33
|
* cosmeticsAndreas Steffen2009-08-271-3/+3
|
* fixed return valueMartin Willi2009-08-271-0/+1
|
* PKI tool supports certificate verificationMartin Willi2009-08-271-0/+110
|
* PKI tool supports generation of self-signed certificatesMartin Willi2009-08-271-0/+166
|
* implemented fingerprinting support for PKI toolMartin Willi2009-08-271-0/+137
|
* use --outform consistantlyAndreas Steffen2009-08-261-1/+1
|
* the option has been changed to --outformAndreas Steffen2009-08-261-2/+2
|
* encoding public EC keys is not really possible without subjectPublicKeyInfoMartin Willi2009-08-261-9/+25
|
* pki tool supports public key extraction from private key, certificatesMartin Willi2009-08-261-21/+141
|
* started implementation of a PKI tool, currently supporting RSA|ECDSA key ↵Martin Willi2009-08-263-0/+199
generation