aboutsummaryrefslogtreecommitdiffstats
path: root/crypto/ecdh/ech_lib.c
Commit message (Expand)AuthorAgeFilesLines
* Dead code cleanup: crypto/ec,ecdh,ecdsaRich Salz2015-02-021-16/+0
* Run util/openssl-format-source -v -c .Matt Caswell2015-01-221-126/+120
* Fix EC_KEY initialization race.Bodo Möller2012-10-051-2/+9
* Fix warnings.Ben Laurie2010-06-121-2/+1
* Constify version strings and some structures.Dr. Stephen Henson2007-01-211-1/+1
* fix typo, add prototypeNils Larsch2005-05-201-1/+2
* ecc api cleanup; summary:Nils Larsch2005-05-161-30/+38
* hide the definition of ECDSA_METHOD and ECDSA_DATA (and mutatis mutandisNils Larsch2005-04-291-1/+1
* Fix various incorrect error function codes.Bodo Möller2005-04-261-2/+2
* Update ECDSA and ECDH for OPENSSL_NO_ENGINE.Geoff Thorpe2004-10-211-0/+8
* (oops) Apologies all, that last header-cleanup commit was from the wrongGeoff Thorpe2004-04-191-0/+1
* - new ECDH_compute_key interface (KDF is no longer a fixed built-in)Bodo Möller2003-02-281-7/+1
* Cleanse memory using the new OPENSSL_cleanse() function.Richard Levitte2002-11-281-1/+1
* Sun has agreed to removing the covenant language from most files.Bodo Möller2002-10-291-13/+0
* Add ECDH support.Bodo Möller2002-08-091-0/+248