summaryrefslogtreecommitdiffstats
path: root/providers/implementations/signature/eddsa.c
AgeCommit message (Expand)Author
2021-03-18Add ossl_ ecx symbolsShane Lontis
2021-03-12prov: support params arguments to signature init callsPauli
2021-03-03EVP_PKEY_CTX_get/settable_params: pass provider operation contextTomas Mraz
2021-03-03Resolve TODOs in signature implementations.Tomas Mraz
2021-02-26Fix external symbols related to ec & sm2 keysShane Lontis
2021-02-18Update copyright yearMatt Caswell
2021-02-11Move the PROV_R reason codes to a public headerTomas Mraz
2020-12-02Fix s390 EDDSA HW support in providers.Shane Lontis
2020-11-11Convert all {NAME}err() in providers/ to their corresponding ERR_raise() callRichard Levitte
2020-10-15Rename some occurrences of 'library_context' and 'lib_ctx' to 'libctx'Dr. Matthias St. Pierre
2020-10-15Rename OPENSSL_CTX prefix to OSSL_LIB_CTXDr. Matthias St. Pierre
2020-10-01der: _ossl prefix DER functionsPauli
2020-09-29prov: prefix all OSSL_DISPATCH tables names with ossl_Pauli
2020-09-23Fix ecx so that is uses a settable propertyqueryShane Lontis
2020-09-18Teach EdDSA signature algorithms about AlgorithmIdentifiersMatt Caswell
2020-09-12signature: add FIPS error state handlingPauli
2020-06-24Make the naming scheme for dispatched functions more consistentDr. Matthias St. Pierre
2020-06-24Rename <openssl/core_numbers.h> -> <openssl/core_dispatch.h>Dr. Matthias St. Pierre
2020-05-26Update core_names.h fields and document most fields.Shane Lontis
2020-05-14EVP: For SIGNATURE operations, pass the propquery earlyRichard Levitte
2020-04-09Enable Ed25519 signing/verifying to use the libctxMatt Caswell
2020-03-09Implement provider support for Ed25519 annd Ed448Matt Caswell