summaryrefslogtreecommitdiff
path: root/crypto/core_namemap.c
Commit message (Expand)AuthorAgeFilesLines
* Add deprecation macro for 3.1 and deprecate OPENSSL_LH_statsHugo Landau2022-06-221-1/+1
* Drop ossl_namemap_add_name_n() and simplify ossl_namemap_add_names()Tomas Mraz2022-05-211-54/+42
* ossl_namemap_name2_num: Avoid unnecessary OPENSSL_strndup().Tomas Mraz2022-05-211-18/+37
* Update copyright yearMatt Caswell2022-05-031-1/+1
* str[n]casecmp => OPENSSL_strncasecmpDmitry Belyavskiy2022-04-221-2/+1
* Refactor OSSL_LIB_CTX to avoid using CRYPTO_EX_DATAHugo Landau2022-04-011-10/+4
* Move e_os.h to include/internalRichard Levitte2022-02-051-1/+1
* core namemap: use updated tsan lock detection capabilitiesPauli2022-01-131-9/+6
* namemap: handle a NULL return when looking for a non-legacy cipher/MDPauli2021-12-231-2/+4
* Fix the return check of OBJ_obj2txtPW Hu2021-11-221-1/+1
* Rename all getters to use get/get0 in nameTomas Mraz2021-06-011-2/+2
* Add the ability for ex_data to have a priorityMatt Caswell2021-05-111-0/+1
* CORE: Rework the pre-population of the namemapRichard Levitte2021-04-301-40/+31
* CORE: pre-populate the namemap with legacy OIDs tooRichard Levitte2021-04-181-3/+56
* CORE: Register all legacy "names" when generating the initial namemapRichard Levitte2021-04-181-18/+18
* Add ossl_lhash symbolsShane Lontis2021-03-181-2/+2
* Always check CRYPTO_LOCK_{read,write}_lockRich Salz2021-03-141-7/+26
* Update copyright yearMatt Caswell2021-03-111-1/+1
* Don't hold a lock when calling a callback in ossl_namemap_doall_namesMatt Caswell2021-02-251-9/+39
* Rename OPENSSL_CTX prefix to OSSL_LIB_CTXDr. Matthias St. Pierre2020-10-151-6/+6
* namemap: fix threading issuePauli2020-07-291-35/+52
* namemap: change ossl_namemap_empty() to do what the documentation says.Pauli2020-06-211-6/+19
* Rename FIPS_MODE to FIPS_MODULERichard Levitte2020-04-281-4/+4
* Update copyright yearMatt Caswell2020-04-231-1/+1
* Modify EVP_CIPHER_is_a() and EVP_MD_is_a() to handle legacy methods tooRichard Levitte2020-01-171-1/+1
* Move the stored namemap pre-population to namemap constructionRichard Levitte2020-01-161-32/+104
* CORE: ossl_namemap_add_names(): new function to add multiple namesRichard Levitte2019-11-291-4/+67
* Core: allow NULL argument to stored_namemap_free().Pauli2019-11-221-3/+5
* Replumbing: pre-populate the EVP namemap with commonly known namesRichard Levitte2019-11-201-0/+12
* Replumbing: make it possible for providers to specify multiple namesRichard Levitte2019-10-031-6/+26
* Reorganize private crypto header filesDr. Matthias St. Pierre2019-09-281-1/+1
* In provider implemented methods, save the name number, not the name stringRichard Levitte2019-09-191-0/+26
* OSSL_NAMEMAP: make names case insensitiveRichard Levitte2019-06-241-2/+4
* Replumbing: add support for multiple names per algorithmRichard Levitte2019-06-241-70/+71
* Create internal number<->name mapping APIRichard Levitte2019-05-121-0/+211