summaryrefslogtreecommitdiffstats
path: root/crypto/ec/ec2_smpl.c
AgeCommit message (Expand)Author
2022-12-01Update copyright yearTomas Mraz
2022-11-23crypto: Fix various typos, repeated words, align some spelling to LDP.FdaSilvaYY
2021-05-29add zero strenght arguments to BN and RAND RNG callsPauli
2021-03-11Update copyright yearMatt Caswell
2021-02-26Fix external symbols related to ec & sm2 keysShane Lontis
2020-11-13Convert all {NAME}err() in crypto/ to their corresponding ERR_raise() callRichard Levitte
2020-05-20deprecate EC_POINT_make_affine and EC_POINTs_make_affineBilly Brumley
2020-04-28Rename FIPS_MODE to FIPS_MODULERichard Levitte
2020-04-23Update copyright yearMatt Caswell
2020-04-22[crypto/ec] deprecate Jprojective_coordinates_GFp functionsBilly Brumley
2020-02-04Deprecate the ECDSA and EV_KEY_METHOD functions.Pauli
2019-09-28Reorganize local header filesDr. Matthias St. Pierre
2019-09-28Reorganize private crypto header filesDr. Matthias St. Pierre
2019-08-15Enable curve-spefific ECDSA implementations via EC_METHODPatrick Steuer
2019-08-06Make the EC code available from inside the FIPS providerMatt Caswell
2019-03-19Added NULL check to BN_clear() & BN_CTX_end()Shane Lontis
2019-02-17SCA hardening for mod. field inversion in EC_GROUPBilly Brumley
2018-12-06Following the license change, modify the boilerplates in crypto/ec/Richard Levitte
2018-07-31Use the new non-curve type specific EC functions internallyMatt Caswell
2018-07-16EC2M Lopez-Dahab ladder: use it also for ECDSA verifyNicola Tuveri
2018-07-16EC2M Lopez-Dahab ladder implementationNicola Tuveri
2018-07-16EC point multiplication: add `ladder` scaffoldNicola Tuveri
2018-06-19Implement coordinate blinding for EC_POINTSohaib ul Hassan
2018-05-29Update copyright yearMatt Caswell
2018-05-24Improve compatibility of point and curve checksMatt Caswell
2018-05-09ECC: unify generic ec2 and ecp scalar multiplication, deprecate ec2_mult.cBilly Brumley
2017-12-08Address some code-analysis issues.FdaSilvaYY
2017-06-20Modify Sun copyright to follow OpenSSL styleRich Salz
2016-05-17Copyright consolidation 06/10Rich Salz
2016-03-01Add default operations to EC_METHODDr. Stephen Henson
2016-02-28Add group_order_bits to EC_METHOD.Dr. Stephen Henson
2016-01-26Remove /* foo.c */ commentsRich Salz
2016-01-21RT3863 ECC: Add missing NULL check. Set a flagBilly Brumley
2015-11-09Continue standardising malloc style for libcryptoMatt Caswell
2015-04-30free NULL cleanup 7Rich Salz
2015-01-22Re-align some comments after running the reformat script.Matt Caswell
2015-01-22Run util/openssl-format-source -v -c .Matt Caswell
2015-01-22More commentsMatt Caswell
2014-12-30mark all block comments that need format preserving so thatTim Hudson
2014-12-08Implement internally opaque bn access from ecMatt Caswell
2014-12-08remove OPENSSL_FIPSAPIDr. Stephen Henson
2011-10-26PR: 2632Dr. Stephen Henson
2011-02-14Reorganise ECC code for inclusion in FIPS module.Dr. Stephen Henson
2011-02-12New option to disable characteristic two fields in EC code.Dr. Stephen Henson
2011-01-24PR: 1612Dr. Stephen Henson
2011-01-19oops, revert mistakenly committed EC changesDr. Stephen Henson
2011-01-19Add additional parameter to dsa_builtin_paramgen to output the generatedDr. Stephen Henson
2010-02-23Always check bn_wexpend() return values for failure (CVE-2009-3245).Bodo Möller
2006-06-18Change array representation of binary polynomials to make GF2m part ofBodo Möller
2006-03-13fix error found by coverity: check if ctx is != NULL before calling BN_CTX_end()Nils Larsch