aboutsummaryrefslogtreecommitdiff
path: root/crypto/ecdh
AgeCommit message (Expand)AuthorFilesLines
2015-03-31Remove EXHEADER, TEST, APPS, links:, install: and uninstall: where relevantRichard Levitte1-17/+1
2015-03-31Stop symlinking, move files to intended directoryRichard Levitte2-669/+0
2015-03-25free NULL cleanup.Rich Salz2-14/+7
2015-03-15Update ordinals, fix error message.Dr. Stephen Henson1-1/+1
2015-03-11Merge OPENSSL_NO_EC{DH,DSA} into OPENSSL_NO_ECRich Salz2-3/+3
2015-02-02Dead code cleanup: crypto/ec,ecdh,ecdsaRich Salz3-24/+0
2015-02-02Dead code cleanup: #if 0 dropped from testsRich Salz1-22/+0
2015-01-29clang on Linux x86_64 complains about unreachable code.Richard Levitte1-1/+0
2015-01-27OPENSSL_NO_xxx cleanup: SHARich Salz1-6/+1
2015-01-22Run util/openssl-format-source -v -c .Matt Caswell8-806/+818
2015-01-12RT3548: Remove unsupported platformsRich Salz1-8/+2
2015-01-06Further comment amendments to preserve formatting prior to source reformatMatt Caswell1-1/+2
2014-12-18Change all instances of OPENSSL_NO_DEPRECATED to OPENSSL_USE_DEPRECATEDMatt Caswell1-1/+1
2014-12-10RT3543: Remove #ifdef LINTRich Salz1-3/+0
2014-12-08remove OPENSSL_FIPSAPIDr. Stephen Henson3-3/+3
2014-12-08remove FIPS module code from crypto/ecdhDr. Stephen Henson1-8/+0
2014-12-08Remove OPENSSL_FIPSCANISTER code.Dr. Stephen Henson1-12/+0
2014-12-08Remove fipscanister build functionality from makefiles.Dr. Stephen Henson1-1/+1
2014-11-28Remove all .cvsignore filesRich Salz1-4/+0
2014-02-19make dependDr. Stephen Henson1-0/+8
2013-10-15Fix warning.Dr. Stephen Henson1-2/+2
2013-10-15Add test vectors from RFC7027Dr. Stephen Henson1-0/+171
2013-08-05Minor optimisation to KDF algorithm.Dr. Stephen Henson1-1/+1
2013-07-17Add support for X9.62 KDF.Dr. Stephen Henson3-2/+123
2012-10-05Fix EC_KEY initialization race.Bodo Möller1-2/+9
2011-12-10add cofactor ECDH support from fips branchDr. Stephen Henson2-0/+14
2011-10-22Check for selftest failure in various places.Dr. Stephen Henson1-0/+8
2011-06-08Set flags in ECDH and ECDSA methods for FIPS.Dr. Stephen Henson2-1/+9
2011-04-10remove ENGINE dependency from ecdhDr. Stephen Henson2-14/+5
2011-03-24make updateRichard Levitte1-9/+10
2011-03-09Add ECDH to validated module.Dr. Stephen Henson2-0/+15
2011-02-12New option to disable characteristic two fields in EC code.Dr. Stephen Henson2-0/+8
2011-01-26Change AR to ARX to allow exclusion of fips object modulesDr. Stephen Henson1-1/+1
2010-06-12Fix warnings.Ben Laurie1-2/+1
2008-08-06Remove the dual-callback scheme for numeric and pointer thread IDs,Geoff Thorpe1-1/+1
2008-07-03Revert my earlier CRYPTO_THREADID commit, I will commit a reworkedGeoff Thorpe1-1/+1
2008-06-04More type-checking.Ben Laurie1-11/+21
2008-03-28There was a need to support thread ID types that couldn't be reliably castGeoff Thorpe1-1/+1
2007-08-12Fix warnings.Dr. Stephen Henson1-5/+5
2007-01-21Constify version strings and some structures.Dr. Stephen Henson1-1/+1
2006-11-21Update from 0.9.8 stable. Eliminate duplicate error codes.Dr. Stephen Henson1-7/+4
2005-12-18Missing CFLAG in couple of depend: targets.Andy Polyakov1-1/+1
2005-07-16makeNils Larsch1-1/+2
2005-05-20fix typo, add prototypeNils Larsch1-1/+2
2005-05-16Further BUILDENV refinement, further fool-proofing of Makefiles andAndy Polyakov1-35/+17
2005-05-16ecc api cleanup; summary:Nils Larsch5-66/+72
2005-05-15Fool-proofing MakefilesAndy Polyakov1-4/+1
2005-05-10give EC_GROUP_new_by_nid a more meanigful name:Nils Larsch1-1/+1
2005-05-09Update util/ck_errf.pl script, and have it run automaticallyBodo Möller1-3/+3
2005-04-29hide the definition of ECDSA_METHOD and ECDSA_DATA (and mutatis mutandisNils Larsch6-33/+100