aboutsummaryrefslogtreecommitdiffstats
path: root/crypto/err/err.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* RFC 3161 compliant time stamp request creation, response generationUlf Möller2006-02-121-0/+2
* add additional checks + cleanupNils Larsch2006-01-291-1/+1
* Move cryptlib.h prior bio.h. Actually it makes sense to include cryptlib.hAndy Polyakov2005-05-171-1/+1
* Include error library value in C error source files instead of fixing upDr. Stephen Henson2005-04-121-2/+4
* some const fixes and cleanupNils Larsch2005-04-051-7/+7
* Give everything prototypes (well, everything that's actually used).Ben Laurie2005-03-311-1/+1
* Oops, wrong version...Dr. Stephen Henson2004-07-271-1/+0
* Add FIPS library name to error routines.Dr. Stephen Henson2004-07-271-0/+1
* We're passed p, so let's use p instead of making assumptions.Richard Levitte2004-01-241-4/+4
* Use BUF_strlcpy() instead of strcpy().Richard Levitte2003-12-271-1/+1
* Add reference counting around the thread state hash table.Richard Levitte2003-09-271-1/+41
* Remove unused variableRichard Levitte2003-06-111-2/+0
* Add functionality to set marks on the error stack and to pop all errors to th...Richard Levitte2003-06-111-5/+46
* Make the no-err option work properlyRichard Levitte2003-02-181-0/+2
* New error code ERR_R_DISABLEDBodo Möller2002-08-021-0/+1
* Handle read errors.Ben Laurie2002-06-111-0/+1
* For some reason, getting the topmost error was done the same way asRichard Levitte2002-02-141-1/+1
* sort functions ...Bodo Möller2002-01-241-6/+9
* New functionsBodo Möller2002-01-241-16/+31
* Make no config file not an error. Move /dev/crypto config to ctrl.Ben Laurie2002-01-221-0/+7
* In case of memory problems, the va_start() wasn't cleaned with a va_end().Richard Levitte2001-09-241-1/+2
* fix memory leak (I think)Bodo Möller2001-09-101-16/+24
* Totally get rid of CRYPTO_LOCK_ERR_HASH.Bodo Möller2001-09-061-54/+68
* typoBodo Möller2001-09-041-1/+1
* Now that we have ERR_unload_strings(), ERR_load_ERR_strings() mustBodo Möller2001-09-041-22/+24
* changing something requires a write lock, not a read lockBodo Möller2001-09-041-7/+15
* Add a new ERR function, "ERR_unload_strings", to complement the existingGeoff Thorpe2001-09-031-0/+26
* This changes the "ERR" code to have all access to state (a hash table ofGeoff Thorpe2001-08-251-137/+276
* More error_data memory leaksBodo Möller2001-03-151-6/+5
* Use err_clear_data macroBodo Möller2001-03-131-3/+2
* fix memory leak in err.cBodo Möller2001-03-121-1/+9