summaryrefslogtreecommitdiffstats
path: root/crypto/err
AgeCommit message (Expand)Author
2005-04-12Include error library value in C error source files instead of fixing upDr. Stephen Henson
2005-04-11Add emacs cache files to .cvsignore.Richard Levitte
2005-04-05some const fixes and cleanupNils Larsch
2005-03-31Give everything prototypes (well, everything that's actually used).Ben Laurie
2005-03-30Blow away Makefile.ssl.Ben Laurie
2004-11-02Don't use $(EXHEADER) directly in for loops, as most shells will breakRichard Levitte
2004-07-27Oops, wrong version...Dr. Stephen Henson
2004-07-27Add FIPS library name to error routines.Dr. Stephen Henson
2004-04-19make updateGeoff Thorpe
2004-04-19Reduce header interdependencies, initially in engine.h (the rest of theGeoff Thorpe
2004-01-24We're passed p, so let's use p instead of making assumptions.Richard Levitte
2003-12-27Use sh explicitely to run point.shRichard Levitte
2003-12-27Use BUF_strlcpy() instead of strcpy().Richard Levitte
2003-09-27Add reference counting around the thread state hash table.Richard Levitte
2003-06-11Remove unused variableRichard Levitte
2003-06-11Add functionality to set marks on the error stack and to pop all errors to th...Richard Levitte
2003-05-01make updateRichard Levitte
2003-05-01Define a STORE type. For documentation, read the entry in CHANGES,Richard Levitte
2003-03-20Make sure we get the definition of OPENSSL_NO_FP_API.Richard Levitte
2003-02-18Make the no-err option work properlyRichard Levitte
2003-01-30Add the possibility to build without the ENGINE framework.Richard Levitte
2003-01-15update error library for EC... changesBodo Möller
2002-12-29make updateRichard Levitte
2002-10-14makedepend complains when a header file is included more than once inRichard Levitte
2002-10-09Use double dashes so makedepend doesn't misunderstand the flags weRichard Levitte
2002-08-09make updateBodo Möller
2002-08-09Add ECDH support.Bodo Möller
2002-08-02New error code ERR_R_DISABLEDBodo Möller
2002-07-30"make update"Lutz Jänicke
2002-07-14Replace 'ecdsaparam' commandline utility by 'ecparam'Bodo Möller
2002-06-27Pass CFLAG to dependency makers, so non-standard system include paths areRichard Levitte
2002-06-11Handle read errors.Ben Laurie
2002-04-22ERR_file_name is no longer being used.Lutz Jänicke
2002-02-14For some reason, getting the topmost error was done the same way asRichard Levitte
2002-02-13ECDSA supportBodo Möller
2002-01-24sort functions ...Bodo Möller
2002-01-24New functionsBodo Möller
2002-01-22Make no config file not an error. Move /dev/crypto config to ctrl.Ben Laurie
2001-12-21And just for the sake of completeness, let's add some standard macros...Richard Levitte
2001-12-21Better use the same number in all branches, to avoid confusionRichard Levitte
2001-10-04'make update'Richard Levitte
2001-09-24In case of memory problems, the va_start() wasn't cleaned with a va_end().Richard Levitte
2001-09-12ENGINE files were renamed, and error strings are now in eng_err.cGeoff Thorpe
2001-09-10fix memory leak (I think)Bodo Möller
2001-09-10remove an old commentBodo Möller
2001-09-06Totally get rid of CRYPTO_LOCK_ERR_HASH.Bodo Möller
2001-09-04typoBodo Möller
2001-09-04Now that we have ERR_unload_strings(), ERR_load_ERR_strings() mustBodo Möller
2001-09-04changing something requires a write lock, not a read lockBodo Möller
2001-09-03Add a new ERR function, "ERR_unload_strings", to complement the existingGeoff Thorpe