summaryrefslogtreecommitdiffstats
path: root/providers/implementations/kem
AgeCommit message (Expand)Author
2021-04-16Store some FIPS global variables in the FIPS_GLOBAL structureMatt Caswell
2021-04-06Deprecate the EVP_PKEY controls for CMS and PKCS#7Tomas Mraz
2021-03-12prov: update KEM to support params on init()Pauli
2021-03-03EVP_PKEY_CTX_get/settable_params: pass provider operation contextTomas Mraz
2021-02-18Update copyright yearMatt Caswell
2021-02-11Move the PROV_R reason codes to a public headerTomas Mraz
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-07rsa: add ossl_ prefix to internal rsa_ calls.Pauli
2020-09-29prov: prefix all OSSL_DISPATCH tables names with ossl_Pauli
2020-09-24Add key length check to rsa_kem operation.Shane Lontis
2020-09-19Add KEM (Key encapsulation mechanism) support to providersShane Lontis