aboutsummaryrefslogtreecommitdiffstats
path: root/src/libstrongswan/credentials
Commit message (Collapse)AuthorAgeFilesLines
...
* Simplified format of x509 CRL URI parsing/enumeratorMartin Willi2011-01-053-5/+13
|
* Added a certificate policy OID auth_cfg constraintMartin Willi2011-01-052-0/+31
|
* Added support for policyConstraints to x509 pluginMartin Willi2011-01-053-1/+17
|
* Slightly renamed X509_NO_PATH_LEN_CONSTRAINT to use it for ↵Martin Willi2011-01-051-1/+1
| | | | PolicyConstraints, too
* Added policyMappings support to x509 pluginMartin Willi2011-01-053-0/+21
|
* Added certificatePolicy support to x509 pluginMartin Willi2011-01-053-0/+23
|
* Added support for generating NameConstraints in x509 pluginMartin Willi2011-01-052-0/+6
|
* Added name constraint enumerator to x509 interfaceMartin Willi2011-01-051-0/+8
|
* Moved X509 pathlen constraint checking to constraints pluginMartin Willi2011-01-051-17/+0
|
* Key strength checking stores all key sizes in auth_cfg, verifies all in ↵Martin Willi2011-01-052-75/+84
| | | | complies()
* Added a flag for X509 CRLSign keyUsageMartin Willi2011-01-051-0/+2
|
* Remove x509_flag_names, flags do not work with ENUM()Martin Willi2011-01-052-33/+0
|
* Added support for CRL Issuers to x509 and OpenSSL pluginsMartin Willi2011-01-053-2/+5
|
* Added key strength constraints for RSA or ECDSA trustchainsMartin Willi2011-01-053-0/+97
|
* fixed bug in mem_cred.c:add_crl()Andreas Steffen2010-12-121-1/+1
|
* Insert certificates and secrets at the front of the lists.Tobias Brunner2010-12-031-9/+9
| | | | | As the lookup is also from front to back, certificates added later are now found first, which is useful in case of e.g. "reread cacerts".
* Function add_crl added to mem_cred_t.Tobias Brunner2010-12-032-0/+70
|
* Function added to clear secrets (but not certs) from mem_cred_t.Tobias Brunner2010-12-032-4/+20
|
* Alternative to mem_cred_t.add_cert added, which returns the certificate.Tobias Brunner2010-12-032-4/+40
| | | | If the certificate is already cached, the cached version is returned.
* Function added to mem_cred_t to add shared secret with a linked list of owners.Tobias Brunner2010-12-032-10/+33
|
* Renamed mem_cred_t clear function internally to clear_, fixes potential name ↵Martin Willi2010-10-281-3/+3
| | | | conflict
* Avoid duplicate certificates in mem_cred_t.Tobias Brunner2010-10-141-3/+13
|
* Added function to clear all credentials from mem_cred_t.Tobias Brunner2010-10-142-3/+25
|
* Fixed possible segmentation fault.Tobias Brunner2010-10-141-1/+1
|
* Added a final flag to builder registration to enumerate the actually ↵Martin Willi2010-09-032-15/+27
| | | | supported algorithms
* Added an enumerator for registered credential buildersMartin Willi2010-09-022-0/+32
|
* Migrated credential_factory to INIT/METHOD macrosMartin Willi2010-09-021-30/+22
|
* Added an AAA identity authentication config optionMartin Willi2010-08-312-0/+10
|
* Moved EAP type/code definitions to a seprate header file in libstrongswanMartin Willi2010-08-312-142/+1
|
* defined EAP-TNCAndreas Steffen2010-08-302-2/+8
|
* Added private key support to in-memory credential setMartin Willi2010-08-252-1/+77
|
* Added certificate support to in-memory credential setMartin Willi2010-08-252-2/+121
|
* Build a trustchain even if no trust anchor is givenMartin Willi2010-08-231-14/+23
|
* moved eap_from_string() fomr libcharon to libstrongswan to make it available ↵Andreas Steffen2010-08-132-0/+40
| | | | in starter
* Use bits instead of bytes for a private/public keyMartin Willi2010-08-102-6/+6
|
* Added support for different encryption schemes to private/public keysMartin Willi2010-08-103-2/+42
|
* added TTLS to EAP short names, tooAndreas Steffen2010-08-061-1/+3
|
* added EAP_TTLS methodAndreas Steffen2010-08-052-1/+4
|
* Pass type of requested key in the callback credential setMartin Willi2010-08-042-2/+7
|
* Obseleted BUILD_PASSPHRASE(_CALLBACK) for private key loading, use ↵Martin Willi2010-08-041-6/+0
| | | | credential sets
* Use a dedicated build part for challenge passwords, BUILD_PASSPHRASE gets ↵Martin Willi2010-08-042-0/+3
| | | | obsolete
* Implemented a callback based credential set, currently for shared keys onlyMartin Willi2010-08-042-0/+206
|
* Implemented a generic in-memory credential set, currently for shared keys onlyMartin Willi2010-08-042-0/+283
|
* Pass the PKCS11 keyid as chunk, not as stringMartin Willi2010-08-041-1/+1
|
* Reuse generic passphrase build part, not a dedicated PIN partMartin Willi2010-08-042-4/+1
|
* Support module names in %smartcard specifier, streamlined smartcard buildingMartin Willi2010-08-042-6/+12
|
* Fixed compiler warnings.Tobias Brunner2010-08-031-2/+4
|
* Moved eap-tls plugin to libcharon, updated to 4.4.1 APIsMartin Willi2010-08-031-1/+3
|
* Added EAP-TLS plugin stubMartin Willi2010-08-032-1/+4
|
* Fix use of snprintf() in IETF attributes to string conversionMartin Willi2010-07-281-2/+11
|