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
/
gcrypt
/
gcrypt_dh.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
gcrypt: Support setting private value and testing of DH backend
Martin Willi
2015-04-15
1
-0
/
+19
*
diffie-hellman: Verify public DH values in backends
Martin Willi
2015-03-23
1
-0
/
+5
*
diffie-hellman: Add a bool return value to set_other_public_value()
Martin Willi
2015-03-23
1
-2
/
+3
*
diffie-hellman: Add a bool return value to get_my_public_value()
Martin Willi
2015-03-23
1
-1
/
+2
*
diffie-hellman: Use bool instead of status_t as get_shared_secret() return value
Martin Willi
2015-03-23
1
-3
/
+3
*
crypto: Define MODP_CUSTOM outside of IKE DH range
Tobias Brunner
2014-12-23
1
-1
/
+1
*
Moved debug.[ch] to utils folder
Tobias Brunner
2012-10-24
1
-1
/
+1
*
Check rng return value when generating DH secret in gcrypt plugin
Tobias Brunner
2012-07-16
1
-2
/
+2
*
Added support for MODP_CUSTOM to gcrypt plugin
Martin Willi
2010-09-03
1
-19
/
+41
*
Use a seperate section for each nested struct member in INIT macro
Martin Willi
2010-08-18
1
-6
/
+8
*
Migraded gcrypt plugin to INIT/METHOD macros
Martin Willi
2010-08-10
1
-32
/
+21
*
Store DH generator in a chunk, hide non-public data in a private struct
Martin Willi
2010-04-08
1
-3
/
+12
*
Adding DBG_LIB to all calls of libstrongswan's version of DBG*.
Tobias Brunner
2010-04-06
1
-4
/
+5
*
Provide the Diffie Hellman parameters from a central location, so that we do ...
Tobias Brunner
2010-03-09
1
-325
/
+12
*
removed trailing spaces ([[:space:]]+$)
Martin Willi
2009-09-04
1
-26
/
+26
*
gcrypt mpi based Diffie-Hellman implementation
Martin Willi
2009-06-09
1
-0
/
+564