aboutsummaryrefslogtreecommitdiff
path: root/test/ectest.c
AgeCommit message (Expand)AuthorFilesLines
2023-09-11"foo * bar" should be "foo *bar"Dimitri Papadopoulos1-1/+1
2023-09-07Copyright year updatesMatt Caswell1-1/+1
2023-02-08New function EC_GROUP_to_params to convert an EC_GROUP to an array of OSSL_PA...Oliver Mihatsch1-0/+113
2022-11-02Potential null pointer referenceyangyangtiantianlonglong1-7/+7
2021-11-22d2i_PublicKey: Make it work with EC parameters in a provided keyTomas Mraz1-0/+42
2021-11-05Fix tests to check for negative results when calling EVP_PKEY_fromdata_initslontis1-5/+5
2021-10-28fix some code with obvious wrong coding stylex20181-2/+2
2021-05-27Use <> for #include openssl/xxxRich Salz1-3/+3
2021-05-09Test oct2point for hybrid point encoding of (0, y)Theo Buehler1-0/+50
2021-04-12Replace OSSL_PARAM_BLD_free_params() with OSSL_PARAM_free().Shane Lontis1-3/+3
2021-02-08Simplify the EVP_PKEY_XXX_fromdata_XX methods.Shane Lontis1-5/+8
2021-01-26Disable the test-ec completely when building with no-ecTomas Mraz1-58/+51
2021-01-26Deprecate EC_KEY + Update ec apps to use EVP_PKEYShane Lontis1-6/+3
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