summaryrefslogtreecommitdiff
path: root/lib/libcrypto/ec/ec_check.c
AgeCommit message (Expand)Author
2023-07-07Hide symbols in hkdf, evp, err, ecdsa, and ecBob Beck
2023-07-03Convert EC_GROUP_check() to EC_GROUP_get0_order()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-19Fix an annoying quirk in the EC codeTheo Buehler
2022-11-19whitespaceTheo 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-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
2008-09-06import of OpenSSL 0.9.8hDamien Miller