aboutsummaryrefslogtreecommitdiffstats
path: root/crypto/err/err.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* Fix ERR_R_... problems.Bodo Möller2001-03-071-32/+27
* Move ec.h to ec2.h because it is not compatible with what we will use.Bodo Möller2001-03-051-0/+1
* Use new-style system-id macros everywhere possible. I hope I haven'tRichard Levitte2001-02-201-1/+1
* Make all configuration macros available for application by makingRichard Levitte2001-02-191-2/+2
* Modify OCSP API to more closely reflectDr. Stephen Henson2001-01-051-0/+1
* Constification of the data of a hash table. This means the callbackRichard Levitte2000-12-131-8/+8
* Next step in tidying up the LHASH code.Geoff Thorpe2000-12-081-21/+24
* Make the remaining LHASH macro changes. This should leave no remainingGeoff Thorpe2000-12-041-4/+10
* First step in tidying up the LHASH code. The callback prototypes (andGeoff Thorpe2000-12-011-2/+4
* Merge the engine branch into the main trunk. All conflicts resolved.Richard Levitte2000-10-261-0/+2
* Use the passed buffer in ERR_error_string!Ben Laurie2000-08-281-1/+1
* Fix warnings.Dr. Stephen Henson2000-07-261-1/+1
* Avoid a race condition if another thread happens to remove the errorRichard Levitte2000-07-251-5/+8
* Bugfix: use write locks, not just read locksBodo Möller2000-07-211-8/+8
* There have been a number of complaints from a number of sources that namesRichard Levitte2000-06-011-7/+7
* Add DSA library string. Workaround for IIS .key file invalidDr. Stephen Henson2000-05-241-0/+1
* Initialise.Richard Levitte2000-05-021-1/+1
* Avoid leaking memory in thread_hash (and enable memory leak detectionBodo Möller2000-04-291-20/+32
* New function ERR_error_string_n.Bodo Möller2000-04-141-17/+45
* This commit ties the new DSO code (crypto/dso/) into the build for aGeoff Thorpe2000-04-041-0/+2
* Generate correct error reasons strings for SYSerr.Bodo Möller2000-03-041-1/+105