summaryrefslogtreecommitdiffstats
path: root/crypto/core_namemap.c
AgeCommit message (Expand)Author
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