summaryrefslogtreecommitdiff
path: root/lib/libcrypto/ec/ec_oct.c
AgeCommit message (Expand)Author
2023-07-07Unbreak the namespace build after a broken mk.conf and tool misfire hadBob Beck
2023-07-07Hide symbols in hkdf, evp, err, ecdsa, and ecBob Beck
2023-05-04Use size_t instead of int in EC_POINT_point2oct()Theo Buehler
2023-05-01stray whitespaceTheo Buehler
2023-04-25GF2m bites the dust. It won't be missed.Theo Buehler
2023-04-11Handle BN_CTX at the EC API boundary.Joel Sing
2023-03-08Remove EC_FLAGS_DEFAULT_OCT.Joel Sing
2022-11-26Make internal header file names consistentTheo Buehler
2021-04-20Compare pointer against NULL and fix a KNF issue.Theo Buehler
2021-04-20Prepare to provide EC_POINT_set_compressed_coordinatesTheo Buehler
2020-12-04Move point-on-curve check to set_affine_coordinatesTheo Buehler
2017-01-29Send the function codes from the error functions to the bit bucket,Bob Beck
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-05-06knf approximationTed Unangst
2012-10-13import OpenSSL-1.0.1cDamien Miller