aboutsummaryrefslogtreecommitdiffstats
path: root/src/libstrongswan
Commit message (Collapse)AuthorAgeFilesLines
* Load plugins only once, even if listed twiceMartin Willi2011-01-051-0/+27
|
* Added a CIDR notation based host constructorMartin Willi2011-01-052-0/+44
|
* replaced spaces by tabsAndreas Steffen2010-12-301-1/+1
|
* implemented wrap around of registered IKEv1 algorithm namesAndreas Steffen2010-12-261-0/+2
|
* disable AEAD crypto algorithm if no key size is supportedAndreas Steffen2010-12-251-0/+1
|
* disable crypto algorithm if no key size is supportedAndreas Steffen2010-12-251-8/+27
|
* log if an AEAD algorithm does not support a given key sizeAndreas Steffen2010-12-251-2/+6
|
* log if a crypto algorithm does not support a given key sizeAndreas Steffen2010-12-251-1/+3
|
* printed plugin names have a hyphenAndreas Steffen2010-12-247-5/+9
|
* Fixed public key construction from PKCS#11 private keyMartin Willi2010-12-231-3/+3
|
* Probe for supported AF_ALG algorithms, register dynamicallyMartin Willi2010-12-2010-161/+212
|
* Register algorithms with dependencies only if dependency availableMartin Willi2010-12-206-64/+133
|
* Register some less common AF_ALG ciphers (cast5, serpent, twofish, blowfish)Martin Willi2010-12-202-0/+18
|
* Implemented PRFs using AF_ALGMartin Willi2010-12-204-0/+253
|
* Use the AF_ALG wrapper in hasher, crypter and signerMartin Willi2010-12-203-278/+39
|
* Use a generic AF_ALG wrapper for common operationsMartin Willi2010-12-203-0/+312
|
* Implemented crypter on top of AF_ALGMartin Willi2010-12-204-1/+362
|
* Implemented signer interface using AF_ALGMartin Willi2010-12-204-1/+334
|
* Implemented hasher based on AF_ALGMartin Willi2010-12-204-2/+285
|
* Added plugin stub for AF_ALGMartin Willi2010-12-204-0/+119
|
* trace back crypto algorithms to the plugins that registered themAndreas Steffen2010-12-1823-256/+364
|
* fixed bug in mem_cred.c:add_crl()Andreas Steffen2010-12-121-1/+1
|
* fixed a bug in enum_from_name() functionAndreas Steffen2010-12-121-1/+1
|
* Migrated fips_prf plugin to INIT/METHOD macrosAndreas Steffen2010-12-042-36/+37
|
* Migrated md4_plugin_t to INIT/METHOD macrosAndreas Steffen2010-12-041-7/+11
|
* Migrated md5_plugin_t to INIT/METHOD macrosAndreas Steffen2010-12-041-7/+11
|
* Migrated ldap plugin to INIT/METHOD macrosAndreas Steffen2010-12-042-23/+28
|
* Migrated pubkey_plugin_t to INIT/METHOD macrosAndreas Steffen2010-12-041-7/+11
|
* Migrated pkcs1_plugin_t to INIT/METHOD macrosAndreas Steffen2010-12-041-6/+10
|
* Migrated curl_plugin_t to INIT/METHOD macrosAndreas Steffen2010-12-041-6/+10
|
* Migrated random plugin to INIT/METHOD macrosAndreas Steffen2010-12-042-26/+27
|
* Migrated sha1_plugin_t to INIT/METHOD macrosAndreas Steffen2010-12-041-6/+10
|
* Migrated sha2_plugin_t to INIT/METHOD macrosAndreas Steffen2010-12-041-6/+10
|
* Migrated mysql plugin to INIT/METHOD macrosAndreas Steffen2010-12-042-28/+27
|
* use private destroy() functionAndreas Steffen2010-12-041-1/+1
|
* Migrated sqlite plugin to INIT/METHOD macrosAndreas Steffen2010-12-042-31/+30
|
* Migrated test_vectors_plugin_t to INIT/METHOD macrosAndreas Steffen2010-12-041-6/+10
|
* Migrated x509_plugin_t to INIT/METHOD macrosAndreas Steffen2010-12-041-6/+10
|
* Migrated pgp_plugin_t to INIT/METHOD macrosAndreas Steffen2010-12-041-10/+11
|
* Migrated pem_plugin_t to INIT/METHOD macrosAndreas Steffen2010-12-041-7/+11
|
* Migrated dnskey_plugin_t to INIT/METHOD macrosAndreas Steffen2010-12-041-8/+11
|
* Migrated options_t to INIT/METHOD macrosAndreas Steffen2010-12-041-18/+12
|
* 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
|
* Added functions to modify/create settings in settings_t.Tobias Brunner2010-12-032-20/+162
|
* Added an option to create non-existing key/value pairs during search.Tobias Brunner2010-12-031-18/+55
|
* Compare shorter "boolean" values first.Tobias Brunner2010-12-031-6/+6
|