summaryrefslogtreecommitdiffstats
path: root/crypto/ec/ec_backend.c
AgeCommit message (Expand)Author
2021-01-26Deprecate EC_KEY + Update ec apps to use EVP_PKEYShane Lontis
2021-01-15Allow EVP_PKEY private key objects to be created without a public componentJon Spillett
2020-11-13Convert all {NAME}err() in crypto/ to their corresponding ERR_raise() callRichard Levitte
2020-10-15Rename OPENSSL_CTX prefix to OSSL_LIB_CTXDr. Matthias St. Pierre
2020-09-05Fix coverity CID #1466378 - Incorrect expression in ec_backend.cShane Lontis
2020-08-22Add Explicit EC parameter support to providers.Shane Lontis
2020-06-19Add more complete support for libctx/propq in the EC codeMatt Caswell
2020-06-19Make EVP_PKEY_CTX_[get|set]_ec_paramgen_curve_name more genericMatt Caswell
2020-05-26Update core_names.h fields and document most fields.Shane Lontis
2020-03-27PROV: Fix EC_KEY exporters to allow domain parameter keysRichard Levitte
2020-03-25EVP: Implement support for key downgrading in backendsRichard Levitte