summaryrefslogtreecommitdiff
path: root/crypto/conf/conf_mod.c
Commit message (Expand)AuthorAgeFilesLines
* 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-301-2/+1
* e_os.h removal from other headers and source files.Pauli2017-08-301-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-061-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
* Don't ignore config_name parameter passed to OPENSSL_config(). UseDr. Stephen Henson2007-04-091-4/+5
* Don't die if the value is NULL (Coverity CID 98).Ben Laurie2007-04-011-1/+7
* Fix more error codes.Bodo Möller2005-05-111-1/+1
* Fix various incorrect error function codes.Bodo Möller2005-04-261-1/+1
* make sure error queue is totally emptiedNils Larsch2005-04-071-1/+1
* Use BUF_strlcpy() instead of strcpy().Richard Levitte2003-12-271-4/+4
* We're getting a clash with C++ because it has a type called 'list'.Richard Levitte2003-11-291-2/+2
* OpenSSL Security Advisory [30 July 2002]Lutz Jänicke2002-07-301-1/+1
* Fix bugs and typos.Bodo Möller2002-03-181-1/+1
* Config code updates.Dr. Stephen Henson2002-02-221-3/+4
* Config file updates from stable branchDr. Stephen Henson2002-02-211-8/+26
* Constification.Dr. Stephen Henson2002-01-221-3/+3
* default_algorithms option in ENGINE config.Dr. Stephen Henson2002-01-221-0/+46
* Initial ENGINE config module, docs to follow.Dr. Stephen Henson2002-01-211-0/+29
* Constification, add config to /dev/crypto.Ben Laurie2002-01-181-14/+22