summaryrefslogtreecommitdiffstats
path: root/crypto/conf/conf_mod.c
AgeCommit message (Expand)Author
2021-03-18Add ossl_ conf symbolsShane Lontis
2021-01-28Update copyright yearRichard Levitte
2021-01-13APPS: Allow OPENSSL_CONF to be empty, not loading a config fileDr. David von Oheimb
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-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-13Fix safestack issues in conf.hMatt Caswell
2020-08-28conf: add diagnostic optionPauli
2020-08-11conf: add an error if the openssl_conf section isn't found.Pauli
2020-07-16deprecate engines in libcryptoPauli
2020-06-02APPS: Remove make_config_name, use CONF_get1_default_config_file insteadRichard Levitte
2020-04-24In OpenSSL builds, declare STACK for datatypes ...Rich Salz
2020-03-20Add support for passing the libctx to the config loaderShane Lontis
2019-10-09Explicitly test against NULL; do not use !p or similarRich Salz
2019-04-05Add a bit of tracing in the core conf module runnerRichard Levitte
2019-01-07More configurable crypto and ssl library initializationViktor Dukhovni
2018-12-06Following the license change, modify the boilerplates in crypto/conf/Richard Levitte
2018-09-24Use secure_getenv(3) when available.Pauli
2018-04-17Update copyright yearRichard Levitte
2018-04-04Don't use getenv for critical functions when run as setuid/setgidBernd Edlinger
2018-04-03Set error code on alloc failuresRich Salz
2017-08-30Move e_os.h to be the very first include.Pauli
2017-08-30e_os.h removal from other headers and source files.Pauli
2017-07-07Trivial bounds checking.Pauli
2017-07-05Undo commit d420ac2Rich Salz
2016-06-29Whitespace cleanup in cryptoFdaSilvaYY
2016-06-15Constify some conf_mod.c internal methodsFdaSilvaYY
2016-05-17Copyright consolidation 04/10Rich Salz
2016-05-03Properly own the duplicated stringDmitry-Me
2016-04-13Rename int_*() functions to *_int()Matt Caswell
2016-04-13Rename lots of *_intern or *_internal function to int_*Matt Caswell
2016-04-13Deprecate CONF_modules_free() and make it a no-opMatt Caswell
2016-03-23Move dso.h to internalRich Salz
2016-02-22Remove unused parameters from internal functionsRich Salz
2016-01-26Remove /* foo.c */ commentsRich Salz
2015-12-16Rename some BUF_xxx to OPENSSL_xxxRich Salz
2015-11-09Continue standardising malloc style for libcryptoMatt Caswell
2015-09-03remove 0 assignments.Rich Salz
2015-05-14Identify and move common internal libcrypto header filesRichard Levitte
2015-05-06Use "==0" instead of "!strcmp" etcRich Salz
2015-05-04Use safer sizeof variant in mallocRich Salz
2015-05-01free NULL cleanup 11Rich Salz
2015-05-01free null cleanup finaleRich Salz
2015-01-22Run util/openssl-format-source -v -c .Matt Caswell
2008-11-05Update obsolete email address...Dr. Stephen Henson
2007-09-07Change safestack reimplementation to match 0.9.8.Dr. Stephen Henson