aboutsummaryrefslogtreecommitdiffstats
path: root/crypto/err
Commit message (Expand)AuthorAgeFilesLines
* Translate into valid C (don't call functions with wrong prototypes).Bodo Möller2001-06-251-10/+6
* make updateRichard Levitte2001-06-231-2/+3
* New error printing function that gives the possibility to print theRichard Levitte2001-06-232-23/+29
* Include the UI error strings.Richard Levitte2001-06-231-0/+1
* 'make update'Richard Levitte2001-06-051-10/+10
* Add a general user interface API. This is designed to replace thingsRichard Levitte2001-05-062-0/+4
* 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
* Instead of telling both 'make' and the user that ranlibBodo Möller2001-03-091-2/+1
* Fixes to make 'no-ec' work (it should not turn 'objects' into 'objts' for exa...Bodo Möller2001-03-081-0/+4
* Integrate ec_err.[co].Bodo Möller2001-03-081-17/+18
* Sort openssl.ec, the configuration file for mkerr.pl.Bodo Möller2001-03-082-13/+19
* Order ERR_load_... calls like the stuff in err.h.Bodo Möller2001-03-081-18/+13
* Get rid of '#define ERR_file_name __FILE__', which is unnecessary indirection.Bodo Möller2001-03-081-29/+23
* Fix ERR_R_... problems.Bodo Möller2001-03-072-81/+74
* Move ec.h to ec2.h because it is not compatible with what we will use.Bodo Möller2001-03-053-0/+6
* make updateRichard Levitte2001-02-261-24/+23
* e_os.h does not belong with the exported headers. Do not put it thereRichard Levitte2001-02-221-17/+16
* 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-195-38/+39
* Make depend.Ben Laurie2001-02-041-7/+8
* Modify OCSP API to more closely reflectDr. Stephen Henson2001-01-051-0/+1
* Fix typo in OCSP nonce extension.Dr. Stephen Henson2001-01-041-0/+2
* 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
* in some new file names the first 8 characters were not uniqueUlf Möller2000-11-121-6/+6
* Remove references to RSAref. The glue library is but a memory to fadeRichard Levitte2000-11-082-3/+2
* The majority of the OCSP code from CertCo.Richard Levitte2000-10-272-0/+3
* Merge the engine branch into the main trunk. All conflicts resolved.Richard Levitte2000-10-265-11/+20
* The experimental Rijndael code moved to the main trunk.Richard Levitte2000-10-141-1/+2
* 'ranlib' doesn't always run on some systems. That's actuallyRichard Levitte2000-09-251-1/+2
* 'make update'Richard Levitte2000-09-071-4/+6
* Use the passed buffer in ERR_error_string!Ben Laurie2000-08-281-1/+1
* MD4 implemented. Assar Westerlund provided the digest code itself and the te...Richard Levitte2000-08-141-11/+12
* 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
* I got sick and tired of having to keep track of NIDs when such a thingRichard Levitte2000-07-051-10/+10
* Using checks of the existence of HEADER_{foo}_H in other header filesRichard Levitte2000-06-091-2/+9
* According to Gordon Atwood <gordon@cs.ualberta.ca>, stdlib.h isRichard Levitte2000-06-041-0/+1
* 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
* In Message-ID: <003201bfb332$14a07520$0801a8c0@janm.transactionsite.com>,Richard Levitte2000-05-021-4/+4
* Avoid leaking memory in thread_hash (and enable memory leak detectionBodo Möller2000-04-292-26/+36
* New function ERR_error_string_n.Bodo Möller2000-04-143-19/+50
* "make update"Richard Levitte2000-04-091-13/+14