Fix grammar in certificates.txt
[openssl.git] / crypto / dso / dso_dl.c
2024-04-09 Richard LevitteCopyright year updates
2024-01-25 rilyshreplace strstr() with strchr() for single characters
2022-10-05 Richard LevitteStop raising ERR_R_MALLOC_FAILURE in most places
2021-06-17 Matt CaswellUpdate copyright year
2021-06-10 Tomas Mrazdl_name_converter: Avoid unnecessary overallocation
2020-11-26 Matt CaswellUpdate copyright year
2020-11-13 Richard LevitteCRYPTO: refactor ERR_raise()+ERR_add_error_data() to...
2020-11-13 Richard LevitteConvert all {NAME}err() in crypto/ to their correspondi...
2019-09-28 Dr. Matthias St... Reorganize local header files
2018-12-06 Richard LevitteFollowing the license change, modify the boilerplates...
2017-10-18 KaoruTodaRemove parentheses of return.
2017-10-09 KaoruTodaSince return is inconsistent, I removed unnecessary...
2017-09-14 Rich SalzReplace malloc+strcpy with strdup
2017-09-14 PauliRevert "GH614: Use memcpy()/strdup() when possible"
2016-11-02 Matt CaswellPartial revert of 3d8b2ec42 to add back DSO_pathbyaddr
2016-05-23 Matt CaswellUse strerror_r()/strerror_s() instead of strerror(...
2016-05-17 Rich SalzCopyright consolidation 07/10
2016-03-23 Rich SalzRemove several unused undocumented functions.
2016-03-22 Rich SalzHave only one DSO_METHOD_openssl
2016-03-22 Rich SalzMake DSO opaque.
2016-02-19 Richard LevitteLet Configure figure out the diverse shared library...
2016-02-04 Dmitry-MeFix potential buffer overrun
2016-02-03 Dmitry-MeGH614: Use memcpy()/strdup() when possible
2016-01-26 Rich SalzRemove /* foo.c */ comments
2015-12-18 Richard LevitteRemove the "eay" c-file-style indicators
2015-11-09 Matt CaswellContinue standardising malloc style for libcrypto
2015-05-14 Richard LevitteIdentify and move common internal libcrypto header...
2015-05-01 Rich Salzfree null cleanup finale
2015-01-30 Rich SalzDead code removal: #if 0 conf, dso, pqueue, threads
2015-01-22 Matt CaswellRun util/openssl-format-source -v -c .
2013-09-05 Veres Lajosmisspellings fixes by https://github.com/vlajos/misspel...
2006-01-02 Andy Polyakov"Relax" prototype and rename DSO_global_lookup_func...
2005-12-30 Andy PolyakovAdd DSO_global_lookup_func implementation. See commenta...
2005-06-09 Andy PolyakovEliminate gcc -pedantic warnings.
2005-06-09 Andy PolyakovAllow for dso load by explicit path on HP-UX.
2005-06-05 Andy PolyakovNew function, DSO_pathbyaddr, to find pathname for...
2003-01-08 Lutz JänickeThird argument to shl_load() is "long address", not...
2002-07-15 Richard LevitteThere's an ongoing project to bring some kind of path...
2001-11-15 Richard LevitteAt least for the two common Unixly DSO loading methods...
2001-07-05 Richard LevitteUse one address consistently.
2001-04-25 Geoff ThorpeThis change to the "dl", "dlfcn", and "win32" DSO_METHO...
2000-11-07 Richard Levitteshl_load() also needs to load along a path given through an
2000-10-26 Richard LevitteOn HP-UX, at least when shl_* are used, the libraries...
2000-10-26 Richard LevitteFor the operating systems where it matters, it is somet...
2000-10-26 Geoff ThorpeThis changes the behaviour of the DSO mechanism for...
2000-10-22 Richard LevittePointer error corrected
2000-10-08 Geoff ThorpeNone of the DSO_METHOD's were handling anything except...
2000-06-16 Geoff ThorpeCurrently the DSO_METHOD interface has one entry point...
2000-04-25 Geoff ThorpeThis case in the "dso_unload" handlers should not be...
2000-04-19 Geoff ThorpeThis change facilitates name translation for shared...
2000-04-06 Geoff ThorpeConstification, and a silly mistake in the comments.
2000-04-04 Geoff ThorpeThis is a set of startup code for the DSO support,...