aboutsummaryrefslogtreecommitdiffstats
path: root/src/pki/commands/issue.c
Commit message (Collapse)AuthorAgeFilesLines
* use DN from pkcs10 request if it existsAndreas Steffen2011-02-071-5/+6
|
* Added support for empty subjects DNs to pki --issueMartin Willi2011-01-051-8/+7
|
* Slightly renamed different policyConstraints to distinguish them betterMartin Willi2011-01-051-6/+6
|
* Added inhibitAnyPolicy constraint support to pki toolMartin Willi2011-01-051-2/+7
|
* Added support for delta CRLs to pki toolMartin Willi2011-01-051-1/+1
|
* Simplified format of x509 CRL URI parsing/enumeratorMartin Willi2011-01-051-9/+24
|
* Added policyConstraints support to pki toolMartin Willi2011-01-051-24/+36
|
* Slightly renamed X509_NO_PATH_LEN_CONSTRAINT to use it for ↵Martin Willi2011-01-051-1/+1
| | | | PolicyConstraints, too
* Added policyMappings support to pki toolMartin Willi2011-01-051-6/+51
|
* Added certificatePolicy options to pki toolMartin Willi2011-01-051-2/+50
|
* pki --issue/self support permitted/excluded NameConstraintsMartin Willi2011-01-051-2/+21
|
* pki tool shows and builds crlSign keyUsageMartin Willi2011-01-051-1/+5
|
* Added --crlissuer option to pki --issueMartin Willi2011-01-051-18/+25
|
* Added PKCS#11 private key support to the pki toolMartin Willi2010-08-041-9/+25
|
* Added pki PEM encoding support for certificates, CRLs and PKCS10 requestsMartin Willi2010-07-131-4/+12
|
* Support different encoding types in certificate.get_encoding()Martin Willi2010-07-131-2/+1
|
* Changed default lifetime of certificates to 3 yearsMartin Willi2010-05-311-2/+2
|
* Adding DBG_LIB to all calls of libstrongswan's version of DBG*.Tobias Brunner2010-04-061-4/+4
|
* we don't accept a serial number with leading zeroesAndreas Steffen2010-03-141-0/+5
|
* Support TLS client authentication Extended Key Usage in x509 generationMartin Willi2010-01-141-1/+5
|
* ipsec pki --self|issue supports --pathlen option setting a path length ↵Andreas Steffen2009-12-311-2/+8
| | | | constraint
* ipsec pki --issue suports --flag authServer optionAndreas Steffen2009-10-051-1/+5
|
* ipsec pki --issue supports --flag ocspSigning optionAndreas Steffen2009-10-051-0/+8
|
* Handle pki --debug and --options in a generic way for all commandMartin Willi2009-09-151-33/+16
|
* pki tool supports single letter short optionsMartin Willi2009-09-151-2/+2
|
* enable debug level settingAndreas Steffen2009-09-141-1/+11
|
* support of PKCS#10 certificate request parsingAndreas Steffen2009-09-131-23/+81
|
* fixed another typoAndreas Steffen2009-09-121-1/+1
|
* fixed typoAndreas Steffen2009-09-121-2/+2
|
* pki tool can issue/self-sign certificates with OCSP URIsMartin Willi2009-09-111-9/+16
|
* pki tool can issue certificates with CRL distribution pointsMartin Willi2009-09-111-3/+10
|
* Use dynamic registration/usage invocation of command typesMartin Willi2009-09-101-2/+2
|
* splitted PKI tool to a file per commandMartin Willi2009-09-101-0/+283