]> git.ipfire.org Git - thirdparty/openssl.git/history - providers/implementations/keymgmt/mac_legacy_kmgmt.c
Move e_os.h to include/internal
[thirdparty/openssl.git] / providers / implementations / keymgmt / mac_legacy_kmgmt.c
2022-02-05  Richard LevitteMove e_os.h to include/internal
2022-01-05  Dimitris ApostolouFix typos
2021-11-07  PauliAddress Coverity 1493362 resource leak
2021-07-06  Tomas Mrazfips module header inclusion fine-tunning
2021-06-08  Tomas MrazEVP_PKEY_new_raw_private_key: Allow zero length keys
2021-06-01  Tomas MrazRename all getters to use get/get0 in name
2021-05-26  Rich SalzUse <> for #include openssl/xxx
2021-04-18  Richard LevittePROV: Add OIDs we know to all provider applicable algor...
2021-04-12  Shane LontisReplace OSSL_PARAM_BLD_free_params() with OSSL_PARAM_fr...
2021-03-11  Pauliprovider: add params argument to key manager's gen_init...
2021-03-03  Tomas MrazEVP_PKEY_CTX_get/settable_params: pass provider operati...
2021-02-18  Matt CaswellUpdate copyright year
2021-02-11  Tomas MrazVarious cleanup of PROV_R_ reason codes
2020-11-18  Paulirename mac_key_* to ossl_mac_key_*
2020-10-22  Nicola TuveriConstify OSSL_FUNC_keymgmt_has()
2020-10-15  Dr. Matthias St... Rename some occurrences of 'library_context' and 'lib_c...
2020-10-15  Dr. Matthias St... Rename OPENSSL_CTX prefix to OSSL_LIB_CTX
2020-09-29  Pauliprov: prefix all OSSL_DISPATCH tables names with ossl_
2020-09-12  Paulikeymgmt: add FIPS error state handling
2020-08-29  Matt CaswellInclude "legacy" in the name of the various MAC bridge...
2020-08-29  Matt CaswellImprove code reuse in the provider MAC bridge
2020-08-29  Matt CaswellExtend the provider MAC bridge for CMAC
2020-08-29  Matt CaswellImplement key management for the EVP_PKEY MAC to EVP_MA...