summaryrefslogtreecommitdiff
path: root/lib/libcrypto/ec/ecp_oct.c
AgeCommit message (Expand)Author
2023-04-18Use NULL, not 0 for pointers and use an explicit comparison against NULL.Theo Buehler
2023-04-11Handle BN_CTX at the EC API boundary.Joel Sing
2022-11-26Make internal header file names consistentTheo Buehler
2022-11-24Merge the second y_bit check into the first one where it belongsTheo Buehler
2022-11-24Simplify y_bit handling in compressed coordinatesTheo Buehler
2022-11-19Fix an annoying quirk in the EC codeTheo Buehler
2022-11-19whitespaceTheo Buehler
2021-04-20Prepare to provide EC_POINT_set_compressed_coordinatesTheo Buehler
2021-04-20Prepare to provide EC_POINT_{g,s}et_affine_coordinatesTheo Buehler
2020-12-04Move point-on-curve check to set_affine_coordinatesTheo 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-01-29Send the function codes from the error functions to the bit bucket,Bob Beck
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-06-12tags as requested by miod and teduTheo de Raadt
2014-05-06knf approximationTed Unangst
2014-04-13Cope with the removal of openssl/symhacks.hTheo de Raadt
2012-10-13import OpenSSL-1.0.1cDamien Miller