summaryrefslogtreecommitdiffstats
path: root/crypto/ec/ecdh_ossl.c
AgeCommit message (Expand)Author
2022-10-05Stop raising ERR_R_MALLOC_FAILURE in most placesRichard Levitte
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-04-23Update copyright yearMatt Caswell
2020-02-04Deprecate the ECDSA and EV_KEY_METHOD functions.Pauli
2020-01-23Check ECC-CDH is compliant with SP800-56A-r3Shane Lontis
2019-09-28Reorganize local header filesDr. Matthias St. Pierre
2019-08-06Make the EC code available from inside the FIPS providerMatt Caswell
2019-07-31make RSA and DSA operations throw MISSING_PRIVATE_KEY if needed, adapt ECDSADavid von Oheimb
2019-03-19Added NULL check to BN_clear() & BN_CTX_end()Shane Lontis
2019-03-18Clear the secret point in ecdh_simple_compute_keyBernd Edlinger
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-04-03Update copyright yearMatt Caswell
2018-03-21Document EC_POINT_get_affine_coordinates_*.David Benjamin
2017-06-20Modify Sun copyright to follow OpenSSL styleRich Salz
2017-06-14Fix crash in ecdh_simple_compute_key.Bernd Edlinger
2016-06-23Make ossl_ecdh_compute_key() return a booleanhuangqinjin
2016-05-17Copyright consolidation 06/10Rich Salz
2016-03-02Handle KDF internally.Dr. Stephen Henson
2016-03-01Add default operations to EC_METHODDr. Stephen Henson
2016-03-01Replace overrides.Dr. Stephen Henson
2016-02-28Extended EC_METHOD customisation support.Dr. Stephen Henson
2016-02-22Remove unused parameters from internal functionsRich Salz
2016-01-26Remove /* foo.c */ commentsRich Salz
2015-12-16Constify EC_KEY in ECDH_compute_key.Dr. Stephen Henson
2015-12-09Adapt ecdh_compute_keyDr. Stephen Henson
2015-12-09move ECDH implementation to crypto/ecDr. Stephen Henson