summaryrefslogtreecommitdiffstats
path: root/crypto/err/err.c
AgeCommit message (Expand)Author
2008-03-12And so it begins...Dr. Stephen Henson
2007-04-11Experimental HMAC support via EVP_PKEY_METHOD.Dr. Stephen Henson
2006-06-23New functions CRYPTO_set_idptr_callback(),Bodo Möller
2006-06-14Thread-safety fixesBodo Möller
2006-02-12RFC 3161 compliant time stamp request creation, response generationUlf Möller
2006-01-29add additional checks + cleanupNils Larsch
2005-05-17Move cryptlib.h prior bio.h. Actually it makes sense to include cryptlib.hAndy Polyakov
2005-04-12Include error library value in C error source files instead of fixing upDr. Stephen Henson
2005-04-05some const fixes and cleanupNils Larsch
2005-03-31Give everything prototypes (well, everything that's actually used).Ben Laurie
2004-07-27Oops, wrong version...Dr. Stephen Henson
2004-07-27Add FIPS library name to error routines.Dr. Stephen Henson
2004-01-24We're passed p, so let's use p instead of making assumptions.Richard Levitte
2003-12-27Use BUF_strlcpy() instead of strcpy().Richard Levitte
2003-09-27Add reference counting around the thread state hash table.Richard Levitte
2003-06-11Remove unused variableRichard Levitte
2003-06-11Add functionality to set marks on the error stack and to pop all errors to th...Richard Levitte
2003-02-18Make the no-err option work properlyRichard Levitte
2002-08-02New error code ERR_R_DISABLEDBodo Möller
2002-06-11Handle read errors.Ben Laurie
2002-02-14For some reason, getting the topmost error was done the same way asRichard Levitte
2002-01-24sort functions ...Bodo Möller
2002-01-24New functionsBodo Möller
2002-01-22Make no config file not an error. Move /dev/crypto config to ctrl.Ben Laurie
2001-09-24In case of memory problems, the va_start() wasn't cleaned with a va_end().Richard Levitte
2001-09-10fix memory leak (I think)Bodo Möller
2001-09-06Totally get rid of CRYPTO_LOCK_ERR_HASH.Bodo Möller
2001-09-04typoBodo Möller
2001-09-04Now that we have ERR_unload_strings(), ERR_load_ERR_strings() mustBodo Möller
2001-09-04changing something requires a write lock, not a read lockBodo Möller
2001-09-03Add a new ERR function, "ERR_unload_strings", to complement the existingGeoff Thorpe
2001-08-25This changes the "ERR" code to have all access to state (a hash table ofGeoff Thorpe
2001-03-15More error_data memory leaksBodo Möller
2001-03-13Use err_clear_data macroBodo Möller
2001-03-12fix memory leak in err.cBodo Möller
2001-03-07Fix ERR_R_... problems.Bodo Möller
2001-03-05Move ec.h to ec2.h because it is not compatible with what we will use.Bodo Möller
2001-02-20Use new-style system-id macros everywhere possible. I hope I haven'tRichard Levitte
2001-02-19Make all configuration macros available for application by makingRichard Levitte
2001-01-05Modify OCSP API to more closely reflectDr. Stephen Henson
2000-12-13Constification of the data of a hash table. This means the callbackRichard Levitte
2000-12-08Next step in tidying up the LHASH code.Geoff Thorpe
2000-12-04Make the remaining LHASH macro changes. This should leave no remainingGeoff Thorpe
2000-12-01First step in tidying up the LHASH code. The callback prototypes (andGeoff Thorpe
2000-10-26Merge the engine branch into the main trunk. All conflicts resolved.Richard Levitte
2000-08-28Use the passed buffer in ERR_error_string!Ben Laurie
2000-07-26Fix warnings.Dr. Stephen Henson
2000-07-25Avoid a race condition if another thread happens to remove the errorRichard Levitte
2000-07-21Bugfix: use write locks, not just read locksBodo Möller
2000-06-01There have been a number of complaints from a number of sources that namesRichard Levitte