summaryrefslogtreecommitdiffstats
path: root/crypto/ec/ecp_nistp224.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* Fix potential SCA vulnerability in some EC_METHODsNicola Tuveri2020-01-051-4/+31
* Reorganize local header filesDr. Matthias St. Pierre2019-09-281-1/+1
* [ec/ecp_nistp*.c] restyle: use {} around `else` tooNicola Tuveri2019-09-071-6/+6
* [ec/ecp_nistp*.c] remove flip_endian()Nicola Tuveri2019-09-071-28/+20
* Fix a SCA leak using BN_bn2bin()Nicola Tuveri2019-09-071-7/+5
* Fix 9bf682f which broke nistp224_methodPatrick Steuer2019-08-161-1/+1
* Enable curve-spefific ECDSA implementations via EC_METHODPatrick Steuer2019-08-151-0/+3
* Fix enable-ec_nistp_64_gcc_128Matt Caswell2019-08-071-2/+2
* Make the EC code available from inside the FIPS providerMatt Caswell2019-08-061-6/+21
* Make the array zeroing explicit using memset.Pauli2019-03-291-1/+3
* SCA hardening for mod. field inversion in EC_GROUPBilly Brumley2019-02-171-0/+1
* 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-1/+1
* EC2M Lopez-Dahab ladder: use it also for ECDSA verifyNicola Tuveri2018-07-161-5/+0
* EC point multiplication: add `ladder` scaffoldNicola Tuveri2018-07-161-1/+4
* enable-ec_nistp_64_gcc_128: Fix function prototype warning [-Wstrict-prototypes]Nicola Tuveri2018-06-221-1/+1
* Implement coordinate blinding for EC_POINTSohaib ul Hassan2018-06-191-1/+3
* Better error code when lacking __SIZEOF_INT128__Richard Levitte2018-05-231-1/+1
* Correct the equation for Y' in the comment of point_double functionKunxian Xia2018-04-091-1/+1
* Fix a bug in ecp_nistp224.c.David Benjamin2018-04-031-16/+12
* Update copyright yearMatt Caswell2018-02-271-1/+1
* ec/ecp_nistp{224,256,521}.c: harmonize usage of __uint128_t.Andy Polyakov2018-02-241-2/+2
* ec/ecp_nistp*.c: sanitize for undefined/implmentation-specific behaviour.Andy Polyakov2017-12-271-1/+0
* Consistent formatting for sizeof(foo)Rich Salz2017-12-081-3/+3
* Many spelling fixes/typo's corrected.Josh Soref2017-11-121-1/+1
* Fix the return type of felem_is_zero_int which should be int.Bernd Edlinger2017-10-021-2/+1
* Change to check last return value of BN_CTX_getPaul Yang2017-06-261-9/+13
* Add support for reference counting using C11 atomicsKurt Roeckx2016-11-171-3/+3
* Copyright consolidation 06/10Rich Salz2016-05-171-1/+7
* Convert CRYPTO_LOCK_EC_* to new multi-threading APIAlessandro Ghedini2016-03-081-3/+22
* 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
* Use NON_EMPTY_TRANSLATION_UNIT, consistently.Rich Salz2016-02-101-3/+3
* Fix bug in nistp224/256/521 where have_precompute_mult always returns 0Matt Caswell2016-01-291-2/+2
* Remove /* foo.c */ commentsRich Salz2016-01-261-1/+0
* Call single parent free_comp routine.Rich Salz2016-01-141-2/+1
* Fix double-free bugs in EC group precomputation stateViktor Dukhovni2016-01-141-0/+1
* Add CRYPTO_EX_DATA; remove EC_EXTRA_DATARich Salz2016-01-131-55/+16
* Add and use OPENSSL_zallocRich Salz2015-09-031-7/+4
* Fix build errors with enable-ec_nistp_64_gcc_128Peter Dettman2015-05-291-1/+1
* memset, memcpy, sizeof consistency fixesRich Salz2015-05-061-10/+10
* Use safer sizeof variant in mallocRich Salz2015-05-041-2/+2
* free null cleanup finaleRich Salz2015-05-011-6/+3
* free NULL cleanup 7Rich Salz2015-05-011-6/+3
* free cleanup almost the finaleRich Salz2015-04-301-2/+1
* remove malloc castsRich Salz2015-04-281-1/+1
* crypto/ec/ecp_nistp[224|521].c: fix formatting.Andy Polyakov2015-04-201-81/+52
* ec/ecp_nistp*.c: fix SEGVs.Andy Polyakov2015-04-201-10/+10
* free NULL cleanup 9Rich Salz2015-04-111-2/+1
* free NULL cleanup.Rich Salz2015-03-251-4/+2