summaryrefslogtreecommitdiff
path: root/lib/libcrypto/ec
AgeCommit message (Expand)Author
2021-04-20Fix indent of EC_METHODs as requested by jsing.Theo 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
2021-04-20Compare function pointers against NULL, not 0.Theo Buehler
2021-04-20Provide EC_POINT_{g,s}et_Jprojective_coordinates for internal useTheo Buehler
2021-04-20Simplify code after adding EC_POINT_{s,g}et_affine_coordinates()Theo Buehler
2021-04-20Compare function pointers against NULL, not 0.Theo Buehler
2021-04-20Prepare to provide EC_POINT_{g,s}et_affine_coordinatesTheo Buehler
2021-04-20Simplify after EC_POINT_get_curve() additionTheo Buehler
2021-04-20Compare function pointers against NULL, not 0.Theo Buehler
2021-04-20Prepare to provide EC_GROUP_{get,set}_curve(3)Theo Buehler
2021-04-19Avoid division by zero in hybrid point encodingTheo Buehler
2020-12-04Move point-on-curve check to set_affine_coordinatesTheo Buehler
2020-06-05Add support for additional GOST curves.Joel Sing
2019-09-29If a NULL or zero cofactor is passed to EC_GROUP_set_generator(),Theo Buehler
2019-09-09Plug memory leak in error paths. Found while comparing this fileTheo Buehler
2019-09-09Provide EVP_PKEY_CTX_get_signature_md() macro and implement theJoel Sing
2019-09-09Move #include <openssl/cms.h> to more appropriate location (since it isJoel Sing
2019-09-08Add CMS ECC support.Joel Sing
2019-09-06Add various macros and controls for EC_PKEY_CTX.Joel Sing
2019-05-10Initialize EC_KEY_METHOD before use.Brent Cook
2019-01-19$OpenBSD$Theo 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
2019-01-19Partial port of EC_KEY_METHOD from OpenSSL 1.1.Theo Buehler
2018-11-15Port OpenSSL commit 99540ec79491f59ed8b46b4edf130e17dc907f52 -- mitigationTheo 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-06Unset Z_is_zero after applying coordinate blinding andTheo Buehler
2018-11-06disable EC_POINT coordinate blinding due to failures in ECDHE and TLSTheo 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-11-05Implement coordinate blinding for EC_POINT.Theo Buehler
2018-09-01Tweak comment.Theo Buehler
2018-08-24Add consts to EVP_PKEY_asn1_set_private()Theo Buehler
2018-08-24After removing support for broken PKCS#8 formats (it was high time),Theo Buehler
2018-07-23Use BN_swap_ct() instead of BN_consttime_swap() inTheo Buehler
2018-07-16Recommit Billy Brumley's ECC constant time patch with a fix for sparc64Theo 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
2018-07-10ECC constant time scalar multiplication support. First step in overhaulingTheo Buehler
2018-05-19Add a const qualifier to the 'key' argument of i2o_ECPublicKey() andTheo Buehler
2018-05-01Convert a handful of X509_*() functions to take const as in OpenSSL.Theo Buehler
2018-04-23Make whitespace between functions and structs a bit more consistent.Theo Buehler
2018-03-16Consistently spell "IPsec" in comments and debug outputs.Martin Pieuchot
2018-03-12Fix for processing of EC public keyKinichiro Inoguchi
2017-05-26Avoid a potential NULL pointer dereference in d2i_ECPrivateKey().Joel Sing
2017-05-02use freezero() instead of memset/explicit_bzero + free. SubstantiallyTheo de Raadt