summaryrefslogtreecommitdiffstats
path: root/include/internal/namemap.h (follow)
Commit message (Expand)AuthorAgeFilesLines
* Copyright year updatesTomas Mraz2024-09-051-1/+1
* Use the new hashtable for core_namemapTomas Mraz2024-08-211-1/+1
* Drop ossl_namemap_add_name_n() and simplify ossl_namemap_add_names()Tomas Mraz2022-05-211-2/+0
* Update copyright yearMatt Caswell2021-03-111-1/+1
* Don't hold a lock when calling a callback in ossl_namemap_doall_namesMatt Caswell2021-02-241-3/+3
* Update copyright yearMatt Caswell2020-10-151-1/+1
* Rename OPENSSL_CTX prefix to OSSL_LIB_CTXDr. Matthias St. Pierre2020-10-151-1/+1
* CORE: ossl_namemap_add_names(): new function to add multiple namesRichard Levitte2019-11-291-3/+10
* Replumbing: pre-populate the EVP namemap with commonly known namesRichard Levitte2019-11-201-0/+1
* Replumbing: make it possible for providers to specify multiple namesRichard Levitte2019-10-031-0/+4
* In provider implemented methods, save the name number, not the name stringRichard Levitte2019-09-191-0/+2
* Replumbing: add support for multiple names per algorithmRichard Levitte2019-06-241-3/+11
* Create internal number<->name mapping APIRichard Levitte2019-05-121-0/+21