aboutsummaryrefslogtreecommitdiffstats
path: root/src/libstrongswan/plugins
Commit message (Expand)AuthorAgeFilesLines
...
* Implemented hasher based on AF_ALGMartin Willi2010-12-204-2/+285
* Added plugin stub for AF_ALGMartin Willi2010-12-203-0/+112
* trace back crypto algorithms to the plugins that registered themAndreas Steffen2010-12-1819-138/+176
* 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
* Do not query for CKA_ALWAYS_AUTHENTICATE if PKCS#11 Cryptoki version < 2.20Martin Willi2010-11-183-3/+12
* Use static args for C_Initialize(), OpenSC does not get a copy of the pointersMartin Willi2010-11-181-5/+7
* Added a PKCS#11 module option to enforce OS Locking functionsMartin Willi2010-11-123-8/+19
* Do not use CKA_TRUSTED attribute for Cryptoki version < 2.20, handling all ce...Martin Willi2010-11-101-7/+16
* Add flags for PKCS#11 libraries with reduced feature setMartin Willi2010-11-102-0/+51
* Added missing include for RAND_seed and RAND_status.Tobias Brunner2010-10-211-0/+1
* Compare subject against all key identifiers in has_subject()Martin Willi2010-09-092-10/+26
* has_subject() now resolves ID_KEY_IDsAndreas Steffen2010-09-091-4/+14
* Register missing AUTH_HMAC_SHA384 algorithm without truncationMartin Willi2010-09-061-0/+2
* Added a final flag to builder registration to enumerate the actually supporte...Martin Willi2010-09-0311-59/+59
* Added support for a non-truncated SHA384 HMAC variant, as used by TLSMartin Willi2010-09-031-0/+5
* Added support for MODP_CUSTOM to gcrypt pluginMartin Willi2010-09-033-19/+56
* Added support for MODP_CUSTOM to openssl pluginMartin Willi2010-09-033-6/+20
* Added support for MODP_CUSTOM to gmp pluginMartin Willi2010-09-023-17/+52
* Scheduler and processor have been moved to libstrongswan.Tobias Brunner2010-09-022-4/+2
* Unwrap crlNumber INTEGER in openssl CRL parsingMartin Willi2010-08-301-4/+13
* Fall back to shifting with 32-bit words if 64-bit byte order conversion funct...Martin Willi2010-08-231-10/+12
* Register missing SHA256 authenticator with no truncation, as used by TLSMartin Willi2010-08-201-0/+2
* Improve GCM performance by factor 2-3 by shifting full 32/64 bit wordsMartin Willi2010-08-191-5/+25
* Implemented a gcm plugin providing GCM mode based on CBC cryptersMartin Willi2010-08-195-0/+575
* Added AES-GCM test vectorsMartin Willi2010-08-193-0/+147
* Implemented a ccm plugin providing CCM mode based on CBC cryptersMartin Willi2010-08-195-0/+575
* Added AES-CCM test vectorsMartin Willi2010-08-193-0/+170
* Added support for AEAD test vectors to test-vectors pluginMartin Willi2010-08-191-0/+16
* Use a seperate section for each nested struct member in INIT macroMartin Willi2010-08-1846-286/+404
* Variable key length crypters use default key length if zero givenMartin Willi2010-08-165-64/+54
* Added a counter mode wrapper plugin operating on existing CBC cryptersMartin Willi2010-08-135-0/+344
* Added support for Camellia cipher to xcbcMartin Willi2010-08-133-4/+15
* Added Camellia XCBC test vectorsMartin Willi2010-08-133-0/+63