EC point multiplication: add `ladder` scaffold
[openssl.git] / crypto / err / err.c
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
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...
next