summaryrefslogtreecommitdiff
path: root/crypto/ecdh
Commit message (Expand)AuthorAgeFilesLines
* add cofactor ECDH support from fips branchsteve2011-12-102-0/+14
* Check for selftest failure in various places.steve2011-10-221-0/+8
* Set flags in ECDH and ECDSA methods for FIPS.steve2011-06-082-1/+9
* remove ENGINE dependency from ecdhsteve2011-04-102-14/+5
* make updatelevitte2011-03-241-9/+10
* Add ECDH to validated module.steve2011-03-092-0/+15
* New option to disable characteristic two fields in EC code.steve2011-02-122-0/+8
* Change AR to ARX to allow exclusion of fips object modulessteve2011-01-261-1/+1
* Fix warnings.ben2010-06-121-2/+1
* Remove the dual-callback scheme for numeric and pointer thread IDs,geoff2008-08-061-1/+1
* Revert my earlier CRYPTO_THREADID commit, I will commit a reworkedgeoff2008-07-031-1/+1
* More type-checking.ben2008-06-041-11/+21
* There was a need to support thread ID types that couldn't be reliably castgeoff2008-03-281-1/+1
* Fix warnings.steve2007-08-121-5/+5
* Constify version strings and some structures.steve2007-01-211-1/+1
* Update from 0.9.8 stable. Eliminate duplicate error codes.steve2006-11-211-7/+4
* Missing CFLAG in couple of depend: targets.appro2005-12-181-1/+1
* makenils2005-07-161-1/+2
* fix typo, add prototypenils2005-05-201-1/+2
* Further BUILDENV refinement, further fool-proofing of Makefiles andappro2005-05-161-35/+17
* ecc api cleanup; summary:nils2005-05-165-66/+72
* Fool-proofing Makefilesappro2005-05-151-4/+1
* give EC_GROUP_new_by_nid a more meanigful name:nils2005-05-101-1/+1
* Update util/ck_errf.pl script, and have it run automaticallybodo2005-05-091-3/+3
* hide the definition of ECDSA_METHOD and ECDSA_DATA (and mutatis mutandisnils2005-04-296-33/+100
* Fix various incorrect error function codes.bodo2005-04-263-4/+4
* change prototype of the ecdh KDF: make input parameter const and the outlen a...nils2005-04-234-11/+16
* Rebuild error codes.steve2005-04-121-8/+12
* Add emacs cache files to .cvsignore.levitte2005-04-111-0/+2
* Blow away Makefile.ssl.ben2005-03-301-4/+3
* Don't use $(EXHEADER) directly in for loops, as most shells will breaklevitte2004-11-021-1/+1
* Update ECDSA and ECDH for OPENSSL_NO_ENGINE.geoff2004-10-212-0/+10
* Deprecate the recursive includes of bn.h from various API headers (asn1.h,geoff2004-05-172-1/+4
* (oops) Apologies all, that last header-cleanup commit was from the wronggeoff2004-04-191-0/+1
* Reduce header interdependencies, initially in engine.h (the rest of thegeoff2004-04-191-3/+6
* Unsigned vs. signed fixed.levitte2003-06-191-1/+1
* Make sure that size_t matches size_t.levitte2003-06-041-1/+2
* make updatelevitte2003-05-011-20/+28
* Make sure to declare mem*() properly.levitte2003-03-211-0/+1
* Make sure we get the definition of OPENSSL_NO_ECDH.levitte2003-03-201-0/+2
* make updatesteve2003-03-201-3/+4
* Avoid warning.steve2003-03-201-0/+2
* make updatesteve2003-03-201-3/+4
* - new ECDH_compute_key interface (KDF is no longer a fixed built-in)bodo2003-02-286-34/+72
* remove some more useless code. The mingw target can now be builtulf2003-02-221-8/+0
* Have all tests use EXIT() to exit rather than exit(), since the latter doesn'tlevitte2002-11-281-2/+5
* Cleanse memory using the new OPENSSL_cleanse() function.levitte2002-11-281-1/+1
* make updatelevitte2002-11-141-4/+6
* fix outputbodo2002-11-141-2/+2
* Security fixes brought forward from 0.9.7.ben2002-11-131-6/+4