aboutsummaryrefslogtreecommitdiffstats
path: root/src/libstrongswan/credentials
Commit message (Expand)AuthorAgeFilesLines
...
* 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 supporte...Martin Willi2010-09-032-15/+27
* 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
* 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 credential...Martin Willi2010-08-041-6/+0
* Use a dedicated build part for challenge passwords, BUILD_PASSPHRASE gets obs...Martin Willi2010-08-042-0/+3
* 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
* Support different encoding types in certificate.get_encoding()Martin Willi2010-07-132-3/+28
* Renamed key_encod{ing,der}_t and constants, prepare for generic credential en...Martin Willi2010-07-137-150/+149
* Moved keys/key_encoding.[ch] to cred_encoding.[ch]Martin Willi2010-07-134-3/+3
* Fixed doxygen group of cert_validator interfaceMartin Willi2010-07-131-1/+1
* Moved CRL/OCSP checking to a dedicated plugin called revocationMartin Willi2010-07-131-531/+0
* Made some useful methods in the credential manager publicMartin Willi2010-07-132-15/+70
* Moved X509 addrBlock validation to a separate addrblock pluginMartin Willi2010-07-132-59/+2
* Added a certificate validation hook to the credential managerMartin Willi2010-07-133-0/+103
* Migrated credential manager to INIT/METHOD macrosMartin Willi2010-07-131-161/+127
* Moved credential manager to libstrongswanMartin Willi2010-07-1312-0/+4011
* Charon uses a generic trunstchain length limit, not only for X509 certificatesMartin Willi2010-07-131-1/+0
* Avoid relocking while enumerator is aliveMartin Willi2010-07-061-9/+10
* Added support for CRL generation to x509 pluginMartin Willi2010-05-212-0/+3
* Removed is_newer() from certificate_t, obsoleting all implementationsMartin Willi2010-05-211-7/+0
* Added generic implementations for crl_is_newer/certificate_is_newerMartin Willi2010-05-214-1/+68
* Adding DBG_LIB to all calls of libstrongswan's version of DBG*.Tobias Brunner2010-04-061-1/+1
* fixed typoAndreas Steffen2010-04-041-1/+1
* EAP-MSCHAPv2 can use stored NT hashes in addition to plaintext passwordsMartin Willi2010-03-171-0/+2
* Support TLS client authentication Extended Key Usage in x509 generationMartin Willi2010-01-142-9/+13
* ipsec pki --self|issue supports --pathlen option setting a path length constr...Andreas Steffen2009-12-312-0/+3
* Using the thread wrapper in charon, libstrongswan and their plugins.Tobias Brunner2009-12-231-7/+7