aboutsummaryrefslogtreecommitdiffstats
path: root/crypto/err/err.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* ispell (and minor modifications)Ulf Möller2000-02-031-1/+1
* Source code cleanups: Use void * rather than char * in lhash,Ulf Möller2000-01-301-9/+8
* Precautions against using the PRNG uninitialized: RAND_bytes() nowUlf Möller2000-01-131-0/+1
* correct error signalling for opendir() failureBodo Möller1999-07-301-0/+1
* typo in stringBodo Möller1999-07-121-1/+1
* Don't mix real tabs with tabs expanded as 8 spaces -- that'sBodo Möller1999-06-071-1/+1
* Support the EBCDIC character set and BS2000/OSD-POSIX (work in progress).Ulf Möller1999-06-041-0/+19
* Use ANSI stdarg.Ulf Möller1999-05-051-6/+6
* Remove NOPROTO definitions and error code comments.Ulf Möller1999-04-261-11/+0
* Change #include filenames from <foo.h> to <openssl.h>.Bodo Möller1999-04-231-5/+5
* Change functions to ANSI C.Ulf Möller1999-04-191-65/+38
* Massive constification.Ben Laurie1999-04-171-15/+15
* Various PKCS#12 related tidies and fixes: it might even compile now :-)Dr. Stephen Henson1999-03-291-0/+2
* Continuing adding X509 V3 support. This starts to integrate the code withDr. Stephen Henson1999-01-241-0/+1
* Accept NULL in *_free.Ben Laurie1999-01-071-0/+3
* Import of old SSLeay release: SSLeay 0.9.1b (unreleased)Ralf S. Engelschall1998-12-211-10/+25
* Import of old SSLeay release: SSLeay 0.9.0bRalf S. Engelschall1998-12-211-74/+164
* Import of old SSLeay release: SSLeay 0.8.1bRalf S. Engelschall1998-12-211-0/+550