aboutsummaryrefslogtreecommitdiffstats
path: root/crypto/ec/ecp_smpl.c
Commit message (Expand)AuthorAgeFilesLines
* nit: fix some pointer comparisonsFdaSilvaYY2022-10-121-11/+11
* 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-2/+2
* fix some code with obvious wrong coding stylex20182021-10-281-2/+2
* add zero strenght arguments to BN and RAND RNG callsPauli2021-05-291-4/+4
* Update copyright yearMatt Caswell2021-03-111-1/+1
* Fix external symbols related to ec & sm2 keysShane Lontis2021-02-261-106/+109
* Convert all {NAME}err() in crypto/ to their corresponding ERR_raise() callRichard Levitte2020-11-131-13/+9
* Update copyright yearMatt Caswell2020-04-231-1/+1
* [crypto/ec] deprecate Jprojective_coordinates_GFp functionsBilly Brumley2020-04-221-2/+0
* [crypto/ec] blind coordinates in ec_wNAF_mul for robustnessBilly Brumley2020-04-071-20/+22
* [crypto/ec] Ladder tweaksBilly Brumley2020-04-011-119/+146
* Deprecate the ECDSA and EV_KEY_METHOD functions.Pauli2020-02-041-0/+6
* Reorganize local 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-15/+16
* Added NULL check to BN_clear() & BN_CTX_end()Shane Lontis2019-03-191-4/+2
* SCA hardening for mod. field inversion in EC_GROUPBilly Brumley2019-02-171-2/+47
* Following the license change, modify the boilerplates in crypto/ec/Richard Levitte2018-12-061-1/+1
* Replace GFp ladder implementation with ladd-2002-it-4 from EFDNicola Tuveri2018-08-211-30/+33
* Use the new non-curve type specific EC functions internallyMatt Caswell2018-07-311-2/+2
* EC GFp ladderBilly Brumley2018-07-261-5/+223
* EC point multiplication: add `ladder` scaffoldNicola Tuveri2018-07-161-2/+4
* Implement coordinate blinding for EC_POINTSohaib ul Hassan2018-06-191-1/+57
* Update copyright yearMatt Caswell2018-05-291-1/+1
* Improve compatibility of point and curve checksMatt Caswell2018-05-241-0/+1
* Consistent formatting for sizeof(foo)Rich Salz2017-12-071-1/+1
* Change to check last return value of BN_CTX_getPaul Yang2017-06-261-2/+2
* Modify Sun copyright to follow OpenSSL styleRich Salz2017-06-201-6/+1
* Copyright consolidation 05/10Rich Salz2016-05-171-55/+6
* 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
* Continue standardising malloc style for libcryptoMatt Caswell2015-11-091-2/+2
* free NULL cleanup 7Rich Salz2015-04-301-30/+15
* Fix memory leakRich Salz2015-04-111-6/+3
* More comment realignmentmaster-post-reformatMatt Caswell2015-01-221-25/+25
* Re-align some comments after running the reformat script.Matt Caswell2015-01-221-20/+20
* Run util/openssl-format-source -v -c .Matt Caswell2015-01-221-1225/+1298
* More commentsMatt Caswell2015-01-221-3/+6
* Further comment amendments to preserve formatting prior to source reformatMatt Caswell2015-01-061-2/+3
* mark all block comments that need format preserving so thatTim Hudson2014-12-301-4/+8
* Implement internally opaque bn access from ecMatt Caswell2014-12-081-155/+169
* remove OPENSSL_FIPSAPIDr. Stephen Henson2014-12-081-1/+1
* Further improve/fix ec_GFp_simple_points_make_affine (ecp_smpl.c) andBodo Moeller2014-08-131-2/+2
* Simplify and fix ec_GFp_simple_points_make_affineBodo Moeller2014-08-011-98/+76
* Reorganise ECC code for inclusion in FIPS module.Dr. Stephen Henson2011-02-141-369/+4
* PR: 1612Dr. Stephen Henson2011-01-241-0/+3
* oops, revert mistakenly committed EC changesDr. Stephen Henson2011-01-191-8/+3
* Add additional parameter to dsa_builtin_paramgen to output the generatedDr. Stephen Henson2011-01-191-3/+8