summaryrefslogtreecommitdiffstats
path: root/crypto/err/err.c
AgeCommit message (Expand)Author
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
2000-05-24Add DSA library string. Workaround for IIS .key file invalidDr. Stephen Henson
2000-05-02Initialise.Richard Levitte
2000-04-29Avoid leaking memory in thread_hash (and enable memory leak detectionBodo Möller
2000-04-14New function ERR_error_string_n.Bodo Möller
2000-04-04This commit ties the new DSO code (crypto/dso/) into the build for aGeoff Thorpe
2000-03-04Generate correct error reasons strings for SYSerr.Bodo Möller
2000-02-03ispell (and minor modifications)Ulf Möller
2000-01-30Source code cleanups: Use void * rather than char * in lhash,Ulf Möller
2000-01-13Precautions against using the PRNG uninitialized: RAND_bytes() nowUlf Möller
1999-07-30correct error signalling for opendir() failureBodo Möller
1999-07-12typo in stringBodo Möller
1999-06-07Don't mix real tabs with tabs expanded as 8 spaces -- that'sBodo Möller
1999-06-04Support the EBCDIC character set and BS2000/OSD-POSIX (work in progress).Ulf Möller
1999-05-05Use ANSI stdarg.Ulf Möller