summaryrefslogtreecommitdiffstats
path: root/crypto/ec/ec_lcl.h
AgeCommit message (Expand)Author
2018-07-31Use the new non-curve type specific EC functions internallyMatt Caswell
2018-07-26EC GFp ladderBilly Brumley
2018-07-20ec/ec_lcl.h: fix pre-C9x compilation problems.Andy Polyakov
2018-07-16EC2M Lopez-Dahab ladder: use it also for ECDSA verifyNicola Tuveri
2018-07-16EC point multiplication: add `ladder` scaffoldNicola Tuveri
2018-06-25Add inter-module private header for EC functionsNicola Tuveri
2018-06-21[crypto/ec] default to FLT or errorBilly Brumley
2018-06-19Implement coordinate blinding for EC_POINTSohaib ul Hassan
2018-05-24Improve compatibility of point and curve checksMatt Caswell
2018-05-09ECC: unify generic ec2 and ecp scalar multiplication, deprecate ec2_mult.cBilly Brumley
2018-05-09ECDSA: remove nonce padding (delegated to EC_POINT_mul)Billy Brumley
2018-03-02Integrate X448 and Ed448 into libcryptoMatt Caswell
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-08-30e_os.h removal from other headers and source files.Pauli
2017-06-20Modify Sun copyright to follow OpenSSL styleRich Salz
2017-05-30Make Ed25519 consistent with X25519Dr. Stephen Henson
2017-05-30Add Ed25519 algorithm.Dr. Stephen Henson
2016-11-17Add support for reference counting using C11 atomicsKurt Roeckx
2016-08-29Remove comment tags from structs (coding style)Rich Salz
2016-08-29Use uppercase name for PCT_ enumRich Salz
2016-08-13Remove old EC based X25519 code.Dr. Stephen Henson
2016-07-25Constify EC_KEY_*_oct2priv() input bufferFdaSilvaYY
2016-05-17Copyright consolidation 05/10Rich Salz
2016-03-08Include e_os.h from ec_lcl.hRichard Levitte
2016-03-08Convert CRYPTO_LOCK_EC_* to new multi-threading APIAlessandro Ghedini
2016-03-02Handle KDF internally.Dr. Stephen Henson
2016-03-01Replace overrides.Dr. Stephen Henson
2016-02-28Add no signing flag.Dr. Stephen Henson
2016-02-28Add new EC_METHOD for X25519.Dr. Stephen Henson
2016-02-28Add group_order_bits to EC_METHOD.Dr. Stephen Henson
2016-02-28Add custom_data field for EC_POINT, EC_KEY.Dr. Stephen Henson
2016-02-28EC_METHOD customisation operations.Dr. Stephen Henson
2016-01-26Remove /* foo.c */ commentsRich Salz
2016-01-13Call single parent free_comp routine.Rich Salz
2016-01-13Fix nistp512 typos, should be nistp521Viktor Dukhovni
2016-01-13Add CRYPTO_EX_DATA; remove EC_EXTRA_DATARich Salz
2015-12-16Constify EC_KEY in ECDH_compute_key.Dr. Stephen Henson
2015-12-09Top level ECDSA sign/verify redirection.Dr. Stephen Henson
2015-12-09extend EC_KEY_METHOD for signing supportDr. Stephen Henson
2015-12-09move ECDSA_SIG definitionDr. Stephen Henson
2015-12-09Add set methods.Dr. Stephen Henson
2015-12-09EC_KEY_METHOD copy supportDr. Stephen Henson
2015-12-09EC_KEY_METHOD init and finish supportDr. Stephen Henson
2015-12-09Add compute key support to EC_KEY_METHODDr. Stephen Henson
2015-12-09EC_KEY_METHOD keygen support.Dr. Stephen Henson
2015-12-09Support for EC_KEY_METHOD.Dr. Stephen Henson
2015-05-26fix copy paste error in ec_GF2m function prototypesBilly Brumley
2015-01-22Re-align some comments after running the reformat script.Matt Caswell
2015-01-22Run util/openssl-format-source -v -c .Matt Caswell