summaryrefslogtreecommitdiffstats
path: root/test/ectest.c
AgeCommit message (Expand)Author
2021-08-24Update copyright yearMatt Caswell
2021-05-17Test oct2point for hybrid point encoding of (0, y)Theo Buehler
2020-09-22Update copyright yearMatt Caswell
2020-07-13[1.1.1][test] Avoid missing EC_GROUP wrappersNicola Tuveri
2020-07-12[test] ectest: check custom generatorsBilly Brumley
2019-11-13Add self-test for EC_POINT_hex2pointNicola Tuveri
2019-09-09[test] ECC: check the bounds for auto computing cofactorBilly Brumley
2019-09-09Fix spacing nit in test/ectest.cNicola Tuveri
2019-09-09[ec] Match built-in curves on EC_GROUP_new_from_ecparametersNicola Tuveri
2019-09-07[test] computing ECC cofactors: regression testBilly Brumley
2019-05-28Update copyright yearRichard Levitte
2019-03-13Fix memory leak in ectestNicola Tuveri
2019-03-07Add a test for underflow in ecp_nistp521.cMatt Caswell
2018-07-31Use the new non-curve type specific EC functions internallyMatt Caswell
2018-07-16[test] test some important ladder corner casesBilly Brumley
2018-06-22enable-ec_nistp_64_gcc_128: Fix function prototype warning [-Wstrict-prototypes]Nicola Tuveri
2018-05-23Fix explicit EC curve encoding.David Benjamin
2018-04-03Fix a bug in ecp_nistp224.c.David Benjamin
2018-03-20Update copyright yearMatt Caswell
2018-03-05Update tests for TLS Ed448Matt Caswell
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