summaryrefslogtreecommitdiff
path: root/crypto/err/err.c
Commit message (Expand)AuthorAgeFilesLines
* Add missing error code strings.steve2011-04-061-0/+3
* FIPS mode ERR changes. Redirect errors to tiny FIPS callbacks to avoid ERRsteve2011-01-261-0/+2
* add va_list version of ERR_add_error_datasteve2011-01-141-5/+8
* Remove the dual-callback scheme for numeric and pointer thread IDs,geoff2008-08-061-22/+18
* Revert my earlier CRYPTO_THREADID commit, I will commit a reworkedgeoff2008-07-031-18/+22
* Update from stable branch.steve2008-06-161-1/+2
* Stop warning about extra ';' outside of function.steve2008-05-311-4/+4
* LHASH revamp. make depend.ben2008-05-261-71/+65
* There was a need to support thread ID types that couldn't be reliably castgeoff2008-03-281-23/+19
* And so it begins...steve2008-03-121-0/+1
* Experimental HMAC support via EVP_PKEY_METHOD.steve2007-04-111-0/+1
* New functions CRYPTO_set_idptr_callback(),bodo2006-06-231-8/+20
* Thread-safety fixesbodo2006-06-141-2/+13
* RFC 3161 compliant time stamp request creation, response generationulf2006-02-121-0/+2
* add additional checks + cleanupnils2006-01-291-1/+1
* Move cryptlib.h prior bio.h. Actually it makes sense to include cryptlib.happro2005-05-171-1/+1
* Include error library value in C error source files instead of fixing upsteve2005-04-121-2/+4
* some const fixes and cleanupnils2005-04-051-7/+7
* Give everything prototypes (well, everything that's actually used).ben2005-03-311-1/+1
* Oops, wrong version...steve2004-07-271-1/+0
* Add FIPS library name to error routines.steve2004-07-271-0/+1
* We're passed p, so let's use p instead of making assumptions.levitte2004-01-241-4/+4
* Use BUF_strlcpy() instead of strcpy().levitte2003-12-271-1/+1
* Add reference counting around the thread state hash table.levitte2003-09-271-1/+41
* Remove unused variablelevitte2003-06-111-2/+0
* Add functionality to set marks on the error stack and to pop all errors to th...levitte2003-06-111-5/+46
* Make the no-err option work properlylevitte2003-02-181-0/+2
* New error code ERR_R_DISABLEDbodo2002-08-021-0/+1
* Handle read errors.ben2002-06-111-0/+1
* For some reason, getting the topmost error was done the same way aslevitte2002-02-141-1/+1
* sort functions ...bodo2002-01-241-6/+9
* New functionsbodo2002-01-241-16/+31
* Make no config file not an error. Move /dev/crypto config to ctrl.ben2002-01-221-0/+7
* In case of memory problems, the va_start() wasn't cleaned with a va_end().levitte2001-09-241-1/+2
* fix memory leak (I think)bodo2001-09-101-16/+24
* Totally get rid of CRYPTO_LOCK_ERR_HASH.bodo2001-09-061-54/+68
* typobodo2001-09-041-1/+1
* Now that we have ERR_unload_strings(), ERR_load_ERR_strings() mustbodo2001-09-041-22/+24
* changing something requires a write lock, not a read lockbodo2001-09-041-7/+15
* Add a new ERR function, "ERR_unload_strings", to complement the existinggeoff2001-09-031-0/+26
* This changes the "ERR" code to have all access to state (a hash table ofgeoff2001-08-251-137/+276
* More error_data memory leaksbodo2001-03-151-6/+5
* Use err_clear_data macrobodo2001-03-131-3/+2
* fix memory leak in err.cbodo2001-03-121-1/+9
* Fix ERR_R_... problems.bodo2001-03-071-32/+27
* Move ec.h to ec2.h because it is not compatible with what we will use.bodo2001-03-051-0/+1
* Use new-style system-id macros everywhere possible. I hope I haven'tlevitte2001-02-201-1/+1
* Make all configuration macros available for application by makinglevitte2001-02-191-2/+2
* Modify OCSP API to more closely reflectsteve2001-01-051-0/+1
* Constification of the data of a hash table. This means the callbacklevitte2000-12-131-8/+8