summaryrefslogtreecommitdiffstats
path: root/test/ectest.c
AgeCommit message (Expand)Author
2020-08-22Add Explicit EC parameter support to providers.Shane Lontis
2020-07-29[test][ectest] Minor touches to custom_generator_testNicola Tuveri
2020-07-29[test] Vertically test explicit EC params API patternsNicola Tuveri
2020-07-12[test] ectest: check custom generatorsBilly Brumley
2020-06-02Move EC_METHOD to internal-onlyBilly Brumley
2020-05-19deprecate EC precomputation functionalityBilly Brumley
2020-05-16deprecate EC_POINTs_mul functionBilly Brumley
2020-04-23Update copyright yearMatt Caswell
2020-04-22[crypto/ec] deprecate Jprojective_coordinates_GFp functionsBilly Brumley
2019-11-13Add self-test for EC_POINT_hex2pointNicola Tuveri
2019-10-14Add BN_check_prime()Kurt Roeckx
2019-09-09[test] ECC: check the bounds for auto computing cofactorBilly Brumley
2019-09-09Uniform TEST_*() check usage in test/ectest.cNicola Tuveri
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-09-05[test] computing ECC cofactors: regression testBilly Brumley
2019-08-06Make the EC code available from inside the FIPS providerMatt Caswell
2019-07-31Temporary workaround for ectest.c for [extended tests]Nicola Tuveri
2019-06-25EC only uses approved curves in FIPS mode.Shane Lontis
2019-04-23Fix no-ec2mMatt Caswell
2019-04-11ec key validation checks updatedShane Lontis
2019-04-11doc fixupsShane Lontis
2019-04-11Separate the lookup testNicola Tuveri
2019-04-11EC_GROUP_set_curve() might fail for arbitrary paramsNicola Tuveri
2019-04-11added code to validate EC named curve parametersShane Lontis
2019-03-13Fix memory leak in ectestNicola Tuveri
2019-03-07Add a test for underflow in ecp_nistp521.cMatt Caswell
2019-02-15Add EC_GROUP_get0_fieldDavid Asraf
2018-12-06Following the license change, modify the boilerplates in test/Richard Levitte
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