summaryrefslogtreecommitdiffstats
path: root/crypto/ec/ec2_smpl.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* crypto: Fix various typos, repeated words, align some spelling to LDP.FdaSilvaYY2022-10-121-2/+2
* Stop raising ERR_R_MALLOC_FAILURE in most placesRichard Levitte2022-10-051-3/+3
* fix some code with obvious wrong coding stylex20182021-10-281-1/+1
* add zero strenght arguments to BN and RAND RNG callsPauli2021-05-291-2/+2
* Update copyright yearMatt Caswell2021-03-111-1/+1
* Fix external symbols related to ec & sm2 keysShane Lontis2021-02-261-89/+91
* Convert all {NAME}err() in crypto/ to their corresponding ERR_raise() callRichard Levitte2020-11-131-15/+11
* deprecate EC_POINT_make_affine and EC_POINTs_make_affineBilly Brumley2020-05-201-1/+2
* Rename FIPS_MODE to FIPS_MODULERichard Levitte2020-04-281-14/+14
* Update copyright yearMatt Caswell2020-04-231-1/+1
* [crypto/ec] deprecate Jprojective_coordinates_GFp functionsBilly Brumley2020-04-221-2/+0
* Deprecate the ECDSA and EV_KEY_METHOD functions.Pauli2020-02-041-0/+6
* Reorganize local header filesDr. Matthias St. Pierre2019-09-281-1/+1
* Reorganize private crypto header filesDr. Matthias St. Pierre2019-09-281-1/+1
* Enable curve-spefific ECDSA implementations via EC_METHODPatrick Steuer2019-08-151-0/+3
* Make the EC code available from inside the FIPS providerMatt Caswell2019-08-061-8/+36
* Added NULL check to BN_clear() & BN_CTX_end()Shane Lontis2019-03-191-2/+1
* SCA hardening for mod. field inversion in EC_GROUPBilly Brumley2019-02-171-1/+17
* Following the license change, modify the boilerplates in crypto/ec/Richard Levitte2018-12-061-1/+1
* Use the new non-curve type specific EC functions internallyMatt Caswell2018-07-311-6/+6
* EC2M Lopez-Dahab ladder: use it also for ECDSA verifyNicola Tuveri2018-07-161-1/+58
* EC2M Lopez-Dahab ladder implementationNicola Tuveri2018-07-161-60/+214
* EC point multiplication: add `ladder` scaffoldNicola Tuveri2018-07-161-1/+4
* Implement coordinate blinding for EC_POINTSohaib ul Hassan2018-06-191-1/+3
* Update copyright yearMatt Caswell2018-05-291-1/+1
* Improve compatibility of point and curve checksMatt Caswell2018-05-241-0/+1
* ECC: unify generic ec2 and ecp scalar multiplication, deprecate ec2_mult.cBilly Brumley2018-05-091-8/+3
* Address some code-analysis issues.FdaSilvaYY2017-12-081-6/+4
* Modify Sun copyright to follow OpenSSL styleRich Salz2017-06-201-15/+1
* Copyright consolidation 06/10Rich Salz2016-05-171-53/+9
* Add default operations to EC_METHODDr. Stephen Henson2016-03-011-2/+11
* Add group_order_bits to EC_METHOD.Dr. Stephen Henson2016-02-281-0/+1
* Remove /* foo.c */ commentsRich Salz2016-01-261-1/+0
* RT3863 ECC: Add missing NULL check. Set a flagBilly Brumley2016-01-211-0/+1
* Continue standardising malloc style for libcryptoMatt Caswell2015-11-091-2/+2
* free NULL cleanup 7Rich Salz2015-05-011-22/+11
* Re-align some comments after running the reformat script.Matt Caswell2015-01-221-6/+6
* Run util/openssl-format-source -v -c .Matt Caswell2015-01-221-588/+659
* More commentsMatt Caswell2015-01-221-1/+2
* mark all block comments that need format preserving so thatTim Hudson2014-12-301-2/+4
* Implement internally opaque bn access from ecMatt Caswell2014-12-081-72/+88
* remove OPENSSL_FIPSAPIDr. Stephen Henson2014-12-081-1/+1
* PR: 2632Dr. Stephen Henson2011-10-261-1/+1
* Reorganise ECC code for inclusion in FIPS module.Dr. Stephen Henson2011-02-141-337/+4
* New option to disable characteristic two fields in EC code.Dr. Stephen Henson2011-02-121-0/+4
* PR: 1612Dr. Stephen Henson2011-01-241-0/+3
* oops, revert mistakenly committed EC changesDr. Stephen Henson2011-01-191-18/+1
* Add additional parameter to dsa_builtin_paramgen to output the generatedDr. Stephen Henson2011-01-191-1/+18
* Always check bn_wexpend() return values for failure (CVE-2009-3245).Bodo Möller2010-02-231-4/+4
* Change array representation of binary polynomials to make GF2m part ofBodo Möller2006-06-191-1/+3