]> git.ipfire.org Git - thirdparty/openssl.git/history - crypto/err/err.c
Remove unnecessary #include <openssl/lhash.h> directives.
[thirdparty/openssl.git] / crypto / err / err.c
2017-09-28  PauliRemove unnecessary #include <openssl/lhash.h> directives.
2017-08-31  Rich SalzAdd CRYPTO_thread_glock_new
2017-08-22  Rich SalzUse "" not <> for internal/ includes
2017-08-18  Andy Polyakoverr/err.c: improve readability.
2017-08-18  Andy Polyakoverr/err.c: fix "wraparound" bug in ERR_set_error_data.
2017-08-15  Richard LevitteAdd ERR_clear_last_mark()
2017-07-27  Benjamin KadukDefine a value for SYS_F_FCNTL
2017-07-13  Rich SalzFix bug in err_string_data_cmp
2017-07-05  Rich SalzFix crash
2017-07-05  Rich SalzUndo commit 40720ce
2017-06-29  Richard LevitteSTORE 'file' scheme loader: Add directory listing capab...
2017-06-29  Richard LevitteAdd the STORE module
2017-06-29  Richard LevitteMake it possible to refer to ERR_R_UI_LIB
2017-06-28  Richard LevitteAdd new /dev/crypto engine
2017-06-28  Richard LevitteAdd the common error ERR_R_OPERATION_FAIL
2017-06-19  Bernd EdlingerFix the error handling in ERR_get_state:
2017-06-14  Bernd EdlingerFix a possible crash in the error handling.
2017-06-07  Rich Salzmake error tables const and separate header file
2017-05-31  Rich SalzOnly release thread-local key if we created it.
2017-04-28  Rich SalzCheck fflush on BIO_ctrl call
2017-03-27  Richard LevitteIn err_cleanup(), cleanup the thread local storage too
2016-12-08  Richard LevitteIn UI_OpenSSL's open(), generate an error on unknown...
2016-10-15  Matt CaswellEnsure we handle len == 0 in ERR_err_string_n
2016-09-08  Matt CaswellFix mem leaks during auto-deinit
2016-08-04  Rich SalzRemove get_hash completely
2016-08-04  Rich SalzRemove "lockit" from internal error-hash function
2016-07-20  Kurt RoeckxCheck for errors allocating the error strings.
2016-07-19  Richard LevitteChange all our uses of CRYPTO_THREAD_run_once to use...
2016-06-27  Matt CaswellFix some OPENSSL_API_COMPAT values
2016-05-23  Matt CaswellUse strerror_r()/strerror_s() instead of strerror(...
2016-05-23  Rich SalzRemove unused error/function codes.
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.
next