summaryrefslogtreecommitdiffstats
path: root/crypto/conf
AgeCommit message (Expand)Author
2021-01-14Skip BOM when reading the config fileDmitry Belyavskiy
2021-01-13APPS: Allow OPENSSL_CONF to be empty, not loading a config fileDr. David von Oheimb
2021-01-04Update copyright years of auto-generated headers (make update)Dr. David von Oheimb
2020-11-24ERR: Rebuild all generated error headers and source filesRichard Levitte
2020-11-18CONF: Convert one last CONFerr() to ERR_raise()Richard Levitte
2020-11-13CRYPTO: refactor ERR_raise()+ERR_add_error_data() to ERR_raise_data()Richard Levitte
2020-11-13Convert all {NAME}err() in crypto/ to their corresponding ERR_raise() callRichard Levitte
2020-11-11Do not prepend $OPENSSL_CONF_INCLUDE to absolute include pathsTomas Mraz
2020-11-06Don't clear the whole error stack when loading enginesMatt Caswell
2020-11-06Don't clear errors on failure in CONF_modules_load_file_ex()Matt Caswell
2020-10-15Rename OPENSSL_CTX prefix to OSSL_LIB_CTXDr. Matthias St. Pierre
2020-10-08Correct and simplify use of ERR_clear_error() etc. for loading DSO libsDr. David von Oheimb
2020-10-01Run the withlibctx.pl scriptMatt Caswell
2020-09-23Add a "random" configuration section.Pauli
2020-09-13Fix safestack issues in conf.hMatt Caswell
2020-09-13Fix safestack issues in bio.hMatt Caswell
2020-09-12NonStop port updates for 3.0.0.Randall S. Becker
2020-09-07Fix memory leaks in conf_def.cluxinyou
2020-08-28conf: add diagnostic optionPauli
2020-08-11conf: add an error if the openssl_conf section isn't found.Pauli
2020-07-16Update copyright yearRichard Levitte
2020-07-16deprecate engines in libcryptoPauli
2020-06-02APPS: Remove make_config_name, use CONF_get1_default_config_file insteadRichard Levitte
2020-05-15Update copyright yearMatt Caswell
2020-05-06Fix a memory leak in CONF .include handlingMatt Caswell
2020-04-24In OpenSSL builds, declare STACK for datatypes ...Rich Salz
2020-04-24Rewrite man5/config.pod and related conf code cleanupRich Salz
2020-04-23Update copyright yearMatt Caswell
2020-03-20Add support for passing the libctx to the config loaderShane Lontis
2020-01-07Make generated copyright year be "now"Rich Salz
2020-01-02Run make updateMatt Caswell
2019-11-14Fix an uninitialised read in conf_def.cMatt Caswell
2019-11-12Add a tester of OpenSSL config files and test the current .pragmaRichard Levitte
2019-11-12Add a .pragma directive for configuration filesRichard Levitte
2019-11-09conf_def.c: Avoid calling strlen() in a loopraniervf
2019-11-07Update source files for pre-3.0 deprecationRichard Levitte
2019-11-07Update source files for deprecation at 3.0Richard Levitte
2019-10-09Explicitly test against NULL; do not use !p or similarRich Salz
2019-10-06Deprecate NCONF_WIN32() functionRich Salz
2019-09-28Reorganize local header filesDr. Matthias St. Pierre
2019-09-28Reorganize private crypto header filesDr. Matthias St. Pierre
2019-09-15Add fips module integrity checkShane Lontis
2019-09-12util/mkerr.pl: make it not depend on the function codeRichard Levitte
2019-08-02Replace FUNCerr with ERR_raise_dataRich Salz
2019-07-22Deprecate SYSerr, add new FUNCerr macroRich Salz
2019-07-22Add ERR_put_func_error, and use it.Rich Salz
2019-07-16Regenerate mkerr filesRich Salz
2019-05-29crypto/conf: openssl_config_int() returns unitialized valueDr. Matthias St. Pierre
2019-04-06Coverity: fix two minor NPD issues.FdaSilvaYY
2019-04-05Add a bit of tracing in the core conf module runnerRichard Levitte