aboutsummaryrefslogtreecommitdiffstats
path: root/crypto/err/err.c
Commit message (Expand)AuthorAgeFilesLines
* The err_cleanup() funtion is internal so shouldn't be exportedMatt Caswell2016-04-141-1/+1
* Ensure all locks are properly cleaned upMatt Caswell2016-04-141-2/+7
* Rename int_*() functions to *_int()Matt Caswell2016-04-131-1/+1
* Rename lots of *_intern or *_internal function to int_*Matt Caswell2016-04-131-1/+1
* Deprecate ERR_free_strings() and make it a no-opMatt Caswell2016-04-131-2/+2
* Convert ERR_STRING_DATA to new multi-threading APIAlessandro Ghedini2016-03-081-22/+39
* Convert ERR_STATE to new multi-threading APIAlessandro Ghedini2016-03-081-166/+32
* Add KDF error codesDr. Stephen Henson2016-03-021-0/+1
* Public API for Certificate TransparencyRob Percival2016-02-261-0/+1
* Move to REF_DEBUG, for consistency.Rich Salz2016-02-111-14/+11
* Attempt to log an error if init failedMatt Caswell2016-02-101-0/+1
* The new init functions can now fail so shouldn't be voidMatt Caswell2016-02-101-1/+2
* Rename INIT funtions, deprecate old ones.Rich Salz2016-02-101-2/+1
* Auto init/deinit libcryptoMatt Caswell2016-02-091-1/+5
* Use WSAGetLastError() on windowsKurt Roeckx2016-02-041-0/+1
* Refactoring BIO: new socket-handling functions, deprecate older onesRichard Levitte2016-02-031-0/+3
* Refactoring BIO: add error macros & text, and make updateRichard Levitte2016-02-031-0/+2
* Remove /* foo.c */ commentsRich Salz2016-01-261-1/+0
* Add lh_new() inliningDr. Stephen Henson2016-01-111-15/+3
* Inline LHASH_OFDr. Stephen Henson2016-01-111-3/+1
* Backwards-compatibility subject to OPENSSL_API_COMPATViktor Dukhovni2016-01-071-1/+2
* Avoid using a dangling pointer when removing the last itemKurt Roeckx2015-12-231-0/+2
* Cleanup CRYPTO_{push,pop}_infoRich Salz2015-12-221-4/+0
* Rename some BUF_xxx to OPENSSL_xxxRich Salz2015-12-161-1/+1
* Add ASYNC error codesMatt Caswell2015-11-201-0/+1
* Continue standardising malloc style for libcryptoMatt Caswell2015-11-091-2/+2
* Identify and move common internal libcrypto header filesRichard Levitte2015-05-141-1/+1
* Use safer sizeof variant in mallocRich Salz2015-05-041-3/+3
* free NULL cleanup -- codaRich Salz2015-05-011-4/+2
* free NULL cleanup 11Rich Salz2015-05-011-4/+2
* free null cleanup finaleRich Salz2015-05-011-2/+1
* realloc of NULL is like mallocRich Salz2015-04-281-2/+2
* remove malloc castsRich Salz2015-04-281-1/+1
* ERR_ cleanupRich Salz2015-04-281-224/+87
* OPENSSL_NO_xxx cleanup: many removalsRich Salz2015-01-271-2/+0
* Run util/openssl-format-source -v -c .Matt Caswell2015-01-221-823/+830
* misspellings fixes by https://github.com/vlajos/misspell_fixerVeres Lajos2013-09-051-1/+1
* Add missing error code strings.Dr. Stephen Henson2011-04-061-0/+3
* FIPS mode ERR changes. Redirect errors to tiny FIPS callbacks to avoid ERRDr. Stephen Henson2011-01-261-0/+2
* add va_list version of ERR_add_error_dataDr. Stephen Henson2011-01-141-5/+8
* Remove the dual-callback scheme for numeric and pointer thread IDs,Geoff Thorpe2008-08-061-22/+18
* Revert my earlier CRYPTO_THREADID commit, I will commit a reworkedGeoff Thorpe2008-07-031-18/+22
* Update from stable branch.Dr. Stephen Henson2008-06-161-1/+2
* Stop warning about extra ';' outside of function.Dr. Stephen Henson2008-05-311-4/+4
* LHASH revamp. make depend.Ben Laurie2008-05-261-71/+65
* There was a need to support thread ID types that couldn't be reliably castGeoff Thorpe2008-03-281-23/+19
* And so it begins...Dr. Stephen Henson2008-03-121-0/+1
* Experimental HMAC support via EVP_PKEY_METHOD.Dr. Stephen Henson2007-04-111-0/+1
* New functions CRYPTO_set_idptr_callback(),Bodo Möller2006-06-231-8/+20
* Thread-safety fixesBodo Möller2006-06-141-2/+13