summaryrefslogtreecommitdiffstats
path: root/crypto/conf/conf_mod.c
AgeCommit message (Expand)Author
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
2007-04-09Don't ignore config_name parameter passed to OPENSSL_config(). UseDr. Stephen Henson
2007-04-01Don't die if the value is NULL (Coverity CID 98).Ben Laurie
2005-05-11Fix more error codes.Bodo Möller
2005-04-26Fix various incorrect error function codes.Bodo Möller
2005-04-07make sure error queue is totally emptiedNils Larsch
2003-12-27Use BUF_strlcpy() instead of strcpy().Richard Levitte
2003-11-29We're getting a clash with C++ because it has a type called 'list'.Richard Levitte
2002-07-30OpenSSL Security Advisory [30 July 2002]Lutz Jänicke
2002-03-18Fix bugs and typos.Bodo Möller
2002-02-22Config code updates.Dr. Stephen Henson
2002-02-21Config file updates from stable branchDr. Stephen Henson
2002-01-22Constification.Dr. Stephen Henson
2002-01-22default_algorithms option in ENGINE config.Dr. Stephen Henson
2002-01-21Initial ENGINE config module, docs to follow.Dr. Stephen Henson
2002-01-18Constification, add config to /dev/crypto.Ben Laurie
2002-01-18Other errors are possible.Ben Laurie
2002-01-18Constification, missing declaration, update dependencies.Ben Laurie
2002-01-12Return value could be undefined.Ben Laurie
2002-01-05Experimental configuration code.Dr. Stephen Henson