]> git.ipfire.org Git - thirdparty/openssl.git/history - crypto/core_namemap.c
CORE: pre-populate the namemap with legacy OIDs too
[thirdparty/openssl.git] / crypto / core_namemap.c
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