fix ERR_add_error_vdata() for use with multiple args/calls
[openssl.git] / crypto / err / err.c
2019-08-29 Dr. David von Oheimbfix ERR_add_error_vdata() for use with multiple args...
2019-07-31 Richard LevitteERR: fix err_data_size inconsistencies
2019-07-31 Richard LevitteERR: Remove ERR_put_func_error() and reimplement ERR_pu...
2019-07-31 Richard LevitteERR: refactor useful inner macros to err_locl.h. Add...
2019-07-30 Richard LevitteERR: re-use the err_data field when possible
2019-07-22 Rich SalzAdd ERR_put_func_error, and use it.
2019-07-16 Rich SalzRemove function name from errors
2019-06-19 Matt CaswellProvide an ability to deregister thread stop handlers
2019-06-18 Rich SalzChange ERR_add_error_[v]data to append
2019-06-17 Matt CaswellTell the FIPS provider about thread stop events
2019-06-17 Matt CaswellConvert thread stop handling into a publish/subscribe...
2019-06-04 Vitezslav Cizekbuild_SYS_str_reasons: Fix a crash caused by overlong...
2019-05-30 Andreas KretschmerCertificate Management Protocol (CMP, RFC 4210) extensi...
2019-04-19 Matt CaswellCreate provider errors and use them
2019-03-22 Bernd EdlingerMake err_clear_constant_time really constant time
2019-03-12 David von Oheimb2nd chunk: CRMF code (crypto/crmf/, ) and its integration
2019-01-29 Matt CaswellDon't leak memory from ERR_add_error_vdata()
2019-01-27 Antonio Iaconocrypto/cms: Add support for CAdES Basic Electronic...
2019-01-07 Viktor DukhovniMore configurable crypto and ssl library initialization
2018-12-14 Richard LevitteERR: preserve system error number in a few more places
2018-12-10 Matt CaswellMake sure build_SYS_str_reasons() preserves errno
2018-12-08 Andy Polyakoverr/err.c: improve err_clear_last_constant_time's porta...
2018-12-06 Richard LevitteFollowing the license change, modify the boilerplates...
2018-12-06 Richard LevitteRefactor the computation of API version limits
2018-11-30 Andy Polyakoverr/err.c: add err_clear_last_constant_time.
2018-11-24 Richard LevitteVMS: fix collected error strings
2018-11-23 Richard LevitteSmarter build of system error text database
2018-04-20 Bernd EdlingerEnsure the thread keys are always allocated in the...
2018-04-04 Bernd EdlingerPrevent a possible recursion in ERR_get_state and fix...
2018-04-03 Rich SalzSet error code on alloc failures
2018-03-27 Rich SalzAllow NULL for some _free routines.
2018-03-27 Matt CaswellRemove some code for a contributor that we cannot find
2018-03-19 Jack LloydAdd SM2 signature and ECIES schemes
2018-03-07 Viktor DukhovniPrepare to detect index changes in OCSP responder.
2018-02-13 Matt CaswellUpdate copyright year
2018-01-31 Benjamin KadukRevert the crypto "global lock" implementation
2017-12-12 Richard LevitteFix leak in ERR_get_state() when OPENSSL_init_crypto...
2017-12-08 FdaSilvaYYAddress some code-analysis issues.
2017-10-18 KaoruTodaRemove parentheses of return.
2017-10-07 Rich SalzRewrite some code
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
next