summaryrefslogtreecommitdiffstats
path: root/crypto/ec/ec_backend.c
AgeCommit message (Expand)Author
2021-05-11Add convenience functions and macros for asymmetric key generationDr. David von Oheimb
2021-05-07Fixes #14662. Return all EC parameters even for named curvesJon Spillett
2021-04-22Fix potential NULL dereference in ossl_ec_key_dup()Tomas Mraz
2021-04-19Detect low-level engine and app method based keysTomas Mraz
2021-04-15Add selection support to the provider keymgmt_dup functionTomas Mraz
2021-03-19PROV: Add type specific PKCS#8 decoding to the DER->key decodersRichard Levitte
2021-02-26Fix external symbols related to ec & sm2 keysShane Lontis
2021-01-28Update copyright yearRichard Levitte
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