summaryrefslogtreecommitdiff
path: root/test/ectest.c
Commit message (Expand)AuthorAgeFilesLines
* New function EC_GROUP_to_params to convert an EC_GROUP to an array of OSSL_PA...Oliver Mihatsch2023-02-081-0/+113
* Potential null pointer referenceyangyangtiantianlonglong2022-11-021-7/+7
* d2i_PublicKey: Make it work with EC parameters in a provided keyTomas Mraz2021-11-221-0/+42
* Fix tests to check for negative results when calling EVP_PKEY_fromdata_initslontis2021-11-051-5/+5
* fix some code with obvious wrong coding stylex20182021-10-281-2/+2
* Use <> for #include openssl/xxxRich Salz2021-05-271-3/+3
* Test oct2point for hybrid point encoding of (0, y)Theo Buehler2021-05-091-0/+50
* Replace OSSL_PARAM_BLD_free_params() with OSSL_PARAM_free().Shane Lontis2021-04-121-3/+3
* Simplify the EVP_PKEY_XXX_fromdata_XX methods.Shane Lontis2021-02-081-5/+8
* Disable the test-ec completely when building with no-ecTomas Mraz2021-01-261-58/+51
* Deprecate EC_KEY + Update ec apps to use EVP_PKEYShane Lontis2021-01-261-6/+3
* Add Explicit EC parameter support to providers.Shane Lontis2020-08-221-1/+223
* [test][ectest] Minor touches to custom_generator_testNicola Tuveri2020-07-291-4/+2
* [test] Vertically test explicit EC params API patternsNicola Tuveri2020-07-291-1/+280
* [test] ectest: check custom generatorsBilly Brumley2020-07-121-0/+84
* Move EC_METHOD to internal-onlyBilly Brumley2020-06-021-83/+31
* deprecate EC precomputation functionalityBilly Brumley2020-05-191-9/+10
* deprecate EC_POINTs_mul functionBilly Brumley2020-05-161-10/+26
* 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