aboutsummaryrefslogtreecommitdiffstats
path: root/src/libstrongswan/plugins/gcrypt/gcrypt_dh.c
Commit message (Collapse)AuthorAgeFilesLines
* Store DH generator in a chunk, hide non-public data in a private structMartin Willi2010-04-081-3/+12
|
* Adding DBG_LIB to all calls of libstrongswan's version of DBG*.Tobias Brunner2010-04-061-4/+5
|
* Provide the Diffie Hellman parameters from a central location, so that we do ↵Tobias Brunner2010-03-091-325/+12
| | | | | | | | not have to replicate them in every plugin that implements the DH interface. The main reason for this change is that Android's libcrypto does not include the get_rfcX_prime_Y functions by default. Therefore we would have had to replicate the primes a third time.
* removed trailing spaces ([[:space:]]+$)Martin Willi2009-09-041-26/+26
|
* gcrypt mpi based Diffie-Hellman implementationMartin Willi2009-06-091-0/+564