summaryrefslogtreecommitdiffstats
path: root/crypto/ec/ec_lib.c
AgeCommit message (Expand)Author
2019-09-05[crypto/ec] for ECC parameters with NULL or zero cofactor, compute itBilly Brumley
2019-08-06Make the EC code available from inside the FIPS providerMatt Caswell
2019-04-11Separate the lookup testNicola Tuveri
2019-04-11added code to validate EC named curve parametersShane Lontis
2019-03-19Added NULL check to BN_clear() & BN_CTX_end()Shane Lontis
2019-02-15Add EC_GROUP_get0_fieldDavid Asraf
2018-12-06Following the license change, modify the boilerplates in crypto/ec/Richard Levitte
2018-12-06Refactor the computation of API version limitsRichard Levitte
2018-12-06Switch future deprecation version from 1.2.0 to 3.0Richard Levitte
2018-09-03[test] throw error from wrapper function instead of an EC_METHOD specific oneBilly Brumley
2018-07-31Deprecate the EC curve type specific functions in 1.2.0Matt Caswell
2018-07-31Provide EC functions that are not curve type specificMatt Caswell
2018-07-16EC2M Lopez-Dahab ladder: use it also for ECDSA verifyNicola Tuveri
2018-06-21[crypto/ec] default to FLT or errorBilly Brumley
2018-06-21[crypto/ec] remove blinding to support even ordersBilly Brumley
2018-06-21make EC_GROUP_do_inverse_ord more robustBilly Brumley
2018-06-19Implement coordinate blinding for EC_POINTSohaib ul Hassan
2018-05-24Improve compatibility of point and curve checksMatt Caswell
2018-04-26Add missing error code when alloc-return-nullFdaSilvaYY
2018-04-03Set error code on alloc failuresRich Salz
2018-01-09Update copyright years on all files merged since Jan 1st 2018Richard Levitte
2018-01-07ec/ecp_nistz256.c: improve ECDSA sign by 30-40%.Andy Polyakov
2017-10-18Remove parentheses of return.KaoruToda
2017-08-21Updates following feedback on OPENSSL_assert() removalMatt Caswell
2017-08-21Remove OPENSSL_assert() from crypto/ecMatt Caswell
2017-06-20Modify Sun copyright to follow OpenSSL styleRich Salz
2016-09-22Add -Wswitch-enumRich Salz
2016-08-29Use uppercase name for PCT_ enumRich Salz
2016-06-29Whitespace cleanup in cryptoFdaSilvaYY
2016-06-09RT 4242: reject invalid EC point coordinatesEmilia Kasper
2016-05-17Copyright consolidation 05/10Rich Salz
2016-03-01Add default operations to EC_METHODDr. Stephen Henson
2016-03-01Replace overrides.Dr. Stephen Henson
2016-02-28Add group_order_bits to EC_METHOD.Dr. Stephen Henson
2016-02-28Extended EC_METHOD customisation support.Dr. Stephen Henson
2016-02-04Fix BN_gcd errors for some curvesBilly Brumley
2016-01-31Zero newly allocated pointsDr. Stephen Henson
2016-01-31Add EC_GROUP_order_bits, EC_GROUP_get0_order and EC_GROUP_get0_cofactorDr. Stephen Henson
2016-01-26Remove /* foo.c */ commentsRich Salz
2016-01-13Call single parent free_comp routine.Rich Salz
2016-01-13Add missing #ifdef's to fix build breakRich Salz
2016-01-13Add CRYPTO_EX_DATA; remove EC_EXTRA_DATARich Salz
2015-11-09Continue standardising malloc style for libcryptoMatt Caswell
2015-09-03remove 0 assignments.Rich Salz
2015-08-10RT3999: Remove sub-component version stringsRich Salz
2015-06-10EC_POINT_is_on_curve does not return a booleanMatt Caswell
2015-05-04Use safer sizeof variant in mallocRich Salz
2015-05-01free NULL cleanup -- codaRich Salz
2015-05-01free null cleanup finaleRich Salz
2015-04-30free NULL cleanup 7Rich Salz