summaryrefslogtreecommitdiffstats
path: root/crypto/err
AgeCommit message (Expand)Author
2001-07-30Really add the EVP and all of the DES changes.Ben Laurie
2001-06-25Translate into valid C (don't call functions with wrong prototypes).Bodo Möller
2001-06-23make updateRichard Levitte
2001-06-23New error printing function that gives the possibility to print theRichard Levitte
2001-06-23Include the UI error strings.Richard Levitte
2001-06-05'make update'Richard Levitte
2001-05-06Add a general user interface API. This is designed to replace thingsRichard Levitte
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-09Instead of telling both 'make' and the user that ranlibBodo Möller
2001-03-08Fixes to make 'no-ec' work (it should not turn 'objects' into 'objts' for exa...Bodo Möller
2001-03-08Integrate ec_err.[co].Bodo Möller
2001-03-08Sort openssl.ec, the configuration file for mkerr.pl.Bodo Möller
2001-03-08Order ERR_load_... calls like the stuff in err.h.Bodo Möller
2001-03-08Get rid of '#define ERR_file_name __FILE__', which is unnecessary indirection.Bodo 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-26make updateRichard Levitte
2001-02-22e_os.h does not belong with the exported headers. Do not put it thereRichard Levitte
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-02-04Make depend.Ben Laurie
2001-01-05Modify OCSP API to more closely reflectDr. Stephen Henson
2001-01-04Fix typo in OCSP nonce extension.Dr. 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-11-12in some new file names the first 8 characters were not uniqueUlf Möller
2000-11-08Remove references to RSAref. The glue library is but a memory to fadeRichard Levitte
2000-10-27The majority of the OCSP code from CertCo.Richard Levitte
2000-10-26Merge the engine branch into the main trunk. All conflicts resolved.Richard Levitte
2000-10-14The experimental Rijndael code moved to the main trunk.Richard Levitte
2000-09-25'ranlib' doesn't always run on some systems. That's actuallyRichard Levitte
2000-09-07'make update'Richard Levitte
2000-08-28Use the passed buffer in ERR_error_string!Ben Laurie
2000-08-14MD4 implemented. Assar Westerlund provided the digest code itself and the te...Richard Levitte
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-07-05I got sick and tired of having to keep track of NIDs when such a thingRichard Levitte
2000-06-09Using checks of the existence of HEADER_{foo}_H in other header filesRichard Levitte
2000-06-04According to Gordon Atwood <gordon@cs.ualberta.ca>, stdlib.h isRichard Levitte
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-05-02In Message-ID: <003201bfb332$14a07520$0801a8c0@janm.transactionsite.com>,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