namemap: change ossl_namemap_empty() to do what the documentation says.
[openssl.git] / crypto / core_namemap.c
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