summaryrefslogtreecommitdiffstats
path: root/crypto/conf/conf_mod.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* Add ossl_ conf symbolsShane Lontis2021-03-181-1/+1
* Update copyright yearRichard Levitte2021-01-281-1/+1
* APPS: Allow OPENSSL_CONF to be empty, not loading a config fileDr. David von Oheimb2021-01-131-6/+5
* CRYPTO: refactor ERR_raise()+ERR_add_error_data() to ERR_raise_data()Richard Levitte2020-11-131-14/+10
* Convert all {NAME}err() in crypto/ to their corresponding ERR_raise() callRichard Levitte2020-11-131-8/+8
* Don't clear the whole error stack when loading enginesMatt Caswell2020-11-061-1/+0
* Don't clear errors on failure in CONF_modules_load_file_ex()Matt Caswell2020-11-061-1/+2
* Rename OPENSSL_CTX prefix to OSSL_LIB_CTXDr. Matthias St. Pierre2020-10-151-1/+1
* Correct and simplify use of ERR_clear_error() etc. for loading DSO libsDr. David von Oheimb2020-10-081-14/+20
* Run the withlibctx.pl scriptMatt Caswell2020-10-011-5/+4
* Fix safestack issues in conf.hMatt Caswell2020-09-131-1/+0
* conf: add diagnostic optionPauli2020-08-281-3/+21
* conf: add an error if the openssl_conf section isn't found.Pauli2020-08-111-1/+6
* deprecate engines in libcryptoPauli2020-07-161-0/+3
* APPS: Remove make_config_name, use CONF_get1_default_config_file insteadRichard Levitte2020-06-021-8/+6
* In OpenSSL builds, declare STACK for datatypes ...Rich Salz2020-04-241-0/+4
* Add support for passing the libctx to the config loaderShane Lontis2020-03-201-6/+33
* Explicitly test against NULL; do not use !p or similarRich Salz2019-10-091-5/+6
* Add a bit of tracing in the core conf module runnerRichard Levitte2019-04-051-0/+4
* More configurable crypto and ssl library initializationViktor Dukhovni2019-01-071-0/+3
* Following the license change, modify the boilerplates in crypto/conf/Richard Levitte2018-12-061-1/+1
* Use secure_getenv(3) when available.Pauli2018-09-241-5/+2
* Update copyright yearRichard Levitte2018-04-171-1/+1
* Don't use getenv for critical functions when run as setuid/setgidBernd Edlinger2018-04-041-3/+5
* Set error code on alloc failuresRich Salz2018-04-031-2/+3
* Move e_os.h to be the very first include.Pauli2017-08-291-2/+1
* e_os.h removal from other headers and source files.Pauli2017-08-291-0/+1
* Trivial bounds checking.Pauli2017-07-071-8/+7
* Undo commit d420ac2Rich Salz2017-07-051-4/+4
* Whitespace cleanup in cryptoFdaSilvaYY2016-06-291-2/+2
* Constify some conf_mod.c internal methodsFdaSilvaYY2016-06-151-9/+11
* Copyright consolidation 04/10Rich Salz2016-05-171-54/+5
* Properly own the duplicated stringDmitry-Me2016-05-031-0/+5
* Rename int_*() functions to *_int()Matt Caswell2016-04-131-1/+1
* Rename lots of *_intern or *_internal function to int_*Matt Caswell2016-04-131-1/+1
* Deprecate CONF_modules_free() and make it a no-opMatt Caswell2016-04-131-2/+2
* Move dso.h to internalRich Salz2016-03-231-1/+1
* Remove unused parameters from internal functionsRich Salz2016-02-221-5/+3
* Remove /* foo.c */ commentsRich Salz2016-01-261-1/+0
* Rename some BUF_xxx to OPENSSL_xxxRich Salz2015-12-161-7/+7
* Continue standardising malloc style for libcryptoMatt Caswell2015-11-091-3/+3
* remove 0 assignments.Rich Salz2015-09-031-2/+1
* Identify and move common internal libcrypto header filesRichard Levitte2015-05-141-1/+1
* Use "==0" instead of "!strcmp" etcRich Salz2015-05-071-1/+1
* Use safer sizeof variant in mallocRich Salz2015-05-041-2/+2
* free NULL cleanup 11Rich Salz2015-05-011-4/+4
* free null cleanup finaleRich Salz2015-05-011-4/+2
* Run util/openssl-format-source -v -c .Matt Caswell2015-01-221-452/+426
* Update obsolete email address...Dr. Stephen Henson2008-11-051-1/+1
* Change safestack reimplementation to match 0.9.8.Dr. Stephen Henson2007-09-071-1/+1