aboutsummaryrefslogtreecommitdiffstats
path: root/crypto/ecdh/ecdhtest.c
Commit message (Expand)AuthorAgeFilesLines
* Stop symlinking, move files to intended directoryRichard Levitte2015-03-311-537/+0
* free NULL cleanup.Rich Salz2015-03-251-12/+6
* Merge OPENSSL_NO_EC{DH,DSA} into OPENSSL_NO_ECRich Salz2015-03-111-2/+2
* Dead code cleanup: #if 0 dropped from testsRich Salz2015-02-021-22/+0
* clang on Linux x86_64 complains about unreachable code.Richard Levitte2015-01-291-1/+0
* OPENSSL_NO_xxx cleanup: SHARich Salz2015-01-271-6/+1
* Run util/openssl-format-source -v -c .Matt Caswell2015-01-221-400/+435
* RT3548: Remove unsupported platformsRich Salz2015-01-121-8/+2
* RT3543: Remove #ifdef LINTRich Salz2014-12-101-3/+0
* Add test vectors from RFC7027Dr. Stephen Henson2013-10-151-0/+171
* New option to disable characteristic two fields in EC code.Dr. Stephen Henson2011-02-121-0/+6
* 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
* 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
* makeNils Larsch2005-07-161-1/+2
* ecc api cleanup; summary:Nils Larsch2005-05-161-19/+21
* give EC_GROUP_new_by_nid a more meanigful name:Nils Larsch2005-05-101-1/+1
* change prototype of the ecdh KDF: make input parameter const and the outlen a...Nils Larsch2005-04-231-2/+4
* - new ECDH_compute_key interface (KDF is no longer a fixed built-in)Bodo Möller2003-02-281-5/+20
* 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
* fix outputBodo Möller2002-11-141-2/+2
* 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-291-13/+0
* #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
* fix warningsBodo Möller2002-08-091-0/+1
* Add ECDH support.Bodo Möller2002-08-091-0/+288