summaryrefslogtreecommitdiffstats
path: root/test/ectest.c
AgeCommit message (Expand)Author
2017-12-07Consistent formatting for sizeof(foo)Rich Salz
2017-08-27MSC_VER <= 1200 isn't supported; remove dead codeRich Salz
2017-08-22Use "" not <> for internal/ includesRich Salz
2017-08-18Remove tests dependence on e_os.hPauli
2017-08-10Fix no-ecDr. Stephen Henson
2017-08-03Switch from ossl_rand to DRBG randRich Salz
2017-07-27Update the test framework so that the need for test_main is removed. EverythingPauli
2017-07-03BN_pseudo_rand is really BN_randRich Salz
2017-06-27Use randomness not entropyRich Salz
2017-06-20Modify Sun copyright to follow OpenSSL styleRich Salz
2017-06-16Add output routines to allow consistent formatting of memory, stringsPauli
2017-05-09Add BN support to the test infrastructure.Pauli
2017-05-05Conversion of the EC tests to use the framework.Pauli
2017-03-01Remove some obsolete/obscure internal define switches:Emilia Kasper
2016-08-22Fix a memory leak in EC_GROUP_get_ecparameters()Kazuki Yamaguchi
2016-06-09RT 4242: reject invalid EC point coordinatesEmilia Kasper
2016-05-17Copyright consolidation 02/10Rich Salz
2016-02-28skip inappropriate X25519 testsDr. Stephen Henson
2016-02-23test/ectest.c: add regression test for RT#4284.Andy Polyakov
2016-02-09Clean up the tests for auto-init/de-initMatt Caswell
2016-02-05If memory debugging enabled return error on leaks.Dr. Stephen Henson
2016-01-29Add have_precompute_mult testsMatt Caswell
2016-01-27Test all built-in curves and let the library choose the EC_METHODBilly Brumley
2016-01-26Remove /* foo.c */ commentsRich Salz
2016-01-11Enable/disable crypto-mdebug just like other featuresViktor Dukhovni
2016-01-07mem functions cleanupRich Salz
2015-12-19Fix URLs mangled by reformatMatt Caswell
2015-06-10EC_POINT_is_on_curve does not return a booleanMatt Caswell
2015-05-11Use p==NULL not !p (in if statements, mainly)Rich Salz
2015-05-04Use safer sizeof variant in mallocRich Salz
2015-05-04more OSSL_NELEM casesDr. Stephen Henson
2015-04-30free NULL cleanup 7Rich Salz
2015-03-31Stop symlinking, move files to intended directoryRichard Levitte