summaryrefslogtreecommitdiff
path: root/crypto/err
Commit message (Expand)AuthorAgeFilesLines
* Handle read errors.Ben Laurie2002-06-112-0/+2
* ERR_file_name is no longer being used.Lutz Jänicke2002-04-221-1/+1
* For some reason, getting the topmost error was done the same way asRichard Levitte2002-02-141-1/+1
* ECDSA supportBodo Möller2002-02-133-6/+12
* sort functions ...Bodo Möller2002-01-242-8/+11
* New functionsBodo Möller2002-01-242-19/+37
* Make no config file not an error. Move /dev/crypto config to ctrl.Ben Laurie2002-01-222-0/+8
* And just for the sake of completeness, let's add some standard macros...Richard Levitte2001-12-211-0/+2
* Better use the same number in all branches, to avoid confusionRichard Levitte2001-12-211-0/+1
* 'make update'Richard Levitte2001-10-041-5/+5
* In case of memory problems, the va_start() wasn't cleaned with a va_end().Richard Levitte2001-09-241-1/+2
* ENGINE files were renamed, and error strings are now in eng_err.cGeoff Thorpe2001-09-121-1/+1
* fix memory leak (I think)Bodo Möller2001-09-101-16/+24
* remove an old commentBodo Möller2001-09-101-2/+1
* 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-032-0/+27
* This changes the "ERR" code to have all access to state (a hash table ofGeoff Thorpe2001-08-252-137/+285
* Start to reduce some of the header bloat.Ben Laurie2001-08-051-5/+5
* make updateRichard Levitte2001-07-311-2/+3
* Really add the EVP and all of the DES changes.Ben Laurie2001-07-301-17/+9
* 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