index
:
tteras/strongswan
master
tteras
tteras-release
tteras' strongSwan tree
gitolite
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
src
/
libstrongswan
/
plugins
/
gmp
/
gmp_diffie_hellman.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
Moved debug.[ch] to utils folder
Tobias Brunner
2012-10-24
1
-1
/
+1
*
Check rng return value when generating DH secrets and primes in gmp plugin
Tobias Brunner
2012-07-16
1
-2
/
+7
*
Added support for MODP_CUSTOM to gmp plugin
Martin Willi
2010-09-02
1
-17
/
+36
*
Use a seperate section for each nested struct member in INIT macro
Martin Willi
2010-08-18
1
-6
/
+8
*
Migrated gmp plugin to INIT/METHOD macros
Martin Willi
2010-08-10
1
-32
/
+21
*
Added support for DH groups 22, 23 and 24, patch contributed by Joy Latten
Martin Willi
2010-04-19
1
-1
/
+11
*
Store DH generator in a chunk, hide non-public data in a private struct
Martin Willi
2010-04-08
1
-11
/
+12
*
Adding DBG_LIB to all calls of libstrongswan's version of DBG*.
Tobias Brunner
2010-04-06
1
-4
/
+8
*
Provide the Diffie Hellman parameters from a central location, so that we do ...
Tobias Brunner
2010-03-09
1
-343
/
+10
*
Use side-channel secured mpz_powm_sec of libgmp 5, if available
Martin Willi
2010-02-18
1
-0
/
+4
*
replaces four spaces by tabs, where appropriate
Martin Willi
2009-09-04
1
-5
/
+5
*
removed trailing spaces ([[:space:]]+$)
Martin Willi
2009-09-04
1
-34
/
+34
*
remove whitespace
Andreas Steffen
2009-06-15
1
-1
/
+1
*
dh_exponent_ansi_x9_42 is now a libstrongswan setting
Andreas Steffen
2009-05-26
1
-1
/
+1
*
removing svn keyword $Id$ from all files
Tobias Brunner
2009-04-30
1
-2
/
+0
*
removed superfluous get_other_public_value in diffie_hellman_t interface
Martin Willi
2008-11-04
1
-20
/
+0
*
refining changeset 4483 by introducing charon.dh_exponent_ansi_x9_42 key
Andreas Steffen
2008-10-28
1
-11
/
+35
*
remove unused local DH_EXPONENT_ENTROPY definition
Andreas Steffen
2008-10-27
1
-2
/
+0
*
use 512 bits of entropy for secret DH exponents
Andreas Steffen
2008-10-26
1
-1
/
+3
*
fixed DH value range testing
Martin Willi
2008-09-17
1
-1
/
+1
*
checking mpz_export return value properly
Martin Willi
2008-09-17
1
-5
/
+17
*
added API for random number generators, served through credential factory
Martin Willi
2008-04-15
1
-8
/
+6
*
merged the modularization branch (credentials) back to trunk
Martin Willi
2008-03-13
1
-0
/
+569