aboutsummaryrefslogtreecommitdiffstats
path: root/providers/implementations/keymgmt/mac_legacy_kmgmt.c
Commit message (Expand)AuthorAgeFilesLines
* Copyright year updatesMatt Caswell2023-09-071-1/+1
* Avoid exporting bogus (empty) data if empty selection is usedTomas Mraz2023-08-041-0/+3
* prov(legacy): update to structure based atomicsPauli2023-07-011-6/+4
* Replaced '{ 0, NULL }' with OSSL_DISPATCH_END in OSSL_DISPATCH arraysIrak Rigia2023-04-211-2/+2
* Stop raising ERR_R_MALLOC_FAILURE in most placesRichard Levitte2022-10-051-10/+4
* Update copyright yearMatt Caswell2022-05-031-1/+1
* str[n]casecmp => OPENSSL_strncasecmpDmitry Belyavskiy2022-04-221-1/+0
* Move e_os.h to include/internalRichard Levitte2022-02-051-1/+1
* Fix typosDimitris Apostolou2022-01-051-1/+1
* Address Coverity 1493362 resource leakPauli2021-11-081-0/+1
* fips module header inclusion fine-tunningTomas Mraz2021-07-061-0/+3
* EVP_PKEY_new_raw_private_key: Allow zero length keysTomas Mraz2021-06-081-1/+2
* Rename all getters to use get/get0 in nameTomas Mraz2021-06-011-2/+2
* Use <> for #include openssl/xxxRich Salz2021-05-271-1/+1
* PROV: Add OIDs we know to all provider applicable algorithmsRichard Levitte2021-04-181-1/+1
* Replace OSSL_PARAM_BLD_free_params() with OSSL_PARAM_free().Shane Lontis2021-04-121-1/+1
* provider: add params argument to key manager's gen_init callPauli2021-03-121-2/+27
* EVP_PKEY_CTX_get/settable_params: pass provider operation contextTomas Mraz2021-03-031-2/+4
* Update copyright yearMatt Caswell2021-02-181-1/+1
* Various cleanup of PROV_R_ reason codesTomas Mraz2021-02-111-1/+2
* rename mac_key_* to ossl_mac_key_*Pauli2020-11-191-8/+8
* Constify OSSL_FUNC_keymgmt_has()Nicola Tuveri2020-10-221-2/+2
* Rename some occurrences of 'library_context' and 'lib_ctx' to 'libctx'Dr. Matthias St. Pierre2020-10-151-3/+3
* Rename OPENSSL_CTX prefix to OSSL_LIB_CTXDr. Matthias St. Pierre2020-10-151-3/+3
* prov: prefix all OSSL_DISPATCH tables names with ossl_Pauli2020-09-291-2/+2
* keymgmt: add FIPS error state handlingPauli2020-09-121-5/+35
* Include "legacy" in the name of the various MAC bridge functionsMatt Caswell2020-08-291-3/+2
* Improve code reuse in the provider MAC bridgeMatt Caswell2020-08-291-50/+46
* Extend the provider MAC bridge for CMACMatt Caswell2020-08-291-8/+145
* Implement key management for the EVP_PKEY MAC to EVP_MAC provider bridgeMatt Caswell2020-08-291-0/+381