]> git.ipfire.org Git - thirdparty/openssl.git/history - crypto/conf/conf_mod.c
Remove /* foo.c */ comments
[thirdparty/openssl.git] / crypto / conf / conf_mod.c
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.