]> git.ipfire.org Git - thirdparty/openssl.git/history - crypto/conf/conf_mod.c
Convert all {NAME}err() in crypto/ to their corresponding ERR_raise() call
[thirdparty/openssl.git] / crypto / conf / conf_mod.c
2020-11-13  Richard LevitteConvert all {NAME}err() in crypto/ to their correspondi...
2020-11-06  Matt CaswellDon't clear the whole error stack when loading engines
2020-11-06  Matt CaswellDon't clear errors on failure in CONF_modules_load_file...
2020-10-15  Dr. Matthias St... Rename OPENSSL_CTX prefix to OSSL_LIB_CTX
2020-10-08  Dr. David von OheimbCorrect and simplify use of ERR_clear_error() etc....
2020-10-01  Matt CaswellRun the withlibctx.pl script
2020-09-13  Matt CaswellFix safestack issues in conf.h
2020-08-28  Pauliconf: add diagnostic option
2020-08-10  Pauliconf: add an error if the openssl_conf section isn...
2020-07-16  Paulideprecate engines in libcrypto
2020-06-02  Richard LevitteAPPS: Remove make_config_name, use CONF_get1_default_co...
2020-04-24  Rich SalzIn OpenSSL builds, declare STACK for datatypes ...
2020-03-20  Shane LontisAdd support for passing the libctx to the config loader
2019-10-09  Rich SalzExplicitly test against NULL; do not use !p or similar
2019-04-05  Richard LevitteAdd a bit of tracing in the core conf module runner
2019-01-07  Viktor DukhovniMore configurable crypto and ssl library initialization
2018-12-06  Richard LevitteFollowing the license change, modify the boilerplates...
2018-09-24  PauliUse secure_getenv(3) when available.
2018-04-17  Richard LevitteUpdate copyright year
2018-04-04  Bernd EdlingerDon't use getenv for critical functions when run as...
2018-04-03  Rich SalzSet error code on alloc failures
2017-08-29  PauliMove e_os.h to be the very first include.
2017-08-29  Paulie_os.h removal from other headers and source files.
2017-07-07  PauliTrivial bounds checking.
2017-07-05  Rich SalzUndo commit d420ac2
2016-06-29  FdaSilvaYYWhitespace cleanup in crypto
2016-06-15  FdaSilvaYYConstify some conf_mod.c internal methods
2016-05-17  Rich SalzCopyright consolidation 04/10
2016-05-03  Dmitry-MeProperly own the duplicated string
2016-04-13  Matt CaswellRename int_*() functions to *_int()
2016-04-13  Matt CaswellRename lots of *_intern or *_internal function to int_*
2016-04-13  Matt CaswellDeprecate CONF_modules_free() and make it a no-op
2016-03-23  Rich SalzMove dso.h to internal
2016-02-22  Rich SalzRemove unused parameters from internal functions
2016-01-26  Rich SalzRemove /* foo.c */ comments
2015-12-16  Rich SalzRename some BUF_xxx to OPENSSL_xxx
2015-11-09  Matt CaswellContinue standardising malloc style for libcrypto
2015-09-03  Rich Salzremove 0 assignments.
2015-05-14  Richard LevitteIdentify and move common internal libcrypto header...
2015-05-07  Rich SalzUse "==0" instead of "!strcmp" etc
2015-05-04  Rich SalzUse safer sizeof variant in malloc
2015-05-01  Rich Salzfree NULL cleanup 11
2015-05-01  Rich Salzfree null cleanup finale
2015-01-22  Matt CaswellRun util/openssl-format-source -v -c .
2008-11-05  Dr. Stephen HensonUpdate obsolete email address...
2007-09-07  Dr. Stephen HensonChange safestack reimplementation to match 0.9.8.
2007-04-09  Dr. Stephen HensonDon't ignore config_name parameter passed to OPENSSL_co...
2007-04-01  Ben LaurieDon't die if the value is NULL (Coverity CID 98).
2005-05-11  Bodo MöllerFix more error codes.
2005-04-26  Bodo MöllerFix various incorrect error function codes.
2005-04-07  Nils Larschmake sure error queue is totally emptied
2003-12-27  Richard LevitteUse BUF_strlcpy() instead of strcpy().
2003-11-29  Richard LevitteWe're getting a clash with C++ because it has a type...
2002-07-30  Lutz JänickeOpenSSL Security Advisory [30 July 2002]
2002-03-18  Bodo MöllerFix bugs and typos.
2002-02-22  Dr. Stephen HensonConfig code updates.
2002-02-21  Dr. Stephen HensonConfig file updates from stable branch
2002-01-22  Dr. Stephen HensonConstification.
2002-01-22  Dr. Stephen Hensondefault_algorithms option in ENGINE config.
2002-01-21  Dr. Stephen HensonInitial ENGINE config module, docs to follow.
2002-01-18  Ben LaurieConstification, add config to /dev/crypto.
2002-01-18  Ben LaurieOther errors are possible.
2002-01-18  Ben LaurieConstification, missing declaration, update dependencies.
2002-01-12  Ben LaurieReturn value could be undefined.
2002-01-05  Dr. Stephen HensonExperimental configuration code.