aboutsummaryrefslogtreecommitdiffstats
path: root/crypto/conf/conf_mod.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* Other errors are possible.Ben Laurie2002-01-181-5/+10
* Constification, missing declaration, update dependencies.Ben Laurie2002-01-181-3/+4
* Return value could be undefined.Ben Laurie2002-01-121-1/+2
* Experimental configuration code.Dr. Stephen Henson2002-01-051-0/+507