aboutsummaryrefslogtreecommitdiffstats
path: root/src/libstrongswan/plugins/openssl/openssl_ec_diffie_hellman.c
Commit message (Expand)AuthorAgeFilesLines
* Use a seperate section for each nested struct member in INIT macroMartin Willi2010-08-181-6/+8
* Migrated remaining classes in openssl plugin to INIT/METHOD macrosMartin Willi2010-08-101-33/+24
* Fixing compilation of the OpenSSL plugin if Elliptic Curve support is disabled.Tobias Brunner2010-06-221-0/+6
* Adding DBG_LIB to all calls of libstrongswan's version of DBG*.Tobias Brunner2010-04-061-2/+2
* removed trailing spaces ([[:space:]]+$)Martin Willi2009-09-041-32/+32
* make ecp_x_coordinate_only = yes the defaultAndreas Steffen2009-07-061-2/+4
* ecp_x_coordinate only option allows ECP interoperability with MS WindowsAndreas Steffen2009-07-061-4/+14
* 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-19/+0
* refactoringTobias Brunner2008-06-101-27/+3
* fixed some compiler warningsMartin Willi2008-05-231-1/+1
* added the ECP groups from RFC 5114Tobias Brunner2008-05-221-0/+6
* added ECDH with OpenSSL (see RFC 4753)Tobias Brunner2008-05-221-0/+360