summaryrefslogtreecommitdiffstats
path: root/providers/implementations/keymgmt/mac_legacy_kmgmt.c
AgeCommit message (Expand)Author
2021-06-01Rename all getters to use get/get0 in nameTomas Mraz
2021-05-27Use <> for #include openssl/xxxRich Salz
2021-04-18PROV: Add OIDs we know to all provider applicable algorithmsRichard Levitte
2021-04-12Replace OSSL_PARAM_BLD_free_params() with OSSL_PARAM_free().Shane Lontis
2021-03-12provider: add params argument to key manager's gen_init callPauli
2021-03-03EVP_PKEY_CTX_get/settable_params: pass provider operation contextTomas Mraz
2021-02-18Update copyright yearMatt Caswell
2021-02-11Various cleanup of PROV_R_ reason codesTomas Mraz
2020-11-19rename mac_key_* to ossl_mac_key_*Pauli
2020-10-22Constify OSSL_FUNC_keymgmt_has()Nicola Tuveri
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-29prov: prefix all OSSL_DISPATCH tables names with ossl_Pauli
2020-09-12keymgmt: add FIPS error state handlingPauli
2020-08-29Include "legacy" in the name of the various MAC bridge functionsMatt Caswell
2020-08-29Improve code reuse in the provider MAC bridgeMatt Caswell
2020-08-29Extend the provider MAC bridge for CMACMatt Caswell
2020-08-29Implement key management for the EVP_PKEY MAC to EVP_MAC provider bridgeMatt Caswell