aboutsummaryrefslogtreecommitdiffstats
path: root/src/libstrongswan/crypto/diffie_hellman.c
Commit message (Collapse)AuthorAgeFilesLines
* Fixed compiler warnings for DH groups that define no subgroup.Tobias Brunner2011-11-251-8/+16
|
* Added a generic function to check if a DH group is an EC groupMartin Willi2010-09-031-0/+17
|
* Added a MODP_CUSTOM DH group which takes g and p as constructor argumentsMartin Willi2010-09-021-3/+4
|
* Added support for DH groups 22, 23 and 24, patch contributed by Joy LattenMartin Willi2010-04-191-2/+110
|
* Store DH generator in a chunk, hide non-public data in a private structMartin Willi2010-04-081-275/+273
|
* Provide the Diffie Hellman parameters from a central location, so that we do ↵Tobias Brunner2010-03-091-0/+297
| | | | | | | | 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.
* shortened DH group namesAndreas Steffen2009-05-151-13/+13
|
* removing svn keyword $Id$ from all filesTobias Brunner2009-04-301-2/+0
|
* added a MODP_NULL Diffie Hellman group to avoid calculation overhead in ↵Martin Willi2008-11-221-1/+3
| | | | load-testing
* added missing comma in enumerationAndreas Steffen2008-05-291-1/+1
|
* added the ECP groups from RFC 5114Tobias Brunner2008-05-221-1/+4
|
* added ECDH with OpenSSL (see RFC 4753)Tobias Brunner2008-05-221-3/+6
|
* merged the modularization branch (credentials) back to trunkMartin Willi2008-03-131-558/+3
|
* fixed memory leakMartin Willi2007-10-041-0/+1
|
* implemented an optional DH public value testMartin Willi2007-10-041-89/+92
| | | | some other cleanups, using RFC2631 variable names
* cleanups, fixes and simplification of diffie hellman codeMartin Willi2007-10-041-123/+96
|
* introduced new logging subsystem using bus:Martin Willi2006-10-181-18/+15
| | | | | | | passive listeners can register on the bus active listeners wait for signals actively multiplexing allows multiple listeners to receive debug signals a lot more...
* updated copyright informationMartin Willi2006-07-071-1/+2
|
* workaround for peers rekeying at the same timeMartin Willi2006-06-121-1/+1
| | | | | loading lifetime policies from ipsec.conf
* (no commit message)Martin Willi2006-05-101-1/+0
|
* (no commit message)Martin Willi2006-05-101-0/+615