summaryrefslogtreecommitdiffstats
path: root/crypto/err
AgeCommit message (Expand)Author
2017-02-28Clean up references to FIPSEmilia Kasper
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
2016-02-10The new init functions can now fail so shouldn't be voidMatt Caswell
2016-02-10Rename INIT funtions, deprecate old ones.Rich Salz
2016-02-09Auto init/deinit libcryptoMatt Caswell
2016-02-04Use WSAGetLastError() on windowsKurt Roeckx
2016-02-03Refactoring BIO: new socket-handling functions, deprecate older onesRichard Levitte
2016-02-03Refactoring BIO: add error macros & text, and make updateRichard Levitte
2016-02-01unified build scheme: add build.info filesRichard Levitte
2016-01-29Templatize util/domdRich Salz