summaryrefslogtreecommitdiffstats
path: root/crypto/core_namemap.c
AgeCommit message (Expand)Author
2023-09-07Copyright year updatesMatt Caswell
2023-06-18return immediately if namemap is NULLVladimĂ­r Kotal
2022-06-22Add deprecation macro for 3.1 and deprecate OPENSSL_LH_statsHugo Landau
2022-05-21Drop ossl_namemap_add_name_n() and simplify ossl_namemap_add_names()Tomas Mraz
2022-05-21ossl_namemap_name2_num: Avoid unnecessary OPENSSL_strndup().Tomas Mraz
2022-05-03Update copyright yearMatt Caswell
2022-04-22str[n]casecmp => OPENSSL_strncasecmpDmitry Belyavskiy
2022-04-01Refactor OSSL_LIB_CTX to avoid using CRYPTO_EX_DATAHugo Landau
2022-02-05Move e_os.h to include/internalRichard Levitte
2022-01-13core namemap: use updated tsan lock detection capabilitiesPauli
2021-12-23namemap: handle a NULL return when looking for a non-legacy cipher/MDPauli
2021-11-22Fix the return check of OBJ_obj2txtPW Hu
2021-06-01Rename all getters to use get/get0 in nameTomas Mraz
2021-05-11Add the ability for ex_data to have a priorityMatt Caswell
2021-04-30CORE: Rework the pre-population of the namemapRichard Levitte
2021-04-18CORE: pre-populate the namemap with legacy OIDs tooRichard Levitte
2021-04-18CORE: Register all legacy "names" when generating the initial namemapRichard Levitte
2021-03-18Add ossl_lhash symbolsShane Lontis
2021-03-14Always check CRYPTO_LOCK_{read,write}_lockRich Salz
2021-03-11Update copyright yearMatt Caswell
2021-02-25Don't hold a lock when calling a callback in ossl_namemap_doall_namesMatt Caswell
2020-10-15Rename OPENSSL_CTX prefix to OSSL_LIB_CTXDr. Matthias St. Pierre
2020-07-29namemap: fix threading issuePauli
2020-06-21namemap: change ossl_namemap_empty() to do what the documentation says.Pauli
2020-04-28Rename FIPS_MODE to FIPS_MODULERichard Levitte
2020-04-23Update copyright yearMatt Caswell
2020-01-17Modify EVP_CIPHER_is_a() and EVP_MD_is_a() to handle legacy methods tooRichard Levitte
2020-01-16Move the stored namemap pre-population to namemap constructionRichard Levitte
2019-11-29CORE: ossl_namemap_add_names(): new function to add multiple namesRichard Levitte
2019-11-22Core: allow NULL argument to stored_namemap_free().Pauli
2019-11-20Replumbing: pre-populate the EVP namemap with commonly known namesRichard Levitte
2019-10-03Replumbing: make it possible for providers to specify multiple namesRichard Levitte
2019-09-28Reorganize private crypto header filesDr. Matthias St. Pierre
2019-09-19In provider implemented methods, save the name number, not the name stringRichard Levitte
2019-06-24OSSL_NAMEMAP: make names case insensitiveRichard Levitte
2019-06-24Replumbing: add support for multiple names per algorithmRichard Levitte
2019-05-12Create internal number<->name mapping APIRichard Levitte