summaryrefslogtreecommitdiffstats
path: root/providers/implementations/signature/sm2sig.c
AgeCommit message (Expand)Author
2021-05-07Rename files in providers/implementations/signaturesRichard Levitte
2021-04-30sm2: Cleanup handling of DIGEST and DIGEST_SIZE parametersTomas Mraz
2021-03-26sm2: fix coverity 1467503: explicit null dereferencePauli
2021-03-18Add ossl_encode 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
2021-02-01Fix some odd names in our provider source codeRichard 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-09-22Address review commentsPaul Yang
2020-09-22Add SM2 signature algorithm to default providerPaul Yang