aboutsummaryrefslogtreecommitdiffstats
path: root/crypto/ecdh
Commit message (Expand)AuthorAgeFilesLines
* Remove the dual-callback scheme for numeric and pointer thread IDs,Geoff Thorpe2008-08-061-1/+1
* Revert my earlier CRYPTO_THREADID commit, I will commit a reworkedGeoff Thorpe2008-07-031-1/+1
* More type-checking.Ben Laurie2008-06-041-11/+21
* There was a need to support thread ID types that couldn't be reliably castGeoff Thorpe2008-03-281-1/+1
* Fix warnings.Dr. Stephen Henson2007-08-121-5/+5
* Constify version strings and some structures.Dr. Stephen Henson2007-01-211-1/+1
* Update from 0.9.8 stable. Eliminate duplicate error codes.Dr. Stephen Henson2006-11-211-7/+4
* Missing CFLAG in couple of depend: targets.Andy Polyakov2005-12-181-1/+1
* makeNils Larsch2005-07-161-1/+2
* fix typo, add prototypeNils Larsch2005-05-201-1/+2
* Further BUILDENV refinement, further fool-proofing of Makefiles andAndy Polyakov2005-05-161-35/+17
* ecc api cleanup; summary:Nils Larsch2005-05-165-66/+72
* Fool-proofing MakefilesAndy Polyakov2005-05-151-4/+1
* give EC_GROUP_new_by_nid a more meanigful name:Nils Larsch2005-05-101-1/+1
* Update util/ck_errf.pl script, and have it run automaticallyBodo Möller2005-05-091-3/+3
* hide the definition of ECDSA_METHOD and ECDSA_DATA (and mutatis mutandisNils Larsch2005-04-296-33/+100
* Fix various incorrect error function codes.Bodo Möller2005-04-263-4/+4
* change prototype of the ecdh KDF: make input parameter const and the outlen a...Nils Larsch2005-04-234-11/+16
* Rebuild error codes.Dr. Stephen Henson2005-04-121-8/+12
* Add emacs cache files to .cvsignore.Richard Levitte2005-04-111-0/+2
* Blow away Makefile.ssl.Ben Laurie2005-03-301-4/+3
* Don't use $(EXHEADER) directly in for loops, as most shells will breakRichard Levitte2004-11-021-1/+1
* Update ECDSA and ECDH for OPENSSL_NO_ENGINE.Geoff Thorpe2004-10-212-0/+10
* Deprecate the recursive includes of bn.h from various API headers (asn1.h,Geoff Thorpe2004-05-172-1/+4
* (oops) Apologies all, that last header-cleanup commit was from the wrongGeoff Thorpe2004-04-191-0/+1
* Reduce header interdependencies, initially in engine.h (the rest of theGeoff Thorpe2004-04-191-3/+6
* Unsigned vs. signed fixed.Richard Levitte2003-06-191-1/+1
* Make sure that size_t matches size_t.Richard Levitte2003-06-041-1/+2
* make updateRichard Levitte2003-05-011-20/+28
* 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