aboutsummaryrefslogtreecommitdiff
path: root/crypto/dso/dso_err.c
AgeCommit message (Expand)AuthorFilesLines
2016-11-02Partial revert of 3d8b2ec42 to add back DSO_pathbyaddrMatt Caswell1-0/+2
2016-07-20Check for errors allocating the error strings.Kurt Roeckx1-1/+2
2016-05-23Remove unused error/function codes.Rich Salz1-7/+1
2016-05-17Manual fixes after copyright consolidationRich Salz1-51/+7
2016-03-23Move dso.h to internalRich Salz1-5/+5
2016-03-23Remove several unused undocumented functions.Rich Salz1-15/+0
2016-03-22Make DSO opaque.Rich Salz1-3/+1
2016-01-26Remove /* foo.c */ commentsRich Salz1-1/+0
2015-11-05Rebuild error source files.Dr. Stephen Henson1-27/+27
2015-01-22Run util/openssl-format-source -v -c .Matt Caswell1-85/+84
2006-11-21Update from 0.9.8 stable. Eliminate duplicate error codes.Dr. Stephen Henson1-7/+4
2006-05-12Someone made a mistake, and some function and reason codes gotRichard Levitte1-2/+7
2006-04-11Add BeOS support.Ulf Möller1-0/+5
2005-12-30Add DSO_global_lookup_func implementation. See commentary in dso_lib.cAndy Polyakov1-0/+1
2005-06-05New function, DSO_pathbyaddr, to find pathname for loaded shared objectAndy Polyakov1-0/+1
2005-05-11Fix more error codes.Bodo Möller1-0/+2
2005-04-26Fix various incorrect error function codes.Bodo Möller1-1/+1
2005-04-12Rebuild error codes.Dr. Stephen Henson1-56/+59
2003-03-20Make sure we get the definition of OPENSSL_NO_ERR.Richard Levitte1-0/+1
2002-07-16Some older code (never committed) wasn't converted to the new format.Richard Levitte1-0/+1
2002-07-15There's an ongoing project to bring some kind of path selectionRichard Levitte1-1/+9
2001-09-04Add a "_up" -> "_up_ref" change to libeay.num that was missing from theGeoff Thorpe1-1/+1
2001-02-19Make all configuration macros available for application by makingRichard Levitte1-2/+2
2000-10-26This changes the behaviour of the DSO mechanism for determining anGeoff Thorpe1-0/+12
2000-10-09DSO_ctrl() changes have removed a couple of DSO_METHOD-specific functionsGeoff Thorpe1-5/+0
2000-09-15A DSO method for VMS was missing, and I had the code lying around...Richard Levitte1-0/+5
2000-06-16Currently the DSO_METHOD interface has one entry point to bind allGeoff Thorpe1-16/+20
2000-04-19This change facilitates name translation for shared libraries. TheGeoff Thorpe1-9/+15
2000-04-04This is a set of startup code for the DSO support, it's not yet linked intoGeoff Thorpe1-0/+113