summaryrefslogtreecommitdiff
path: root/crypto/err
Commit message (Expand)AuthorAgeFilesLines
...
* Use sh explicitely to run point.shRichard Levitte2003-12-271-1/+1
* Use BUF_strlcpy() instead of strcpy().Richard Levitte2003-12-271-1/+1
* Add reference counting around the thread state hash table.Richard Levitte2003-09-272-1/+42
* Remove unused variableRichard Levitte2003-06-111-2/+0
* Add functionality to set marks on the error stack and to pop all errors to th...Richard Levitte2003-06-112-5/+52
* make updateRichard Levitte2003-05-011-4/+4
* Define a STORE type. For documentation, read the entry in CHANGES,Richard Levitte2003-05-012-0/+5
* Make sure we get the definition of OPENSSL_NO_FP_API.Richard Levitte2003-03-201-0/+2
* Make the no-err option work properlyRichard Levitte2003-02-181-0/+2
* Add the possibility to build without the ENGINE framework.Richard Levitte2003-01-301-0/+4
* update error library for EC... changesBodo Möller2003-01-152-1/+12
* make updateRichard Levitte2002-12-291-19/+12
* makedepend complains when a header file is included more than once inRichard Levitte2002-10-141-1/+0
* Use double dashes so makedepend doesn't misunderstand the flags weRichard Levitte2002-10-091-1/+1
* make updateBodo Möller2002-08-091-18/+18
* Add ECDH support.Bodo Möller2002-08-092-0/+4
* New error code ERR_R_DISABLEDBodo Möller2002-08-022-0/+2
* "make update"Lutz Jänicke2002-07-301-25/+25
* Replace 'ecdsaparam' commandline utility by 'ecparam'Bodo Möller2002-07-141-13/+20
* Pass CFLAG to dependency makers, so non-standard system include paths areRichard Levitte2002-06-271-1/+1
* 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