summaryrefslogtreecommitdiff
path: root/lib/libcrypto/ec/ecp_oct.c
AgeCommit message (Expand)Author
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