summaryrefslogtreecommitdiffstats
path: root/crypto/ecdh
AgeCommit message (Expand)Author
2015-12-09Remove crypto/ecdh update Makefile.orgDr. Stephen Henson
2015-12-09move ECDH implementation to crypto/ecDr. Stephen Henson
2015-12-09Move ECDH_KDF_X9_62 to crypto/ecDr. Stephen Henson
2015-12-07Cleanup: fix all sources that used EVP_MD_CTX_(create|init|destroy)Richard Levitte
2015-12-07Adjust all accesses to EVP_MD_CTX to use accessor functions.Richard Levitte
2015-12-01ex_data part 2: doc fixes and CRYPTO_free_ex_index.Rich Salz
2015-11-05Rebuild error source files.Dr. Stephen Henson
2015-08-10RT3999: Remove sub-component version stringsRich Salz
2015-05-22Fix the update target and remove duplicate file updatesRichard Levitte
2015-05-14make dependRichard Levitte
2015-05-14Identify and move common internal libcrypto header filesRichard Levitte
2015-05-04Use safer sizeof variant in mallocRich Salz
2015-05-01free null cleanup finaleRich Salz
2015-04-30free NULL cleanup 7Rich Salz
2015-04-30free cleanup almost the finaleRich Salz
2015-04-28remove malloc castsRich Salz
2015-03-31Remove EXHEADER, TEST, APPS, links:, install: and uninstall: where relevantRichard Levitte
2015-03-31Stop symlinking, move files to intended directoryRichard Levitte
2015-03-25free NULL cleanup.Rich Salz
2015-03-15Update ordinals, fix error message.Dr. Stephen Henson
2015-03-11Merge OPENSSL_NO_EC{DH,DSA} into OPENSSL_NO_ECRich Salz
2015-02-02Dead code cleanup: crypto/ec,ecdh,ecdsaRich Salz
2015-02-02Dead code cleanup: #if 0 dropped from testsRich Salz
2015-01-29clang on Linux x86_64 complains about unreachable code.Richard Levitte
2015-01-27OPENSSL_NO_xxx cleanup: SHARich Salz
2015-01-22Run util/openssl-format-source -v -c .Matt Caswell
2015-01-12RT3548: Remove unsupported platformsRich Salz
2015-01-06Further comment amendments to preserve formatting prior to source reformatMatt Caswell
2014-12-18Change all instances of OPENSSL_NO_DEPRECATED to OPENSSL_USE_DEPRECATEDMatt Caswell
2014-12-10RT3543: Remove #ifdef LINTRich Salz
2014-12-08remove OPENSSL_FIPSAPIDr. Stephen Henson
2014-12-08remove FIPS module code from crypto/ecdhDr. Stephen Henson
2014-12-08Remove OPENSSL_FIPSCANISTER code.Dr. Stephen Henson
2014-12-08Remove fipscanister build functionality from makefiles.Dr. Stephen Henson
2014-11-28Remove all .cvsignore filesRich Salz
2014-02-19make dependDr. Stephen Henson
2013-10-15Fix warning.Dr. Stephen Henson
2013-10-15Add test vectors from RFC7027Dr. Stephen Henson
2013-08-05Minor optimisation to KDF algorithm.Dr. Stephen Henson
2013-07-17Add support for X9.62 KDF.Dr. Stephen Henson
2012-10-05Fix EC_KEY initialization race.Bodo Möller
2011-12-10add cofactor ECDH support from fips branchDr. Stephen Henson
2011-10-22Check for selftest failure in various places.Dr. Stephen Henson
2011-06-08Set flags in ECDH and ECDSA methods for FIPS.Dr. Stephen Henson
2011-04-10remove ENGINE dependency from ecdhDr. Stephen Henson
2011-03-24make updateRichard Levitte
2011-03-09Add ECDH to validated module.Dr. Stephen Henson
2011-02-12New option to disable characteristic two fields in EC code.Dr. Stephen Henson
2011-01-26Change AR to ARX to allow exclusion of fips object modulesDr. Stephen Henson
2010-06-12Fix warnings.Ben Laurie