aboutsummaryrefslogtreecommitdiff
path: root/crypto/err
AgeCommit message (Expand)AuthorFilesLines
2016-07-20Check for errors allocating the error strings.Kurt Roeckx2-37/+45
2016-07-19Change all our uses of CRYPTO_THREAD_run_once to use RUN_ONCE insteadRichard Levitte1-12/+27
2016-07-08GH1278: Removed error code for alertsRich Salz1-0/+32
2016-06-27Fix some OPENSSL_API_COMPAT valuesMatt Caswell1-1/+1
2016-06-09Clean up "generic" intro pod files.Rich Salz1-0/+44
2016-05-23Use strerror_r()/strerror_s() instead of strerror() where possibleMatt Caswell1-5/+1
2016-05-23Remove unused error/function codes.Rich Salz2-13/+1
2016-05-18Cleanup openssl.ecRichard Levitte1-2/+1
2016-05-17Copyright consolidation 05/10Rich Salz3-215/+18
2016-05-16Fold threads.h into crypto.h making API publicViktor Dukhovni2-2/+0
2016-05-10Restore the ERR_remove_thread_state() API and make it a no-opRichard Levitte1-2/+7
2016-04-20Remove --classic build entirelyRichard Levitte1-43/+0
2016-04-14The err_cleanup() funtion is internal so shouldn't be exportedMatt Caswell1-1/+1
2016-04-14Ensure all locks are properly cleaned upMatt Caswell1-2/+7
2016-04-13Need err_load_crypto_strings_int declared.Rich Salz1-1/+1
2016-04-13Rename int_*() functions to *_int()Matt Caswell2-2/+2
2016-04-13Rename lots of *_intern or *_internal function to int_*Matt Caswell2-2/+2
2016-04-13Deprecate ERR_free_strings() and make it a no-opMatt Caswell1-2/+2
2016-04-06Fix no-ocspMatt Caswell1-0/+2
2016-03-31Fix "no-ui" configurationRichard Levitte1-0/+2
2016-03-29Fix a big leak when using stack-allocated BIO items.FdaSilvaYY1-17/+12
2016-03-23Move dso.h to internalRich Salz2-2/+2
2016-03-21Remove the remainder of util/mk1mf.pl and companion scriptsRichard Levitte1-3/+0
2016-03-20Remove #error from include files.Rich Salz1-24/+8
2016-03-18Implement support for no-tsRichard Levitte1-0/+2
2016-03-09Remove the old threading APIMatt Caswell1-5/+13
2016-03-09err_lcl.h is gone, don't pretend it's thereRichard Levitte1-1/+1
2016-03-08Convert ERR_STRING_DATA to new multi-threading APIAlessandro Ghedini1-22/+39
2016-03-08Convert ERR_STATE to new multi-threading APIAlessandro Ghedini2-168/+32
2016-03-02Add KDF error codesDr. Stephen Henson3-0/+4
2016-02-26Public API for Certificate TransparencyRob Percival3-2/+6
2016-02-20Always build library object files with shared library cflagsRichard Levitte1-1/+1
2016-02-18Remove all special make depend flags, as well as OPENSSL_DOING_MAKEDEPENDRichard Levitte1-1/+1
2016-02-17Remove JPAKERich Salz2-7/+0
2016-02-11Move to REF_DEBUG, for consistency.Rich Salz1-14/+11
2016-02-10Attempt to log an error if init failedMatt Caswell1-0/+1
2016-02-10The new init functions can now fail so shouldn't be voidMatt Caswell1-1/+2
2016-02-10Rename INIT funtions, deprecate old ones.Rich Salz1-2/+1
2016-02-09Auto init/deinit libcryptoMatt Caswell2-2/+7
2016-02-04Use WSAGetLastError() on windowsKurt Roeckx1-0/+1
2016-02-03Refactoring BIO: new socket-handling functions, deprecate older onesRichard Levitte1-0/+3
2016-02-03Refactoring BIO: add error macros & text, and make updateRichard Levitte1-0/+2
2016-02-01unified build scheme: add build.info filesRichard Levitte1-0/+3
2016-01-29Templatize util/domdRich Salz1-2/+1
2016-01-26Remove /* foo.c */ commentsRich Salz3-3/+0
2016-01-20Remove update tagsRich Salz1-2/+0
2016-01-17Remove some old makefile targetsRich Salz1-12/+0
2016-01-12Move Makefiles to Makefile.inRich Salz2-97/+61
2016-01-12make updateRichard Levitte1-1/+1
2016-01-11Use ossl_inline and DEFINE_LHASH_OFDr. Stephen Henson1-1/+1