aboutsummaryrefslogtreecommitdiffstats
path: root/src/libstrongswan/plugins/openssl/openssl_diffie_hellman.c
Commit message (Expand)AuthorAgeFilesLines
* 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