openssl fipsinstall: fix cosmetic wart
[openssl.git] / crypto / core_namemap.c
2023-09-07 Matt CaswellCopyright year updates
2023-06-18 Vladimír Kotalreturn immediately if namemap is NULL
2022-06-22 Hugo LandauAdd deprecation macro for 3.1 and deprecate OPENSSL_LH_...
2022-05-21 Tomas MrazDrop ossl_namemap_add_name_n() and simplify ossl_namema...
2022-05-21 Tomas Mrazossl_namemap_name2_num: Avoid unnecessary OPENSSL_strnd...
2022-05-03 Matt CaswellUpdate copyright year
2022-04-22 Dmitry Belyavskiystr[n]casecmp => OPENSSL_strncasecmp
2022-03-31 Hugo LandauRefactor OSSL_LIB_CTX to avoid using CRYPTO_EX_DATA
2022-02-05 Richard LevitteMove e_os.h to include/internal
2022-01-13 Paulicore namemap: use updated tsan lock detection capabilities
2021-12-22 Paulinamemap: handle a NULL return when looking for a non...
2021-11-22 PW HuFix the return check of OBJ_obj2txt
2021-06-01 Tomas MrazRename all getters to use get/get0 in name
2021-05-11 Matt CaswellAdd the ability for ex_data to have a priority
2021-04-30 Richard LevitteCORE: Rework the pre-population of the namemap
2021-04-18 Richard LevitteCORE: pre-populate the namemap with legacy OIDs too
2021-04-18 Richard LevitteCORE: Register all legacy "names" when generating the...
2021-03-18 Shane LontisAdd ossl_lhash symbols
2021-03-14 Rich SalzAlways check CRYPTO_LOCK_{read,write}_lock
2021-03-11 Matt CaswellUpdate copyright year
2021-02-24 Matt CaswellDon't hold a lock when calling a callback in ossl_namem...
2020-10-15 Dr. Matthias St... Rename OPENSSL_CTX prefix to OSSL_LIB_CTX
2020-07-29 Paulinamemap: fix threading issue
2020-06-21 Paulinamemap: change ossl_namemap_empty() to do what the...
2020-04-28 Richard LevitteRename FIPS_MODE to FIPS_MODULE
2020-04-23 Matt CaswellUpdate copyright year
2020-01-17 Richard LevitteModify EVP_CIPHER_is_a() and EVP_MD_is_a() to handle...
2020-01-16 Richard LevitteMove the stored namemap pre-population to namemap const...
2019-11-29 Richard LevitteCORE: ossl_namemap_add_names(): new function to add...
2019-11-21 PauliCore: allow NULL argument to stored_namemap_free().
2019-11-20 Richard LevitteReplumbing: pre-populate the EVP namemap with commonly...
2019-10-03 Richard LevitteReplumbing: make it possible for providers to specify...
2019-09-28 Dr. Matthias St... Reorganize private crypto header files
2019-09-19 Richard LevitteIn provider implemented methods, save the name number...
2019-06-24 Richard LevitteOSSL_NAMEMAP: make names case insensitive
2019-06-24 Richard LevitteReplumbing: add support for multiple names per algorithm
2019-05-12 Richard LevitteCreate internal number<->name mapping API