| Commit message (Expand) | Author | Age | Files | Lines |
| * | Add missing error code strings. | steve | 2011-04-06 | 1 | -0/+3 |
| * | FIPS mode ERR changes. Redirect errors to tiny FIPS callbacks to avoid ERR | steve | 2011-01-26 | 1 | -0/+2 |
| * | add va_list version of ERR_add_error_data | steve | 2011-01-14 | 1 | -5/+8 |
| * | Remove the dual-callback scheme for numeric and pointer thread IDs, | geoff | 2008-08-06 | 1 | -22/+18 |
| * | Revert my earlier CRYPTO_THREADID commit, I will commit a reworked | geoff | 2008-07-03 | 1 | -18/+22 |
| * | Update from stable branch. | steve | 2008-06-16 | 1 | -1/+2 |
| * | Stop warning about extra ';' outside of function. | steve | 2008-05-31 | 1 | -4/+4 |
| * | LHASH revamp. make depend. | ben | 2008-05-26 | 1 | -71/+65 |
| * | There was a need to support thread ID types that couldn't be reliably cast | geoff | 2008-03-28 | 1 | -23/+19 |
| * | And so it begins... | steve | 2008-03-12 | 1 | -0/+1 |
| * | Experimental HMAC support via EVP_PKEY_METHOD. | steve | 2007-04-11 | 1 | -0/+1 |
| * | New functions CRYPTO_set_idptr_callback(), | bodo | 2006-06-23 | 1 | -8/+20 |
| * | Thread-safety fixes | bodo | 2006-06-14 | 1 | -2/+13 |
| * | RFC 3161 compliant time stamp request creation, response generation | ulf | 2006-02-12 | 1 | -0/+2 |
| * | add additional checks + cleanup | nils | 2006-01-29 | 1 | -1/+1 |
| * | Move cryptlib.h prior bio.h. Actually it makes sense to include cryptlib.h | appro | 2005-05-17 | 1 | -1/+1 |
| * | Include error library value in C error source files instead of fixing up | steve | 2005-04-12 | 1 | -2/+4 |
| * | some const fixes and cleanup | nils | 2005-04-05 | 1 | -7/+7 |
| * | Give everything prototypes (well, everything that's actually used). | ben | 2005-03-31 | 1 | -1/+1 |
| * | Oops, wrong version... | steve | 2004-07-27 | 1 | -1/+0 |
| * | Add FIPS library name to error routines. | steve | 2004-07-27 | 1 | -0/+1 |
| * | We're passed p, so let's use p instead of making assumptions. | levitte | 2004-01-24 | 1 | -4/+4 |
| * | Use BUF_strlcpy() instead of strcpy(). | levitte | 2003-12-27 | 1 | -1/+1 |
| * | Add reference counting around the thread state hash table. | levitte | 2003-09-27 | 1 | -1/+41 |
| * | Remove unused variable | levitte | 2003-06-11 | 1 | -2/+0 |
| * | Add functionality to set marks on the error stack and to pop all errors to th... | levitte | 2003-06-11 | 1 | -5/+46 |
| * | Make the no-err option work properly | levitte | 2003-02-18 | 1 | -0/+2 |
| * | New error code ERR_R_DISABLED | bodo | 2002-08-02 | 1 | -0/+1 |
| * | Handle read errors. | ben | 2002-06-11 | 1 | -0/+1 |
| * | For some reason, getting the topmost error was done the same way as | levitte | 2002-02-14 | 1 | -1/+1 |
| * | sort functions ... | bodo | 2002-01-24 | 1 | -6/+9 |
| * | New functions | bodo | 2002-01-24 | 1 | -16/+31 |
| * | Make no config file not an error. Move /dev/crypto config to ctrl. | ben | 2002-01-22 | 1 | -0/+7 |
| * | In case of memory problems, the va_start() wasn't cleaned with a va_end(). | levitte | 2001-09-24 | 1 | -1/+2 |
| * | fix memory leak (I think) | bodo | 2001-09-10 | 1 | -16/+24 |
| * | Totally get rid of CRYPTO_LOCK_ERR_HASH. | bodo | 2001-09-06 | 1 | -54/+68 |
| * | typo | bodo | 2001-09-04 | 1 | -1/+1 |
| * | Now that we have ERR_unload_strings(), ERR_load_ERR_strings() must | bodo | 2001-09-04 | 1 | -22/+24 |
| * | changing something requires a write lock, not a read lock | bodo | 2001-09-04 | 1 | -7/+15 |
| * | Add a new ERR function, "ERR_unload_strings", to complement the existing | geoff | 2001-09-03 | 1 | -0/+26 |
| * | This changes the "ERR" code to have all access to state (a hash table of | geoff | 2001-08-25 | 1 | -137/+276 |
| * | More error_data memory leaks | bodo | 2001-03-15 | 1 | -6/+5 |
| * | Use err_clear_data macro | bodo | 2001-03-13 | 1 | -3/+2 |
| * | fix memory leak in err.c | bodo | 2001-03-12 | 1 | -1/+9 |
| * | Fix ERR_R_... problems. | bodo | 2001-03-07 | 1 | -32/+27 |
| * | Move ec.h to ec2.h because it is not compatible with what we will use. | bodo | 2001-03-05 | 1 | -0/+1 |
| * | Use new-style system-id macros everywhere possible. I hope I haven't | levitte | 2001-02-20 | 1 | -1/+1 |
| * | Make all configuration macros available for application by making | levitte | 2001-02-19 | 1 | -2/+2 |
| * | Modify OCSP API to more closely reflect | steve | 2001-01-05 | 1 | -0/+1 |
| * | Constification of the data of a hash table. This means the callback | levitte | 2000-12-13 | 1 | -8/+8 |