summaryrefslogtreecommitdiffstats
path: root/include/internal/namemap.h
AgeCommit message (Expand)Author
2022-05-21Drop ossl_namemap_add_name_n() and simplify ossl_namemap_add_names()Tomas Mraz
2021-03-11Update copyright yearMatt Caswell
2021-02-25Don't hold a lock when calling a callback in ossl_namemap_doall_namesMatt Caswell
2020-10-15Update copyright yearMatt Caswell
2020-10-15Rename OPENSSL_CTX prefix to OSSL_LIB_CTXDr. Matthias St. Pierre
2019-11-29CORE: ossl_namemap_add_names(): new function to add multiple namesRichard Levitte
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-19In provider implemented methods, save the name number, not the name stringRichard Levitte
2019-06-24Replumbing: add support for multiple names per algorithmRichard Levitte
2019-05-12Create internal number<->name mapping APIRichard Levitte