summaryrefslogtreecommitdiff
path: root/lib/libcrypto/ec/ec_key.c
AgeCommit message (Expand)Author
13 daysMerge ec_kmeth into ec_keyTheo Buehler
14 daysEC_KEY_copy() don't leave stale private keys in placeTheo Buehler
2024-11-08Clean up EC_KEY_dup()Theo Buehler
2024-11-08Sweep over EC_KEY_copy()Theo Buehler
2024-11-08Clean up EC_KEY_freeTheo Buehler
2024-11-08Clean up EC_KEY_new_by_curve_name()Theo Buehler
2024-11-05EC_POINT_is_at_infinity() returns a booleanTheo Buehler
2024-10-22Inline a use of EC_GROUP_method_of()Theo Buehler
2024-03-27Unify *_up_ref() implementationsTheo Buehler
2023-11-29Ignore ENGINE at the API boundaryTheo Buehler
2023-11-19Unifdef OPENSSL_NO_ENGINE in libcryptoTheo Buehler
2023-08-03Make the bn_rand_interval() API a bit more ergonomicTheo Buehler
2023-07-07Hide symbols in hkdf, evp, err, ecdsa, and ecBob Beck
2023-07-05Drop useless ossl_ prefixesTheo Buehler
2023-07-03Convert ossl_ec_key_gen() and EC_KEY_check_key()Theo Buehler
2023-06-25Remove EC_EXTRA_DATATheo Buehler
2023-03-27Replace the remaining BN_copy() with bn_copy()Theo Buehler
2023-03-07Call BN_free() instead of BN_clear_free().Joel Sing
2023-01-14Clean up and simplify EC_KEY handling, mostly from a BN_CTX perspective.Joel Sing
2022-11-26Make internal header file names consistentTheo Buehler
2022-11-19Fix an annoying quirk in the EC codeTheo Buehler
2022-11-19whitespaceTheo Buehler
2021-04-20Simplify code after adding EC_POINT_{s,g}et_affine_coordinates()Theo Buehler
2021-04-20Prepare to provide EC_POINT_{g,s}et_affine_coordinatesTheo Buehler
2019-01-19Partial port of EC_KEY_METHOD from OpenSSL 1.1.Theo Buehler
2019-01-19Partial port of EC_KEY_METHOD from OpenSSL 1.1.Theo Buehler
2018-11-09Avoid dereferencing eckey before checking it for NULL.Theo Buehler
2018-11-06unrevert the use of bn_rand_interval().Theo Buehler
2018-11-06revert use of bn_rand_interval due to failures with ECDHE and TLSTheo Buehler
2018-11-05Make use of bn_rand_interval() where appropriate.Theo Buehler
2018-11-05Eliminate a few "} else" branches, a few unneeded NULL checks beforeTheo 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
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
2015-09-10Correct spelling of OPENSSL_cleanse.Joel Sing
2015-02-09BN_CTX_get() can fail - consistently check its return value.Joel Sing
2015-02-08Use `> 0' instead of `!= 0' as a successful condition forMiod Vallat
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-06-12tags as requested by miod and teduTheo de Raadt
2014-06-07malloc() result does not need a cast.Theo de Raadt
2014-05-06knf approximationTed Unangst
2014-04-17kill REF_PRINT/REF_CHECK debugging framework noone would useTheo de Raadt
2014-04-17Change library to use intrinsic memory allocation functions instead ofBob Beck
2014-04-15remove FIPS mode support. people who require FIPS can buy something thatTed Unangst
2008-09-06import of OpenSSL 0.9.8hDamien Miller