]> git.ipfire.org Git - thirdparty/openssl.git/history - crypto/err/err.c
Copyright consolidation 05/10
[thirdparty/openssl.git] / crypto / err / err.c
2016-05-17  Rich SalzCopyright consolidation 05/10
2016-05-16  Viktor DukhovniFold threads.h into crypto.h making API public
2016-05-10  Richard LevitteRestore the ERR_remove_thread_state() API and make...
2016-04-14  Matt CaswellThe err_cleanup() funtion is internal so shouldn't...
2016-04-14  Matt CaswellEnsure all locks are properly cleaned up
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 ERR_free_strings() and make it a no-op
2016-03-08  Alessandro GhediniConvert ERR_STRING_DATA to new multi-threading API
2016-03-08  Alessandro GhediniConvert ERR_STATE to new multi-threading API
2016-03-02  Dr. Stephen HensonAdd KDF error codes
2016-02-26  Rob PercivalPublic API for Certificate Transparency
2016-02-11  Rich SalzMove to REF_DEBUG, for consistency.
2016-02-10  Matt CaswellAttempt to log an error if init failed
2016-02-10  Matt CaswellThe new init functions can now fail so shouldn't be...
2016-02-10  Rich SalzRename INIT funtions, deprecate old ones.
2016-02-09  Matt CaswellAuto init/deinit libcrypto
2016-02-04  Kurt RoeckxUse WSAGetLastError() on windows
2016-02-03  Richard LevitteRefactoring BIO: new socket-handling functions, depreca...
2016-02-03  Richard LevitteRefactoring BIO: add error macros & text, and make...
2016-01-26  Rich SalzRemove /* foo.c */ comments
2016-01-11  Dr. Stephen HensonAdd lh_new() inlining
2016-01-11  Dr. Stephen HensonInline LHASH_OF
2016-01-08  Viktor DukhovniBackwards-compatibility subject to OPENSSL_API_COMPAT
2015-12-23  Kurt RoeckxAvoid using a dangling pointer when removing the last...
2015-12-22  Rich SalzCleanup CRYPTO_{push,pop}_info
2015-12-16  Rich SalzRename some BUF_xxx to OPENSSL_xxx
2015-11-20  Matt CaswellAdd ASYNC error codes
2015-11-09  Matt CaswellContinue standardising malloc style for libcrypto
2015-05-14  Richard LevitteIdentify and move common internal libcrypto header...
2015-05-04  Rich SalzUse safer sizeof variant in malloc
2015-05-01  Rich Salzfree NULL cleanup -- coda
2015-05-01  Rich Salzfree NULL cleanup 11
2015-05-01  Rich Salzfree null cleanup finale
2015-04-28  Rich Salzrealloc of NULL is like malloc
2015-04-28  Rich Salzremove malloc casts
2015-04-28  Rich SalzERR_ cleanup
2015-01-27  Rich SalzOPENSSL_NO_xxx cleanup: many removals
2015-01-22  Matt CaswellRun util/openssl-format-source -v -c .
2013-09-05  Veres Lajosmisspellings fixes by https://github.com/vlajos/misspel...
2011-04-06  Dr. Stephen HensonAdd missing error code strings.
2011-01-26  Dr. Stephen HensonFIPS mode ERR changes. Redirect errors to tiny FIPS...
2011-01-14  Dr. Stephen Hensonadd va_list version of ERR_add_error_data
2008-08-06  Geoff ThorpeRemove the dual-callback scheme for numeric and pointer...
2008-07-03  Geoff ThorpeRevert my earlier CRYPTO_THREADID commit, I will commit...
2008-06-16  Dr. Stephen HensonUpdate from stable branch.
2008-05-31  Dr. Stephen HensonStop warning about extra ';' outside of function.
2008-05-26  Ben LaurieLHASH revamp. make depend.
2008-03-28  Geoff ThorpeThere was a need to support thread ID types that couldn...
2008-03-12  Dr. Stephen HensonAnd so it begins...
2007-04-11  Dr. Stephen HensonExperimental HMAC support via EVP_PKEY_METHOD.
2006-06-23  Bodo MöllerNew functions CRYPTO_set_idptr_callback(),
2006-06-14  Bodo MöllerThread-safety fixes
2006-02-12  Ulf MöllerRFC 3161 compliant time stamp request creation, respons...
2006-01-29  Nils Larschadd additional checks + cleanup
2005-05-17  Andy PolyakovMove cryptlib.h prior bio.h. Actually it makes sense...
2005-04-12  Dr. Stephen HensonInclude error library value in C error source files...
2005-04-05  Nils Larschsome const fixes and cleanup
2005-03-31  Ben LaurieGive everything prototypes (well, everything that's...
2004-07-27  Dr. Stephen HensonOops, wrong version...
2004-07-27  Dr. Stephen HensonAdd FIPS library name to error routines.
2004-01-24  Richard LevitteWe're passed p, so let's use p instead of making assump...
2003-12-27  Richard LevitteUse BUF_strlcpy() instead of strcpy().
2003-09-27  Richard LevitteAdd reference counting around the thread state hash...
2003-06-11  Richard LevitteRemove unused variable
2003-06-11  Richard LevitteAdd functionality to set marks on the error stack and...
2003-02-18  Richard LevitteMake the no-err option work properly
2002-08-02  Bodo MöllerNew error code ERR_R_DISABLED
2002-06-11  Ben LaurieHandle read errors.
2002-02-14  Richard LevitteFor some reason, getting the topmost error was done...
2002-01-24  Bodo Möllersort functions ...
2002-01-24  Bodo MöllerNew functions
2002-01-22  Ben LaurieMake no config file not an error. Move /dev/crypto...
2001-09-24  Richard LevitteIn case of memory problems, the va_start() wasn't clean...
2001-09-10  Bodo Möllerfix memory leak (I think)
2001-09-06  Bodo MöllerTotally get rid of CRYPTO_LOCK_ERR_HASH.
2001-09-04  Bodo Möllertypo
2001-09-04  Bodo MöllerNow that we have ERR_unload_strings(), ERR_load_ERR_str...
2001-09-04  Bodo Möllerchanging something requires a write lock, not a read...
2001-09-03  Geoff ThorpeAdd a new ERR function, "ERR_unload_strings", to comple...
2001-08-25  Geoff ThorpeThis changes the "ERR" code to have all access to state...
2001-03-15  Bodo MöllerMore error_data memory leaks
2001-03-13  Bodo MöllerUse err_clear_data macro
2001-03-12  Bodo Möllerfix memory leak in err.c
2001-03-07  Bodo MöllerFix ERR_R_... problems.
2001-03-05  Bodo MöllerMove ec.h to ec2.h because it is not compatible with...
2001-02-20  Richard LevitteUse new-style system-id macros everywhere possible...
2001-02-19  Richard LevitteMake all configuration macros available for application...
2001-01-05  Dr. Stephen HensonModify OCSP API to more closely reflect
2000-12-13  Richard LevitteConstification of the data of a hash table. This means...
2000-12-08  Geoff ThorpeNext step in tidying up the LHASH code.
2000-12-04  Geoff ThorpeMake the remaining LHASH macro changes. This should...
2000-12-01  Geoff ThorpeFirst step in tidying up the LHASH code. The callback...
2000-10-26  Richard LevitteMerge the engine branch into the main trunk. All confl...
2000-08-28  Ben LaurieUse the passed buffer in ERR_error_string!
2000-07-26  Dr. Stephen HensonFix warnings.
2000-07-25  Richard LevitteAvoid a race condition if another thread happens to...
2000-07-21  Bodo MöllerBugfix: use write locks, not just read locks
2000-06-01  Richard LevitteThere have been a number of complaints from a number...
2000-05-24  Dr. Stephen HensonAdd DSA library string. Workaround for IIS .key file...
next