summaryrefslogtreecommitdiffstats
path: root/crypto/err/err.c
AgeCommit message (Expand)Author
2021-12-14Update copyright yearMatt Caswell
2021-11-23ERR: Add a missing common reason stringRichard Levitte
2019-09-27Reorganize local header filesDr. Matthias St. Pierre
2019-09-27Reorganize private crypto header filesDr. Matthias St. Pierre
2019-06-04build_SYS_str_reasons: Fix a crash caused by overlong localesVitezslav Cizek
2019-03-22Make err_clear_constant_time really constant timeBernd Edlinger
2019-02-26Update copyright yearMatt Caswell
2019-01-29Don't leak memory from ERR_add_error_vdata()Matt Caswell
2019-01-07More configurable crypto and ssl library initializationViktor Dukhovni
2018-12-14ERR: preserve system error number in a few more placesRichard Levitte
2018-12-10Make sure build_SYS_str_reasons() preserves errnoMatt Caswell
2018-12-08err/err.c: improve err_clear_last_constant_time's portability.Andy Polyakov
2018-11-30err/err.c: add err_clear_last_constant_time.Andy Polyakov
2018-11-24VMS: fix collected error stringsRichard Levitte
2018-11-23Smarter build of system error text databaseRichard Levitte
2018-04-20Ensure the thread keys are always allocated in the same orderBernd Edlinger
2018-04-04Prevent a possible recursion in ERR_get_state and fix the problem thatBernd Edlinger
2018-04-03Set error code on alloc failuresRich Salz
2018-03-27Allow NULL for some _free routines.Rich Salz
2018-03-27Remove some code for a contributor that we cannot findMatt Caswell
2018-03-19Add SM2 signature and ECIES schemesJack Lloyd
2018-03-07Prepare to detect index changes in OCSP responder.Viktor Dukhovni
2018-02-13Update copyright yearMatt Caswell
2018-01-31Revert the crypto "global lock" implementationBenjamin Kaduk
2017-12-12Fix leak in ERR_get_state() when OPENSSL_init_crypto() isn't called yetRichard Levitte
2017-12-08Address some code-analysis issues.FdaSilvaYY
2017-10-18Remove parentheses of return.KaoruToda
2017-10-07Rewrite some codeRich Salz
2017-09-29Remove unnecessary #include <openssl/lhash.h> directives.Pauli
2017-08-31Add CRYPTO_thread_glock_newRich Salz
2017-08-22Use "" not <> for internal/ includesRich Salz
2017-08-18err/err.c: improve readability.Andy Polyakov
2017-08-18err/err.c: fix "wraparound" bug in ERR_set_error_data.Andy Polyakov
2017-08-15Add ERR_clear_last_mark()Richard Levitte
2017-07-27Define a value for SYS_F_FCNTLBenjamin Kaduk
2017-07-13Fix bug in err_string_data_cmpRich Salz
2017-07-05Fix crashRich Salz
2017-07-05Undo commit 40720ceRich Salz
2017-06-29STORE 'file' scheme loader: Add directory listing capabilityRichard Levitte
2017-06-29Add the STORE moduleRichard Levitte
2017-06-29Make it possible to refer to ERR_R_UI_LIBRichard Levitte
2017-06-28Add new /dev/crypto engineRichard Levitte
2017-06-28Add the common error ERR_R_OPERATION_FAILRichard Levitte
2017-06-19Fix the error handling in ERR_get_state:Bernd Edlinger
2017-06-13Fix a possible crash in the error handling.Bernd Edlinger
2017-06-07make error tables const and separate header fileRich Salz
2017-05-31Only release thread-local key if we created it.Rich Salz
2017-04-28Check fflush on BIO_ctrl callRich Salz
2017-03-27In err_cleanup(), cleanup the thread local storage tooRichard Levitte
2016-12-08In UI_OpenSSL's open(), generate an error on unknown errnoRichard Levitte