aboutsummaryrefslogtreecommitdiff
path: root/crypto/err
AgeCommit message (Expand)AuthorFilesLines
2002-08-09make updateBodo Möller1-18/+18
2002-08-09Add ECDH support.Bodo Möller2-0/+4
2002-08-02New error code ERR_R_DISABLEDBodo Möller2-0/+2
2002-07-30"make update"Lutz Jänicke1-25/+25
2002-07-14Replace 'ecdsaparam' commandline utility by 'ecparam'Bodo Möller1-13/+20
2002-06-27Pass CFLAG to dependency makers, so non-standard system include paths areRichard Levitte1-1/+1
2002-06-11Handle read errors.Ben Laurie2-0/+2
2002-04-22ERR_file_name is no longer being used.Lutz Jänicke1-1/+1
2002-02-14For some reason, getting the topmost error was done the same way asRichard Levitte1-1/+1
2002-02-13ECDSA supportBodo Möller3-6/+12
2002-01-24sort functions ...Bodo Möller2-8/+11
2002-01-24New functionsBodo Möller2-19/+37
2002-01-22Make no config file not an error. Move /dev/crypto config to ctrl.Ben Laurie2-0/+8
2001-12-21And just for the sake of completeness, let's add some standard macros...Richard Levitte1-0/+2
2001-12-21Better use the same number in all branches, to avoid confusionRichard Levitte1-0/+1
2001-10-04'make update'Richard Levitte1-5/+5
2001-09-24In case of memory problems, the va_start() wasn't cleaned with a va_end().Richard Levitte1-1/+2
2001-09-12ENGINE files were renamed, and error strings are now in eng_err.cGeoff Thorpe1-1/+1
2001-09-10fix memory leak (I think)Bodo Möller1-16/+24
2001-09-10remove an old commentBodo Möller1-2/+1
2001-09-06Totally get rid of CRYPTO_LOCK_ERR_HASH.Bodo Möller1-54/+68
2001-09-04typoBodo Möller1-1/+1
2001-09-04Now that we have ERR_unload_strings(), ERR_load_ERR_strings() mustBodo Möller1-22/+24
2001-09-04changing something requires a write lock, not a read lockBodo Möller1-7/+15
2001-09-03Add a new ERR function, "ERR_unload_strings", to complement the existingGeoff Thorpe2-0/+27
2001-08-25This changes the "ERR" code to have all access to state (a hash table ofGeoff Thorpe2-137/+285
2001-08-05Start to reduce some of the header bloat.Ben Laurie1-5/+5
2001-07-31make updateRichard Levitte1-2/+3
2001-07-30Really add the EVP and all of the DES changes.Ben Laurie1-17/+9
2001-06-25Translate into valid C (don't call functions with wrong prototypes).Bodo Möller1-10/+6
2001-06-23make updateRichard Levitte1-2/+3
2001-06-23New error printing function that gives the possibility to print theRichard Levitte2-23/+29
2001-06-23Include the UI error strings.Richard Levitte1-0/+1
2001-06-05'make update'Richard Levitte1-10/+10
2001-05-06Add a general user interface API. This is designed to replace thingsRichard Levitte2-0/+4
2001-03-15More error_data memory leaksBodo Möller1-6/+5
2001-03-13Use err_clear_data macroBodo Möller1-3/+2
2001-03-12fix memory leak in err.cBodo Möller1-1/+9
2001-03-09Instead of telling both 'make' and the user that ranlibBodo Möller1-2/+1
2001-03-08Fixes to make 'no-ec' work (it should not turn 'objects' into 'objts' for exa...Bodo Möller1-0/+4
2001-03-08Integrate ec_err.[co].Bodo Möller1-17/+18
2001-03-08Sort openssl.ec, the configuration file for mkerr.pl.Bodo Möller2-13/+19
2001-03-08Order ERR_load_... calls like the stuff in err.h.Bodo Möller1-18/+13
2001-03-08Get rid of '#define ERR_file_name __FILE__', which is unnecessary indirection.Bodo Möller1-29/+23
2001-03-07Fix ERR_R_... problems.Bodo Möller2-81/+74
2001-03-05Move ec.h to ec2.h because it is not compatible with what we will use.Bodo Möller3-0/+6
2001-02-26make updateRichard Levitte1-24/+23
2001-02-22e_os.h does not belong with the exported headers. Do not put it thereRichard Levitte1-17/+16
2001-02-20Use new-style system-id macros everywhere possible. I hope I haven'tRichard Levitte1-1/+1
2001-02-19Make all configuration macros available for application by makingRichard Levitte5-38/+39