aboutsummaryrefslogtreecommitdiffstats
path: root/src/libstrongswan/plugins/gcrypt/gcrypt_plugin.c
Commit message (Expand)AuthorAgeFilesLines
* Added support for DH groups 22, 23 and 24, patch contributed by Joy LattenMartin Willi2010-04-191-0/+6
* Adding DBG_LIB to all calls of libstrongswan's version of DBG*.Tobias Brunner2010-04-061-1/+1
* Changed plugin constructors from plugin_create to plugin_name_plugin_create.Tobias Brunner2010-03-021-1/+1
* Separated the public interfaces of the threading primitives.Tobias Brunner2009-12-231-1/+1
* Moved mutex.c to a separate folder in order to cleanly wrap other threading p...Tobias Brunner2009-12-231-1/+1
* Updated gcrypt plugin to the new builder APIMartin Willi2009-09-101-4/+8
* removed trailing spaces ([[:space:]]+$)Martin Willi2009-09-041-24/+24
* OpenSolaris defines MUTEX_DEFAULT therefore we rename the members of the enum...Tobias Brunner2009-08-141-1/+1
* support of SHA224-based certificate signaturesAndreas Steffen2009-08-051-0/+2
* HASH_MD2 is not implemented yet in gcryptAndreas Steffen2009-06-181-2/+0
* gcrypt actually does not implement IDEAMartin Willi2009-06-151-2/+0
* added a gcrypt.quick_random option to generate weak testing keys fasterMartin Willi2009-06-151-0/+5
* gcrypt RSA public key implementationMartin Willi2009-06-091-0/+5
* gcrypt RSA private key implementationMartin Willi2009-06-091-0/+7
* gcrypt mpi based Diffie-Hellman implementationMartin Willi2009-06-091-0/+21
* gcrypt rng implementationMartin Willi2009-06-091-0/+11
* use abstract mutex_t for gcrypt locking callbacksMartin Willi2009-06-091-4/+50
* gcrypt crypter implementationMartin Willi2009-06-091-0/+25
* gcrypt hasher implementationMartin Willi2009-06-091-0/+20
* initialize gcrypt threadsave, currently for pthread onlyMartin Willi2009-06-091-1/+25
* added skeleton for libgcrypt based crypto pluginMartin Willi2009-06-091-0/+52