summaryrefslogtreecommitdiffstats
path: root/providers/implementations/asymciphers/sm2_enc.c
AgeCommit message (Expand)Author
2023-09-07Copyright year updatesMatt Caswell
2023-04-21Replaced '{ 0, NULL }' with OSSL_DISPATCH_END in OSSL_DISPATCH arraysIrak Rigia
2022-06-10sm2_dupctx: Avoid potential use after free of the mdTomas Mraz
2021-08-24Correctly calculate the length of SM2 plaintext given the ciphertextMatt Caswell
2021-06-01Rename all getters to use get/get0 in nameTomas Mraz
2021-05-27Use "" for include crypto/xxxRich Salz
2021-03-12prov: asym ciphers take an extra init() params argumentPauli
2021-03-03EVP_PKEY_CTX_get/settable_params: pass provider operation contextTomas Mraz
2021-02-26Fix external symbols related to ec & sm2 keysShane Lontis
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
2021-01-28Update copyright yearRichard Levitte
2021-01-26Deprecate EC_KEY + Update ec apps to use EVP_PKEYShane Lontis
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-25Move SM2 asymmetric encryption to be available in the default providerMatt Caswell