summaryrefslogtreecommitdiff
path: root/lib/libcrypto/ec/ec_lib.c
AgeCommit message (Expand)Author
2023-05-04Rewrite ECParameters_dup()Theo Buehler
2023-04-25GF2m bites the dust. It won't be missed.Theo Buehler
2023-04-13ec_lib.c: fix a few NULL misspellingsTheo Buehler
2023-04-13Fix various early return issues spotted by coverityTheo Buehler
2023-04-11Handle BN_CTX at the EC API boundary.Joel Sing
2023-03-27Replace the remaining BN_copy() with bn_copy()Theo Buehler
2023-03-08Fix previous.Joel Sing
2023-03-08Always clear EC groups and points on free.Joel Sing
2023-03-07Call BN_free() instead of BN_clear_free().Joel Sing
2023-02-07libcrypto/ec: another missing point-on-curve checkTheo Buehler
2022-11-26Make internal header file names consistentTheo Buehler
2022-11-19Fix an annoying quirk in the EC codeTheo Buehler
2022-04-07Avoid infinite loop for custom curves of order 1Theo Buehler
2022-03-29Bound cofactor in EC_GROUP_set_generator()Theo Buehler
2022-03-29Do not zero cofactor on ec_guess_cofactor() successTheo Buehler
2022-03-29Zap trailing whitespaceTheo Buehler
2021-09-12Default to using named curve parameter encodingTheo Buehler
2021-09-08Prepare to provide EC_GROUP_order_bits()Theo Buehler
2021-04-20Compare function pointers against NULL, not 0.Theo Buehler
2021-04-20Provide EC_POINT_{g,s}et_Jprojective_coordinates for internal useTheo Buehler
2021-04-20Compare function pointers against NULL, not 0.Theo Buehler
2021-04-20Prepare to provide EC_POINT_{g,s}et_affine_coordinatesTheo Buehler
2021-04-20Compare function pointers against NULL, not 0.Theo Buehler
2021-04-20Prepare to provide EC_GROUP_{get,set}_curve(3)Theo Buehler
2020-12-04Move point-on-curve check to set_affine_coordinatesTheo Buehler
2019-09-29If a NULL or zero cofactor is passed to EC_GROUP_set_generator(),Theo Buehler
2018-11-06unrevert the use of bn_rand_interval().Theo Buehler
2018-11-05Implement coordinate blinding for EC_POINT.Theo Buehler
2018-07-16Recommit Billy Brumley's ECC constant time patch with a fix for sparc64Theo Buehler
2018-07-15recommit label indentation part of the backout; clearly unrelated to theTheo Buehler
2018-07-15back out ecc constant time changesJonathan Gray
2018-07-10Indent labels by a space so they don't obliterate function names in diffs.Theo Buehler
2018-07-10ECC constant time scalar multiplication support. First step in overhaulingTheo Buehler
2017-05-02use freezero() instead of memset/explicit_bzero + free. SubstantiallyTheo de Raadt
2017-01-29Send the function codes from the error functions to the bit bucket,Bob Beck
2016-09-03remove unused variableBob Beck
2016-08-31Fix some very unnecessary convoultion.Bob Beck
2015-10-13Convert ECParameters_dup() from a macro that uses ASN1_dup_of() into anJoel Sing
2015-09-10Correct spelling of OPENSSL_cleanse.Joel Sing
2015-05-20No need to check the return value of memcpy() if you actually checked thisMiod Vallat
2015-04-29Add missing BN_CTX_end() calls.Doug Hogan
2015-02-09BN_CTX_get() can fail - consistently check its return value.Joel Sing
2014-07-12if (x) FOO_free(x) -> FOO_free(x).Miod Vallat
2014-07-10Explicitly include <openssl/opensslconf.h> in every file that referencesJoel Sing
2014-07-09remove unused, private version strings except SSL_version_strBrent Cook
2014-06-12tags as requested by miod and teduTheo de Raadt
2014-05-30no need for null check before free. from Brendan MacDonellTed Unangst
2014-05-06knf approximationTed Unangst
2014-04-17Change library to use intrinsic memory allocation functions instead ofBob Beck
2014-04-15In EC_POINT_invert(), actually check the correct function pointer for NULLMiod Vallat