aboutsummaryrefslogtreecommitdiffstats
path: root/src/pki
Commit message (Expand)AuthorAgeFilesLines
* Build dedicated plugin lists for each strongSwan componentMartin Willi2010-08-121-1/+1
* 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
* The pki tool uses a callback credential set to read in passphrase/PINMartin Willi2010-08-041-0/+67
* Use a dedicated build part for challenge passwords, BUILD_PASSPHRASE gets obs...Martin Willi2010-08-041-1/+1
* Added pki PEM encoding support for certificates, CRLs and PKCS10 requestsMartin Willi2010-07-138-25/+90
* 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 en...Martin Willi2010-07-136-15/+15
* 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-213-1/+377
* Added a --print command to pki that dumps different credentialsMartin Willi2010-05-202-0/+369
* Fixing out-of-tree build after adding dependency to config.status.Tobias Brunner2010-04-291-1/+1
* Users of PLUGINS depend on config.status, rebuilding them if plugin configura...Martin Willi2010-04-291-1/+3
* 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 constr...Andreas Steffen2009-12-312-3/+14
* Fixed all doxygen warningsMartin Willi2009-10-221-1/+1
* ipsec pki --issue suports --flag authServer optionAndreas Steffen2009-10-051-1/+5
* ipsec pki --issue supports --flag ocspSigning optionAndreas Steffen2009-10-051-0/+8
* Right-align short options in pki usageMartin Willi2009-09-241-7/+5
* Use the default debug hook if possibleMartin Willi2009-09-163-29/+1
* 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-152-2/+195
* fixed typoAndreas Steffen2009-09-151-1/+1
* 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