summaryrefslogtreecommitdiff
path: root/lib/libcrypto/conf
AgeCommit message (Expand)Author
2024-10-18Inline last use of OPENSSL_load_builtin_modules()Theo Buehler
2024-10-10Remove unused CONF_imodule struct members and accessorsTheo Buehler
2024-08-31Remove OPENSSL_load_builtin_modulesTheo Buehler
2024-08-31Unexport CONF_set_nconf()Theo Buehler
2024-08-31Remove more CONF_* functions that are no longer neededTheo Buehler
2024-08-31Inline last use of CONF_free()Theo Buehler
2024-08-31Unexport NCONF_defaultTheo Buehler
2024-08-31Inline NCONF_free_data in its only userTheo Buehler
2024-08-31const correct uses of CONF_METHODTheo Buehler
2024-08-31Stop using conf->meth_data and make CONF_type_default constTheo Buehler
2024-08-31Remove NCONF_WIN32Theo Buehler
2024-08-31Retire conf_api.h and the API thereinTheo Buehler
2024-08-31Unexport some conf layers unused outside of libcryptoTheo Buehler
2024-08-31Make CONF_METHOD opaqueTheo Buehler
2024-08-31Remove unused {,N}CONF_dump_{bio,fp}()Theo Buehler
2024-08-28def_create(): switch from malloc() to calloc()Theo Buehler
2024-08-24conf_def.c: add two trailing commasTheo Buehler
2024-08-18conf_def.c: shuffle things into a slightly more sensibleTheo Buehler
2024-07-14Remove lhash_local.h.Joel Sing
2024-06-24libcrypto: constify most error string tablesTheo Buehler
2024-05-19remove prototypes with no matching functionJonathan Gray
2024-04-09Hide symbols in conf.hBob Beck
2024-03-26Clean up conf's module_init()Theo Buehler
2024-03-20Rename the remaining pmod to modTheo Buehler
2024-03-20pmod -> mod in CONF_IMODULETheo Buehler
2024-03-20tmod -> modTheo Buehler
2024-03-20md -> imod for CONF_IMODULEsTheo Buehler
2024-03-20md -> mod for CONF_MODULEsTheo Buehler
2024-03-20Change return type of module_add()Theo Buehler
2024-03-20Implement imodule_free() and call it from module_finish()Theo Buehler
2024-03-20Make module_free() NULL safeTheo Buehler
2024-03-02Make LHASH_OF() and STACK_OF() use opaque structsTheo Buehler
2024-03-02Make ASN1_add_oid_module internalTheo Buehler
2024-01-28The KNF script didn't grok LHASH_OF(), STACK_OF()Theo Buehler
2024-01-24Stop fiddling with hash table internals from lhash doall callers.Joel Sing
2023-11-19Unifdef OPENSSL_NO_ENGINE in libcryptoTheo Buehler
2023-07-20Remove last internal consumer of DSOTheo Buehler
2023-07-08Hide symbols in cms, comp, conf, and bufferBob Beck
2022-07-12Remove mkerr.pl remnants from LibreSSLKlemens Nanni
2020-02-17Restrict the length of openssl conf value stringKinichiro Inoguchi
2018-03-19I should not be calling ENGINE_load_builtin_engines_internalBob Beck
2018-03-19Correct mistake of loading the default openssl.conf by default during autoinit.Bob Beck
2018-03-17Bring in compatibility for OpenSSL 1.1 style init functions.Bob Beck
2017-01-29Send the function codes from the error functions to the bit bucket,Bob Beck
2016-12-21Explicitly export a list of symbols from libcrypto.Joel Sing
2016-08-05Do not *printf %s NULLTheo de Raadt
2015-07-18Coverity 21651Bob Beck
2015-04-30use strdup() to init stringTheo de Raadt
2015-04-11Remove all getenv() calls, especially those wrapped by issetugid().Theo de Raadt
2015-02-11Enable building with -DOPENSSL_NO_DEPRECATED.Doug Hogan