summaryrefslogtreecommitdiffstats
path: root/crypto/ec/ecp_nistp521.c
AgeCommit message (Expand)Author
2023-07-01ec: update to structure based atomicsPauli
2022-11-30Remove redundant assignment in felem_mul_ref in p521Rohan McLure
2022-11-28Fix accumulated index comments in felem_inv for p521Rohan McLure
2022-10-05Stop raising ERR_R_MALLOC_FAILURE in most placesRichard Levitte
2021-06-25ppccap.c: Split out algorithm-specific functionsTomas Mraz
2021-05-29ec: Add PPC64 vector assembly version of p521 field operationsAmitay Isaacs
2021-05-29ec: Add run time code selection for p521 field operationsMartin Schwenke
2021-05-29ec: Rename reference p521 field operations and use them via macrosMartin Schwenke
2021-05-28Rework and make DEBUG macros consistent.Rich Salz
2021-04-08Use numbers definition of int128_t and uint128_tAmitay Isaacs
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-07-30unify spelling of serializePauli
2020-05-27Avoid undefined behavior with unaligned accessesBernd Edlinger
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-04-16Use build.info, not ifdef for crypto modulesRich Salz
2020-02-04Deprecate the ECDSA and EV_KEY_METHOD functions.Pauli
2020-01-05Fix potential SCA vulnerability in some EC_METHODsNicola Tuveri
2019-09-28Reorganize local header filesDr. Matthias St. Pierre
2019-09-07[ec/ecp_nistp*.c] restyle: use {} around `else` tooNicola Tuveri
2019-09-07[ec/ecp_nistp*.c] remove flip_endian()Nicola Tuveri
2019-09-07Fix a SCA leak using BN_bn2bin()Nicola Tuveri
2019-08-15Enable curve-spefific ECDSA implementations via EC_METHODPatrick Steuer
2019-08-07Fix enable-ec_nistp_64_gcc_128Matt Caswell
2019-08-06Make the EC code available from inside the FIPS providerMatt Caswell
2019-07-02Fix TyposAntoine Cœur
2019-03-07Avoid an underflow in ecp_nistp521.cMatt Caswell
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-16EC point multiplication: add `ladder` scaffoldNicola Tuveri
2018-06-22enable-ec_nistp_64_gcc_128: Fix function prototype warning [-Wstrict-prototypes]Nicola Tuveri
2018-06-19Implement coordinate blinding for EC_POINTSohaib ul Hassan
2018-05-23Better error code when lacking __SIZEOF_INT128__Richard Levitte
2018-02-27Update copyright yearMatt Caswell
2018-02-24ec/ecp_nistp{224,256,521}.c: harmonize usage of __uint128_t.Andy Polyakov
2017-12-27ec/ecp_nistp*.c: sanitize for undefined/implmentation-specific behaviour.Andy Polyakov
2017-12-07Consistent formatting for sizeof(foo)Rich Salz
2017-10-02nistp521: add a comment to the P+P exceptional case in point_add.Adam Langley
2017-10-02Fix the return type of felem_is_zero_int which should be int.Bernd Edlinger
2017-06-26Change to check last return value of BN_CTX_getPaul Yang
2017-05-11Cleanup - use e_os2.h rather than stdint.hRichard Levitte
2016-11-17Add support for reference counting using C11 atomicsKurt Roeckx
2016-05-17Copyright consolidation 05/10Rich Salz
2016-03-08Convert CRYPTO_LOCK_EC_* to new multi-threading APIAlessandro Ghedini
2016-03-01Add default operations to EC_METHODDr. Stephen Henson