Fix the error handling in ERR_get_state:
[openssl.git] / crypto / dso / dso_err.c
2017-06-12 Rich SalzPut message strings in state files
2017-06-07 Rich Salzmake error tables const and separate header file
2016-11-02 Matt CaswellPartial revert of 3d8b2ec42 to add back DSO_pathbyaddr
2016-07-20 Kurt RoeckxCheck for errors allocating the error strings.
2016-05-23 Rich SalzRemove unused error/function codes.
2016-05-17 Rich SalzManual fixes after copyright consolidation
2016-03-23 Rich SalzMove dso.h to internal
2016-03-23 Rich SalzRemove several unused undocumented functions.
2016-03-22 Rich SalzMake DSO opaque.
2016-01-26 Rich SalzRemove /* foo.c */ comments
2015-11-05 Dr. Stephen HensonRebuild error source files.
2015-01-22 Matt CaswellRun util/openssl-format-source -v -c .
2006-11-21 Dr. Stephen HensonUpdate from 0.9.8 stable. Eliminate duplicate error...
2006-05-12 Richard LevitteSomeone made a mistake, and some function and reason...
2006-04-11 Ulf MöllerAdd BeOS support.
2005-12-30 Andy PolyakovAdd DSO_global_lookup_func implementation. See commenta...
2005-06-05 Andy PolyakovNew function, DSO_pathbyaddr, to find pathname for...
2005-05-11 Bodo MöllerFix more error codes.
2005-04-26 Bodo MöllerFix various incorrect error function codes.
2005-04-12 Dr. Stephen HensonRebuild error codes.
2003-03-20 Richard LevitteMake sure we get the definition of OPENSSL_NO_ERR.
2002-07-16 Richard LevitteSome older code (never committed) wasn't converted...
2002-07-15 Richard LevitteThere's an ongoing project to bring some kind of path...
2001-09-04 Geoff ThorpeAdd a "_up" -> "_up_ref" change to libeay.num that...
2001-02-19 Richard LevitteMake all configuration macros available for application...
2000-10-26 Geoff ThorpeThis changes the behaviour of the DSO mechanism for...
2000-10-09 Geoff ThorpeDSO_ctrl() changes have removed a couple of DSO_METHOD...
2000-09-15 Richard LevitteA DSO method for VMS was missing, and I had the code...
2000-06-16 Geoff ThorpeCurrently the DSO_METHOD interface has one entry point...
2000-04-19 Geoff ThorpeThis change facilitates name translation for shared...
2000-04-04 Geoff ThorpeThis is a set of startup code for the DSO support,...