summaryrefslogtreecommitdiffstats
path: root/crypto/ec/ec_backend.c
AgeCommit message (Expand)Author
2022-11-23Cleanup : directly include of `internal/nelem.h` when required.FdaSilvaYY
2022-10-05Stop raising ERR_R_MALLOC_FAILURE in most placesRichard Levitte
2022-09-30ERR: replace remnant ECerr() and EVPerr() calls in crypto/Dr. David von Oheimb
2022-06-23The flag "decoded-from-explicit" must be imp/exportableTomas Mraz
2022-05-03Update copyright yearMatt Caswell
2022-04-22str[n]casecmp => OPENSSL_strncasecmpDmitry Belyavskiy
2022-02-05Move e_os.h to include/internalRichard Levitte
2021-10-28fix some code with obvious wrong coding stylex2018
2021-07-06fips module header inclusion fine-tunningTomas Mraz
2021-06-14Add a generic SubjectPublicKeyInfo decoderMatt Caswell
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