summaryrefslogtreecommitdiff
path: root/src/lib/libcrypto/conf (follow)
Commit message (Expand)AuthorAgeFilesLines
* Inline _CONF_get_section_values() in its last caller and remove ittb8 days3-19/+9
* _CONF_new_section: error check hash insertiontb9 days1-1/+5
* _CONF_new_section(): avoid silly ok dancetb9 days1-11/+8
* _CONF_new_section(): replace hand-rolled strdup() with the real thingtb9 days1-5/+3
* _CONF_new_section(): malloc() -> calloc()tb9 days1-4/+2
* conf.h: remove outdated commenttb2025-03-011-4/+1
* Inline last use of OPENSSL_load_builtin_modules()tb2024-10-183-75/+5
* Remove unused CONF_imodule struct members and accessorstb2024-10-102-69/+2
* Remove OPENSSL_load_builtin_modulestb2024-08-314-7/+8
* Unexport CONF_set_nconf()tb2024-08-312-4/+4
* Remove more CONF_* functions that are no longer neededtb2024-08-312-139/+2
* Inline last use of CONF_free()tb2024-08-311-2/+5
* Unexport NCONF_defaulttb2024-08-313-5/+5
* Inline NCONF_free_data in its only usertb2024-08-312-13/+3
* const correct uses of CONF_METHODtb2024-08-314-13/+13
* Stop using conf->meth_data and make CONF_type_default consttb2024-08-313-7/+7
* Remove NCONF_WIN32tb2024-08-313-72/+3
* Retire conf_api.h and the API thereintb2024-08-315-101/+16
* Unexport some conf layers unused outside of libcryptotb2024-08-314-51/+20
* Make CONF_METHOD opaquetb2024-08-315-17/+88
* Remove unused {,N}CONF_dump_{bio,fp}()tb2024-08-312-59/+2
* def_create(): switch from malloc() to calloc()tb2024-08-281-2/+2
* conf_def.c: add two trailing commastb2024-08-241-3/+3
* conf_def.c: shuffle things into a slightly more sensibletb2024-08-181-80/+69
* Remove lhash_local.h.jsing2024-07-141-3/+1
* libcrypto: constify most error string tablestb2024-06-241-5/+7
* remove prototypes with no matching functionjsg2024-05-191-2/+1
* Hide symbols in conf.hbeck2024-04-096-6/+51
* Clean up conf's module_init()tb2024-03-261-39/+27
* Rename the remaining pmod to modtb2024-03-201-13/+13
* pmod -> mod in CONF_IMODULEtb2024-03-201-7/+7
* tmod -> modtb2024-03-201-13/+13
* md -> imod for CONF_IMODULEstb2024-03-201-15/+15
* md -> mod for CONF_MODULEstb2024-03-201-12/+12
* Change return type of module_add()tb2024-03-201-17/+21
* Implement imodule_free() and call it from module_finish()tb2024-03-201-4/+15
* Make module_free() NULL safetb2024-03-201-1/+4
* Make LHASH_OF() and STACK_OF() use opaque structstb2024-03-021-1/+3
* Make ASN1_add_oid_module internaltb2024-03-021-8/+2
* The KNF script didn't grok LHASH_OF(), STACK_OF()tb2024-01-281-9/+9
* Stop fiddling with hash table internals from lhash doall callers.jsing2024-01-241-4/+1
* Unifdef OPENSSL_NO_ENGINE in libcryptotb2023-11-192-17/+2
* Remove last internal consumer of DSOtb2023-07-201-80/+9
* Hide symbols in cms, comp, conf, and bufferbeck2023-07-081-1/+8
* Remove mkerr.pl remnants from LibreSSLkn2022-07-122-12/+2
* Restrict the length of openssl conf value stringinoguchi2020-02-173-5/+14
* I should not be calling ENGINE_load_builtin_engines_internalbeck2018-03-191-4/+2
* Correct mistake of loading the default openssl.conf by default during autoinit.beck2018-03-191-7/+24
* Bring in compatibility for OpenSSL 1.1 style init functions.beck2018-03-171-10/+36
* Send the function codes from the error functions to the bit bucket,beck2017-01-294-76/+42