aboutsummaryrefslogtreecommitdiffstats
path: root/src/libstrongswan/plugins/gcrypt
Commit message (Expand)AuthorAgeFilesLines
...
* pluto supports ECDSA authenticationAndreas Steffen2009-06-122-4/+0
* gcrypt blowfish supports 128 bit key size onlyMartin Willi2009-06-111-0/+4
* asn1_integer() ensures correct DER encoding of ASN1_INTEGER (two's complement)Andreas Steffen2009-06-092-12/+12
* gcrypt RSA public key implementationMartin Willi2009-06-095-4/+498
* gcrypt RSA private key implementationMartin Willi2009-06-094-0/+698
* use autoconf macro provided by libgcryptMartin Willi2009-06-091-3/+2
* gcrypt mpi based Diffie-Hellman implementationMartin Willi2009-06-094-0/+634
* gcrypt rng implementationMartin Willi2009-06-094-0/+162
* use abstract mutex_t for gcrypt locking callbacksMartin Willi2009-06-091-4/+50
* gcrypt crypter implementationMartin Willi2009-06-094-0/+321
* gcrypt hasher implementationMartin Willi2009-06-094-1/+220
* initialize gcrypt threadsave, currently for pthread onlyMartin Willi2009-06-091-1/+25
* added skeleton for libgcrypt based crypto pluginMartin Willi2009-06-093-0/+111