summaryrefslogtreecommitdiffstats
path: root/crypto/ec/ecp_nistp256.c
AgeCommit message (Expand)Author
2023-09-07Copyright year updatesMatt Caswell
2023-07-01ec: update to structure based atomicsPauli
2023-05-11ecp_nistp256.c: Fix exponent in commentJonas Lindstrøm
2022-10-05Stop raising ERR_R_MALLOC_FAILURE in most placesRichard Levitte
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-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-28Fix comment placement in ecp_nistp256.ciScott Arciszewski
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-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-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-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
2016-11-17Add support for reference counting using C11 atomicsKurt Roeckx
2016-05-17Copyright consolidation 06/10Rich Salz
2016-03-08Convert CRYPTO_LOCK_EC_* to new multi-threading APIAlessandro Ghedini
2016-03-01Add default operations to EC_METHODDr. Stephen Henson
2016-02-28Add group_order_bits to EC_METHOD.Dr. Stephen Henson
2016-02-22GH678: Add a few more zallocFdaSilvaYY
2016-02-09Use NON_EMPTY_TRANSLATION_UNIT, consistently.Rich Salz
2016-02-05GH601: Various spelling fixes.FdaSilvaYY
2016-01-29Fix bug in nistp224/256/521 where have_precompute_mult always returns 0Matt Caswell
2016-01-26Remove /* foo.c */ commentsRich Salz
2016-01-13Call single parent free_comp routine.Rich Salz
2016-01-13Fix double-free bugs in EC group precomputation stateViktor Dukhovni
2016-01-13Add CRYPTO_EX_DATA; remove EC_EXTRA_DATARich Salz