aboutsummaryrefslogtreecommitdiffstats
path: root/src/pki/commands
Commit message (Collapse)AuthorAgeFilesLines
...
* pki --print prints NameConstraintsMartin Willi2011-01-051-0/+25
|
* CRLSign keyUsage or CA basicConstraint are sufficient for CRL validationMartin Willi2011-01-051-2/+2
|
* pki tool shows and builds crlSign keyUsageMartin Willi2011-01-053-2/+14
|
* Added --crlissuer option to pki --issueMartin Willi2011-01-051-18/+25
|
* Added support for CRL Issuers to x509 and OpenSSL pluginsMartin Willi2011-01-051-3/+8
|
* Added crl support to pki --printMartin Willi2010-08-301-7/+52
|
* Use bits instead of bytes for a private/public keyMartin Willi2010-08-101-1/+1
|
* Added PKCS#11 private key support to the pki toolMartin Willi2010-08-044-22/+81
|
* Use a dedicated build part for challenge passwords, BUILD_PASSPHRASE gets ↵Martin Willi2010-08-041-1/+1
| | | | obsolete
* Added pki PEM encoding support for certificates, CRLs and PKCS10 requestsMartin Willi2010-07-136-14/+46
|
* Support different encoding types in certificate.get_encoding()Martin Willi2010-07-134-8/+4
|
* Renamed key_encod{ing,der}_t and constants, prepare for generic credential ↵Martin Willi2010-07-134-10/+10
| | | | encoding
* Changed default lifetime of certificates to 3 yearsMartin Willi2010-05-312-4/+4
|
* Support extendedKeyUsage flags in self-signed certificatesMartin Willi2010-05-311-0/+16
|
* Added a --signcrl command to the pki utilityMartin Willi2010-05-211-0/+375
|
* Added a --print command to pki that dumps different credentialsMartin Willi2010-05-201-0/+368
|
* Adding DBG_LIB to all calls of libstrongswan's version of DBG*.Tobias Brunner2010-04-061-4/+4
|
* fixed short option nameAndreas Steffen2010-04-041-1/+1
|
* we don't accept a serial number with leading zeroesAndreas Steffen2010-03-142-0/+10
|
* 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-312-3/+14
| | | | 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
|
* Removed obsolete per-command debug level optionMartin Willi2009-09-163-9/+0
|
* corrected usageAndreas Steffen2009-09-151-2/+1
|
* pki --req generates a PKCS#10 certificate requestAndreas Steffen2009-09-151-0/+188
|
* fixed typoAndreas Steffen2009-09-151-1/+1
|
* Handle pki --debug and --options in a generic way for all commandMartin Willi2009-09-156-105/+63
|
* pki tool supports single letter short optionsMartin Willi2009-09-156-7/+7
|
* pki --pub and --keyid accept pkcs10 as inputAndreas Steffen2009-09-152-2/+14
|
* enable debug level settingAndreas Steffen2009-09-146-1/+31
|
* 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-112-13/+28
|
* pki tool can issue certificates with CRL distribution pointsMartin Willi2009-09-111-3/+10
|
* Use dynamic registration/usage invocation of command typesMartin Willi2009-09-106-22/+22
|
* splitted PKI tool to a file per commandMartin Willi2009-09-106-0/+1089