aboutsummaryrefslogtreecommitdiffstats
path: root/src/pki
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'ikev1'Martin Willi2012-05-023-0/+12
|\
| * Merge branch 'ikev1-clean' into ikev1-masterMartin Willi2012-03-203-0/+12
| |\
| | * Added support for iKEIntermediate flag to ipsec pki.Tobias Brunner2012-03-203-0/+12
* | | ASN.1 two's complement encoding prevents overflow in CRL serial numberAndreas Steffen2012-04-041-10/+18
* | | moved chunk_skip_zero to chunk.hAndreas Steffen2012-04-031-17/+0
* | | remove leading zeros in ASN.1 encoded serial numbersAndreas Steffen2012-03-271-2/+22
|/ /
* | Cache list of plugin names to further simplify its usage.Tobias Brunner2012-01-191-3/+2
* | Log list of loaded plugins in main PKI help output.Tobias Brunner2012-01-191-0/+8
* | pki: Avoid integer overflow when calculating certificate lifetimes.Tobias Brunner2011-12-233-3/+3
|/
* Do proper cleanup in error case in pki req.Tobias Brunner2011-04-141-1/+2
* Do proper cleanup in some error cases in pki signcrl.Tobias Brunner2011-04-141-2/+4
* 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
* Use incremented serial of base CRL when signing delta CRLMartin Willi2011-01-051-0/+2
* Slightly renamed different policyConstraints to distinguish them betterMartin Willi2011-01-052-12/+12
* Added inhibitAnyPolicy constraint support to pki toolMartin Willi2011-01-053-5/+21
* Use a generic getter for all numerical X.509 constraintsMartin Willi2011-01-051-10/+10
* Added support for delta CRLs to pki toolMartin Willi2011-01-053-18/+91
* Simplified format of x509 CRL URI parsing/enumeratorMartin Willi2011-01-052-14/+30
* Added policyConstraints support to pki toolMartin Willi2011-01-054-46/+87
* Slightly renamed X509_NO_PATH_LEN_CONSTRAINT to use it for PolicyConstraints,...Martin Willi2011-01-053-3/+3
* Added policyMappings support to pki toolMartin Willi2011-01-053-12/+121
* Added certificatePolicy options to pki toolMartin Willi2011-01-054-5/+136
* pki --issue/self support permitted/excluded NameConstraintsMartin Willi2011-01-053-19/+57
* 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-052-19/+26
* 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
* 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