aboutsummaryrefslogtreecommitdiffstats
path: root/crypto/ecdh
Commit message (Expand)AuthorAgeFilesLines
...
* Make sure to declare mem*() properly.Richard Levitte2003-03-211-0/+1
* Make sure we get the definition of OPENSSL_NO_ECDH.Richard Levitte2003-03-201-0/+2
* make updateDr. Stephen Henson2003-03-201-3/+4
* Avoid warning.Dr. Stephen Henson2003-03-201-0/+2
* make updateDr. Stephen Henson2003-03-201-3/+4
* - new ECDH_compute_key interface (KDF is no longer a fixed built-in)Bodo Möller2003-02-286-34/+72
* remove some more useless code. The mingw target can now be builtUlf Möller2003-02-221-8/+0
* Have all tests use EXIT() to exit rather than exit(), since the latter doesn'tRichard Levitte2002-11-281-2/+5
* Cleanse memory using the new OPENSSL_cleanse() function.Richard Levitte2002-11-281-1/+1
* make updateRichard Levitte2002-11-141-4/+6
* fix outputBodo Möller2002-11-141-2/+2
* Security fixes brought forward from 0.9.7.Ben Laurie2002-11-131-6/+4
* print less output (no details unless a test failed)Bodo Möller2002-11-061-19/+91
* Sun has agreed to removing the covenant language from most files.Bodo Möller2002-10-295-65/+0
* Use double dashes so makedepend doesn't misunderstand the flags weRichard Levitte2002-10-091-1/+1
* #if out unused function to shut the compiler up.Dr. Stephen Henson2002-08-221-0/+5
* Simplify handling of named curves: get rid of EC_GROUP_new_by_name(),Bodo Möller2002-08-151-16/+16
* .cvsignore for crypto/ecdhBodo Möller2002-08-091-0/+2
* make updateBodo Möller2002-08-091-4/+6
* fix warningsBodo Möller2002-08-091-0/+1
* use 0, not NULLBodo Möller2002-08-091-1/+1
* Add ECDH support.Bodo Möller2002-08-097-0/+1197