aboutsummaryrefslogtreecommitdiffstats
path: root/src/libstrongswan/plugins/gmp/gmp_diffie_hellman.c
Commit message (Expand)AuthorAgeFilesLines
* Moved debug.[ch] to utils folderTobias Brunner2012-10-241-1/+1
* Check rng return value when generating DH secrets and primes in gmp pluginTobias Brunner2012-07-161-2/+7
* Added support for MODP_CUSTOM to gmp pluginMartin Willi2010-09-021-17/+36
* Use a seperate section for each nested struct member in INIT macroMartin Willi2010-08-181-6/+8
* Migrated gmp plugin to INIT/METHOD macrosMartin Willi2010-08-101-32/+21
* Added support for DH groups 22, 23 and 24, patch contributed by Joy LattenMartin Willi2010-04-191-1/+11
* Store DH generator in a chunk, hide non-public data in a private structMartin Willi2010-04-081-11/+12
* Adding DBG_LIB to all calls of libstrongswan's version of DBG*.Tobias Brunner2010-04-061-4/+8
* Provide the Diffie Hellman parameters from a central location, so that we do ...Tobias Brunner2010-03-091-343/+10
* Use side-channel secured mpz_powm_sec of libgmp 5, if availableMartin Willi2010-02-181-0/+4
* replaces four spaces by tabs, where appropriateMartin Willi2009-09-041-5/+5
* removed trailing spaces ([[:space:]]+$)Martin Willi2009-09-041-34/+34
* remove whitespaceAndreas Steffen2009-06-151-1/+1
* dh_exponent_ansi_x9_42 is now a libstrongswan settingAndreas Steffen2009-05-261-1/+1
* removing svn keyword $Id$ from all filesTobias Brunner2009-04-301-2/+0
* removed superfluous get_other_public_value in diffie_hellman_t interfaceMartin Willi2008-11-041-20/+0
* refining changeset 4483 by introducing charon.dh_exponent_ansi_x9_42 keyAndreas Steffen2008-10-281-11/+35
* remove unused local DH_EXPONENT_ENTROPY definitionAndreas Steffen2008-10-271-2/+0
* use 512 bits of entropy for secret DH exponentsAndreas Steffen2008-10-261-1/+3
* fixed DH value range testingMartin Willi2008-09-171-1/+1
* checking mpz_export return value properlyMartin Willi2008-09-171-5/+17
* added API for random number generators, served through credential factoryMartin Willi2008-04-151-8/+6
* merged the modularization branch (credentials) back to trunkMartin Willi2008-03-131-0/+569