aboutsummaryrefslogtreecommitdiff
path: root/test/ectest.c
AgeCommit message (Expand)AuthorFilesLines
2020-08-22Add Explicit EC parameter support to providers.Shane Lontis1-1/+223
2020-07-29[test][ectest] Minor touches to custom_generator_testNicola Tuveri1-4/+2
2020-07-29[test] Vertically test explicit EC params API patternsNicola Tuveri1-1/+280
2020-07-12[test] ectest: check custom generatorsBilly Brumley1-0/+84
2020-06-02Move EC_METHOD to internal-onlyBilly Brumley1-83/+31
2020-05-19deprecate EC precomputation functionalityBilly Brumley1-9/+10
2020-05-16deprecate EC_POINTs_mul functionBilly Brumley1-10/+26
2020-04-23Update copyright yearMatt Caswell1-1/+1
2020-04-22[crypto/ec] deprecate Jprojective_coordinates_GFp functionsBilly Brumley1-79/+0
2019-11-13Add self-test for EC_POINT_hex2pointNicola Tuveri1-0/+101
2019-10-14Add BN_check_prime()Kurt Roeckx1-7/+7
2019-09-09[test] ECC: check the bounds for auto computing cofactorBilly Brumley1-0/+91
2019-09-09Uniform TEST_*() check usage in test/ectest.cNicola Tuveri1-13/+13
2019-09-09Fix spacing nit in test/ectest.cNicola Tuveri1-1/+1
2019-09-09[ec] Match built-in curves on EC_GROUP_new_from_ecparametersNicola Tuveri1-0/+267
2019-09-07[test] computing ECC cofactors: regression testBilly Brumley1-5/+5
2019-09-05[test] computing ECC cofactors: regression testBilly Brumley1-3/+86
2019-08-06Make the EC code available from inside the FIPS providerMatt Caswell1-19/+19
2019-07-31Temporary workaround for ectest.c for [extended tests]Nicola Tuveri1-1/+1
2019-06-25EC only uses approved curves in FIPS mode.Shane Lontis1-1/+1
2019-04-23Fix no-ec2mMatt Caswell1-1/+4
2019-04-11ec key validation checks updatedShane Lontis1-2/+55
2019-04-11doc fixupsShane Lontis1-3/+3
2019-04-11Separate the lookup testNicola Tuveri1-33/+84
2019-04-11EC_GROUP_set_curve() might fail for arbitrary paramsNicola Tuveri1-10/+40
2019-04-11added code to validate EC named curve parametersShane Lontis1-0/+178
2019-03-13Fix memory leak in ectestNicola Tuveri1-0/+1
2019-03-07Add a test for underflow in ecp_nistp521.cMatt Caswell1-0/+69
2019-02-15Add EC_GROUP_get0_fieldDavid Asraf1-0/+38
2018-12-06Following the license change, modify the boilerplates in test/Richard Levitte1-1/+1
2018-07-31Use the new non-curve type specific EC functions internallyMatt Caswell1-72/+59
2018-07-16[test] test some important ladder corner casesBilly Brumley1-1/+12
2018-06-22enable-ec_nistp_64_gcc_128: Fix function prototype warning [-Wstrict-prototypes]Nicola Tuveri1-1/+1
2018-05-23Fix explicit EC curve encoding.David Benjamin1-5/+76
2018-04-03Fix a bug in ecp_nistp224.c.David Benjamin1-0/+9
2018-03-20Update copyright yearMatt Caswell1-1/+1
2018-03-05Update tests for TLS Ed448Matt Caswell1-6/+0
2017-12-07Consistent formatting for sizeof(foo)Rich Salz1-6/+6
2017-08-27MSC_VER <= 1200 isn't supported; remove dead codeRich Salz1-5/+0
2017-08-22Use "" not <> for internal/ includesRich Salz1-1/+1
2017-08-18Remove tests dependence on e_os.hPauli1-1/+1
2017-08-10Fix no-ecDr. Stephen Henson1-0/+2
2017-08-03Switch from ossl_rand to DRBG randRich Salz1-5/+0
2017-07-27Update the test framework so that the need for test_main is removed. EverythingPauli1-7/+7
2017-07-03BN_pseudo_rand is really BN_randRich Salz1-4/+4
2017-06-27Use randomness not entropyRich Salz1-1/+1
2017-06-20Modify Sun copyright to follow OpenSSL styleRich Salz1-14/+1
2017-06-16Add output routines to allow consistent formatting of memory, stringsPauli1-125/+74
2017-05-09Add BN support to the test infrastructure.Pauli1-9/+9
2017-05-05Conversion of the EC tests to use the framework.Pauli1-1350/+1102