aboutsummaryrefslogtreecommitdiffstats
path: root/crypto/ec/ecp_nistz256.c
Commit message (Expand)AuthorAgeFilesLines
* Copyright year updatesMatt Caswell2023-09-071-1/+1
* Move ALIGN32 and ALIGN64 into common.h, and fix for clang-cl.exeTom Cosgrove2023-09-041-8/+0
* ec: update to structure based atomicsPauli2023-07-011-8/+4
* Stop raising ERR_R_MALLOC_FAILURE in most placesRichard Levitte2022-10-051-17/+7
* Update copyright yearMatt Caswell2022-05-031-1/+1
* Fix coverity 1498607: uninitialised valuePauli2022-03-211-0/+1
* fix some code with obvious wrong coding stylex20182021-10-281-1/+1
* Update copyright yearMatt Caswell2021-03-111-1/+1
* Fix external symbols related to ec & sm2 keysShane Lontis2021-02-261-38/+38
* Convert all {NAME}err() in crypto/ to their corresponding ERR_raise() callRichard Levitte2020-11-131-21/+19
* [crypto/ec] Remove unreachable AVX2 code in NISTZ256 implementationNicola Tuveri2020-06-041-254/+46
* deprecate EC_POINT_make_affine and EC_POINTs_make_affineBilly Brumley2020-05-201-1/+2
* 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
* Fix side channel in the ecp_nistz256.c reference implementationBernd Edlinger2020-01-051-9/+40
* 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-1/+1
* Fix calling convention bug in ecp_nistz256_ord_sqr_montDavid Benjamin2019-04-141-1/+1
* 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-0/+1
* Fix compilation with `-DREF_PRINT`Anna Henningsen2019-01-131-1/+1
* Following the license change, modify the boilerplates in crypto/ec/Richard Levitte2018-12-061-1/+1
* ec/ecp_nistz256.c: fix Coverity nit.Andy Polyakov2018-07-251-2/+1
* ec/ecp_nistz256.c: fix ecp_nistz256_set_from_affine.Andy Polyakov2018-07-221-22/+6
* EC2M Lopez-Dahab ladder: use it also for ECDSA verifyNicola Tuveri2018-07-161-24/+0
* EC point multiplication: add `ladder` scaffoldNicola Tuveri2018-07-161-1/+4
* [crypto/ec] default to FLT or errorBilly Brumley2018-06-211-1/+1
* Implement coordinate blinding for EC_POINTSohaib ul Hassan2018-06-191-1/+2
* Improve compatibility of point and curve checksMatt Caswell2018-05-241-2/+2
* Fix --strict-warnings with C90Todd Short2018-01-091-4/+4
* Update copyright years on all files merged since Jan 1st 2018Richard Levitte2018-01-091-1/+1
* ec/ecp_nistz256.c: switch to faster addition chain in scalar inversion.Andy Polyakov2018-01-071-14/+85
* ec/asm/ecp_nistz256-armv8.pl: add optimized inversion.Andy Polyakov2018-01-071-1/+2
* ec/ecp_nistz256.c: improve ECDSA sign by 30-40%.Andy Polyakov2018-01-071-3/+117
* Move the REF_PRINT support from e_os.h to internal/refcount.h.Pauli2017-08-301-1/+1
* e_os.h removal from other headers and source files.Pauli2017-08-301-1/+2
* Merge Intel copyright notice into standardRich Salz2017-06-301-28/+9
* Address some -Wold-style-declaration warningsBenjamin Kaduk2017-05-011-2/+2
* Add support for reference counting using C11 atomicsKurt Roeckx2016-11-171-3/+3
* Add -Wswitch-enumRich Salz2016-09-221-0/+10
* ec/ecp_nistz256: harmonize is_infinity with ec_GFp_simple_is_at_infinity.Andy Polyakov2016-08-241-17/+40
* ec/asm/ecp_nistz256-x86_64.pl: addition to perform stricter reduction.Andy Polyakov2016-08-241-7/+24
* ecp_nistz256.c: get is_one on 32-bit platforms right.Andy Polyakov2016-08-211-15/+22
* Copyright consolidation 05/10Rich Salz2016-05-171-0/+9
* fix tab-space mixed indentationFdaSilvaYY2016-05-091-3/+3
* Convert CRYPTO_LOCK_EC_* to new multi-threading APIAlessandro Ghedini2016-03-081-3/+21
* Add default operations to EC_METHODDr. Stephen Henson2016-03-011-2/+11