summaryrefslogtreecommitdiff
path: root/crypto/core_namemap.c
Commit message (Expand)AuthorAgeFilesLines
* 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