aboutsummaryrefslogtreecommitdiffstats
path: root/test/ectest.c
Commit message (Expand)AuthorAgeFilesLines
* Update copyright yearMatt Caswell2020-04-231-1/+1
* [crypto/ec] deprecate Jprojective_coordinates_GFp functionsBilly Brumley2020-04-221-79/+0
* Add self-test for EC_POINT_hex2pointNicola Tuveri2019-11-131-0/+101
* Add BN_check_prime()Kurt Roeckx2019-10-141-7/+7
* [test] ECC: check the bounds for auto computing cofactorBilly Brumley2019-09-091-0/+91
* Uniform TEST_*() check usage in test/ectest.cNicola Tuveri2019-09-091-13/+13
* Fix spacing nit in test/ectest.cNicola Tuveri2019-09-091-1/+1
* [ec] Match built-in curves on EC_GROUP_new_from_ecparametersNicola Tuveri2019-09-091-0/+267
* [test] computing ECC cofactors: regression testBilly Brumley2019-09-071-5/+5
* [test] computing ECC cofactors: regression testBilly Brumley2019-09-051-3/+86
* Make the EC code available from inside the FIPS providerMatt Caswell2019-08-061-19/+19
* Temporary workaround for ectest.c for [extended tests]Nicola Tuveri2019-07-311-1/+1
* EC only uses approved curves in FIPS mode.Shane Lontis2019-06-251-1/+1
* Fix no-ec2mMatt Caswell2019-04-231-1/+4
* ec key validation checks updatedShane Lontis2019-04-111-2/+55
* doc fixupsShane Lontis2019-04-111-3/+3
* Separate the lookup testNicola Tuveri2019-04-111-33/+84
* EC_GROUP_set_curve() might fail for arbitrary paramsNicola Tuveri2019-04-111-10/+40
* added code to validate EC named curve parametersShane Lontis2019-04-111-0/+178
* Fix memory leak in ectestNicola Tuveri2019-03-131-0/+1
* Add a test for underflow in ecp_nistp521.cMatt Caswell2019-03-071-0/+69
* Add EC_GROUP_get0_fieldDavid Asraf2019-02-151-0/+38
* Following the license change, modify the boilerplates in test/Richard Levitte2018-12-061-1/+1
* Use the new non-curve type specific EC functions internallyMatt Caswell2018-07-311-72/+59
* [test] test some important ladder corner casesBilly Brumley2018-07-161-1/+12
* enable-ec_nistp_64_gcc_128: Fix function prototype warning [-Wstrict-prototypes]Nicola Tuveri2018-06-221-1/+1
* Fix explicit EC curve encoding.David Benjamin2018-05-231-5/+76
* Fix a bug in ecp_nistp224.c.David Benjamin2018-04-031-0/+9
* Update copyright yearMatt Caswell2018-03-201-1/+1
* Update tests for TLS Ed448Matt Caswell2018-03-051-6/+0
* Consistent formatting for sizeof(foo)Rich Salz2017-12-071-6/+6
* MSC_VER <= 1200 isn't supported; remove dead codeRich Salz2017-08-271-5/+0
* Use "" not <> for internal/ includesRich Salz2017-08-221-1/+1
* Remove tests dependence on e_os.hPauli2017-08-181-1/+1
* Fix no-ecDr. Stephen Henson2017-08-101-0/+2
* Switch from ossl_rand to DRBG randRich Salz2017-08-031-5/+0
* Update the test framework so that the need for test_main is removed. EverythingPauli2017-07-271-7/+7
* BN_pseudo_rand is really BN_randRich Salz2017-07-031-4/+4
* Use randomness not entropyRich Salz2017-06-271-1/+1
* Modify Sun copyright to follow OpenSSL styleRich Salz2017-06-201-14/+1
* Add output routines to allow consistent formatting of memory, stringsPauli2017-06-161-125/+74
* Add BN support to the test infrastructure.Pauli2017-05-091-9/+9
* Conversion of the EC tests to use the framework.Pauli2017-05-051-1350/+1102
* Remove some obsolete/obscure internal define switches:Emilia Kasper2017-03-011-5/+2
* Fix a memory leak in EC_GROUP_get_ecparameters()Kazuki Yamaguchi2016-08-221-0/+29
* RT 4242: reject invalid EC point coordinatesEmilia Kasper2016-06-091-6/+90
* Copyright consolidation 02/10Rich Salz2016-05-171-53/+6
* skip inappropriate X25519 testsDr. Stephen Henson2016-02-281-0/+6
* test/ectest.c: add regression test for RT#4284.Andy Polyakov2016-02-231-0/+15
* Clean up the tests for auto-init/de-initMatt Caswell2016-02-091-7/+0