summaryrefslogtreecommitdiffstats
path: root/crypto/err
AgeCommit message (Expand)Author
2017-12-12Fix leak in ERR_get_state() when OPENSSL_init_crypto() isn't called yetRichard Levitte
2017-12-08Standardize syntax of sizeof(foo)Rich Salz
2017-08-18err/err.c: fix "wraparound" bug in ERR_set_error_data.Andy Polyakov
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-05Only release thread-local key if we created it.Rich Salz
2017-05-04Fix pathname errors in errcode fileRich 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
2016-10-15Ensure we handle len == 0 in ERR_err_string_nMatt Caswell
2016-09-08Fix mem leaks during auto-deinitMatt Caswell
2016-08-04Remove get_hash completelyRich Salz
2016-08-04Remove "lockit" from internal error-hash functionRich Salz
2016-07-20Check for errors allocating the error strings.Kurt Roeckx
2016-07-19Change all our uses of CRYPTO_THREAD_run_once to use RUN_ONCE insteadRichard Levitte
2016-07-08GH1278: Removed error code for alertsRich Salz
2016-06-27Fix some OPENSSL_API_COMPAT valuesMatt Caswell
2016-06-09Clean up "generic" intro pod files.Rich Salz
2016-05-23Use strerror_r()/strerror_s() instead of strerror() where possibleMatt Caswell
2016-05-23Remove unused error/function codes.Rich Salz
2016-05-18Cleanup openssl.ecRichard Levitte
2016-05-17Copyright consolidation 05/10Rich Salz
2016-05-16Fold threads.h into crypto.h making API publicViktor Dukhovni
2016-05-10Restore the ERR_remove_thread_state() API and make it a no-opRichard Levitte
2016-04-20Remove --classic build entirelyRichard Levitte
2016-04-14The err_cleanup() funtion is internal so shouldn't be exportedMatt Caswell
2016-04-14Ensure all locks are properly cleaned upMatt Caswell
2016-04-13Need err_load_crypto_strings_int declared.Rich Salz
2016-04-13Rename int_*() functions to *_int()Matt Caswell
2016-04-13Rename lots of *_intern or *_internal function to int_*Matt Caswell
2016-04-13Deprecate ERR_free_strings() and make it a no-opMatt Caswell
2016-04-06Fix no-ocspMatt Caswell
2016-03-31Fix "no-ui" configurationRichard Levitte
2016-03-29Fix a big leak when using stack-allocated BIO items.FdaSilvaYY
2016-03-23Move dso.h to internalRich Salz
2016-03-21Remove the remainder of util/mk1mf.pl and companion scriptsRichard Levitte
2016-03-20Remove #error from include files.Rich Salz
2016-03-18Implement support for no-tsRichard Levitte
2016-03-09Remove the old threading APIMatt Caswell
2016-03-09err_lcl.h is gone, don't pretend it's thereRichard Levitte
2016-03-08Convert ERR_STRING_DATA to new multi-threading APIAlessandro Ghedini
2016-03-08Convert ERR_STATE to new multi-threading APIAlessandro Ghedini
2016-03-02Add KDF error codesDr. Stephen Henson
2016-02-26Public API for Certificate TransparencyRob Percival
2016-02-20Always build library object files with shared library cflagsRichard Levitte
2016-02-18Remove all special make depend flags, as well as OPENSSL_DOING_MAKEDEPENDRichard Levitte
2016-02-17Remove JPAKERich Salz
2016-02-11Move to REF_DEBUG, for consistency.Rich Salz
2016-02-10Attempt to log an error if init failedMatt Caswell