aboutsummaryrefslogtreecommitdiffstats
path: root/src/libstrongswan/plugins/openssl/openssl_diffie_hellman.c
Commit message (Expand)AuthorAgeFilesLines
* openssl: Properly honor OPENSSL_NO_* definesTobias Brunner2013-01-311-0/+6
* Moved debug.[ch] to utils folderTobias Brunner2012-10-241-1/+1
* Added support for MODP_CUSTOM to openssl pluginMartin Willi2010-09-031-5/+14
* 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-30/+21
* Store DH generator in a chunk, hide non-public data in a private structMartin Willi2010-04-081-4/+3
* Adding DBG_LIB to all calls of libstrongswan's version of DBG*.Tobias Brunner2010-04-061-2/+3
* Provide the Diffie Hellman parameters from a central location, so that we do ...Tobias Brunner2010-03-091-62/+12
* removed trailing spaces ([[:space:]]+$)Martin Willi2009-09-041-23/+23
* 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
* ported some hard-to-merge cherries back to trunk :-/Martin Willi2008-11-121-2/+2
* removed superfluous get_other_public_value in diffie_hellman_t interfaceMartin Willi2008-11-041-27/+4
* fixed bignum export if BN_num_bytes() != DH_size()Martin Willi2008-11-041-44/+53
* refining changeset 4483 by introducing charon.dh_exponent_ansi_x9_42 keyAndreas Steffen2008-10-281-11/+27
* use 512 bits of entropy for secret DH exponentsAndreas Steffen2008-10-261-0/+1
* adding diffie hellman with OpenSSLTobias Brunner2008-04-291-0/+242