1. 50e735f Re-align some comments after running the reformat script. by Matt Caswell · 10 years ago
  2. 0f113f3 Run util/openssl-format-source -v -c . by Matt Caswell · 10 years ago
  3. 23a22b4 More comments by Matt Caswell · 10 years ago
  4. 8e96441 Remove redundant DSO_METHOD_beos declaration in dso.h. BEOS support has been by Matt Caswell · 10 years ago
  5. 1d97c84 mark all block comments that need format preserving so that by Tim Hudson · 10 years ago
  6. c184409 dlfcn: always define _GNU_SOURCE by Kurt Roeckx · 10 years ago
  7. f231941 RT3548: Remvoe unsupported platforms by Rich Salz · 10 years ago
  8. b317819 RT3548: Remove some obsolete platforms by Rich Salz · 10 years ago
  9. f072785 Remove fipscanister build functionality from makefiles. by Dr. Stephen Henson · 10 years ago
  10. 8cfe08b Remove all .cvsignore files by Rich Salz · 10 years ago
  11. ff626ba Fix a wrong parameter count ERR_add_error_data by Janpopan · 11 years ago
  12. da12bfc dso: eliminate VMS code on non-VMS systems by Geoff Thorpe · 11 years ago
  13. 478b50c misspellings fixes by https://github.com/vlajos/misspell_fixer by Veres Lajos · 12 years ago
  14. 0a2d500 dso/dso_win32.c: fix compiler warning. by Andy Polyakov · 12 years ago
  15. ae53b29 make update by Bodo Möller · 14 years ago
  16. 04485c5 PR: 2589 by Dr. Stephen Henson · 14 years ago
  17. 97057a1 Make some Unix builds work again. by Dr. Stephen Henson · 14 years ago
  18. 487b023 make update (1.1.0-dev) by Richard Levitte · 14 years ago
  19. 537c982 After some adjustments, apply the changes OpenSSL 1.0.0d on OpenVMS by Richard Levitte · 14 years ago
  20. afb4191 dso_dlfcn.c: make it work on Tru64 4.0. PR: 2316 by Andy Polyakov · 14 years ago
  21. 7a4ec19 Make no-asm work in fips mode. Add android platform. by Dr. Stephen Henson · 14 years ago
  22. df6de39 Change AR to ARX to allow exclusion of fips object modules by Dr. Stephen Henson · 14 years ago
  23. 2a460c1 dso_dlfcn.c: fix compile failure on Tru64. by Andy Polyakov · 15 years ago
  24. 9a0c776 Prevent aliasing warning by Dr. Stephen Henson · 15 years ago
  25. 3c63035 Use correct extension and OSX detection. by Dr. Stephen Henson · 16 years ago
  26. 4a62092 Updates from 1.0.0-stable by Dr. Stephen Henson · 16 years ago
  27. 6bb7dc1 Updates from 1.0.0-stable by Dr. Stephen Henson · 16 years ago
  28. 5cabcf9 Fix "possible loss of data" Win64 compiler warnings. by Andy Polyakov · 16 years ago
  29. dde5b97 Remove dead code. (Coverity ID 2) by Ben Laurie · 16 years ago
  30. e77228b Stack changes made dso_vms.c not compile properly. by Richard Levitte · 16 years ago
  31. c07a126 Make DSO WIN32 compile again. by Dr. Stephen Henson · 17 years ago
  32. 5ce278a More type-checking. by Ben Laurie · 17 years ago
  33. 7313396 Last dso_dlfcn.c check-in said "Use Dl_info only on systems where it is by Andy Polyakov · 17 years ago
  34. c971ca4 check if pointer is != NULL before dereferencing it (Coverity CID 40) by Nils Larsch · 18 years ago
  35. 47a9d52 Update from 0.9.8 stable. Eliminate duplicate error codes. by Dr. Stephen Henson · 18 years ago
  36. a6efc2d Fix mingw warnings. by Andy Polyakov · 18 years ago
  37. 7e76e56 Someone made a mistake, and some function and reason codes got by Richard Levitte · 19 years ago
  38. 3be3458 Update dependencies. by Dr. Stephen Henson · 19 years ago
  39. 4d62ec3 Add file dso_beos.c missing from original commit. by Dr. Stephen Henson · 19 years ago
  40. 4700aea Add BeOS support. by Ulf Möller · 19 years ago
  41. 0ef888c Use Dl_info only on systems where it is known to exist. It does not by Ulf Möller · 19 years ago
  42. 26c777d uncomment; that one slipped through by Ulf Möller · 19 years ago
  43. 9555339 improve make dclean to remove files generated during build by Ulf Möller · 19 years ago
  44. 67b6f1c fix problems found by coverity: remove useless code by Nils Larsch · 19 years ago
  45. 2c059d5 fix "missing initializer" warning by Nils Larsch · 19 years ago
  46. 15ac971 Update filenames in makefiles. by Dr. Stephen Henson · 19 years ago
  47. 9e9bece Fix from stable branch. by Dr. Stephen Henson · 19 years ago
  48. 739a543 Some error code cleanups (SSL lib. used SSL_R_... codes reserved for alerts) by Bodo Möller · 19 years ago
  49. aab3bb0 Typo in win32_globallookup. by Andy Polyakov · 19 years ago
  50. c6cb42e "Relax" prototype and rename DSO_global_lookup_func to DSO_global_lookup. by Andy Polyakov · 19 years ago
  51. 302ea8c Fix mapping "leak" in newly introduced win32_globallookup. by Andy Polyakov · 19 years ago
  52. a1f3462 Oops! Remove junk... by Andy Polyakov · 19 years ago
  53. 68b64fb Add DSO_global_lookup_func implementation. See commentary in dso_lib.c by Andy Polyakov · 19 years ago
  54. c8e1eda comments by Ulf Möller · 19 years ago
  55. 63d3fc9 Eliminate possible mapping leak. by Andy Polyakov · 19 years ago
  56. d6f25d7 Fix numerous bugs in the Win32 path splitter by Richard Levitte · 19 years ago
  57. b02da8e A slight change in documentation that makes it so much more comprehensible by Richard Levitte · 19 years ago
  58. 8215e7a fix warnings when building openssl with the following compiler options: by Nils Larsch · 20 years ago
  59. 19bd66f WCE update, mostly typos. by Andy Polyakov · 20 years ago
  60. b37fb16 Implement complementary LoadLibraryA shim under WCE. by Andy Polyakov · 20 years ago
  61. 0a882b6 Eliminate gcc warning in dso_win32.c. by Andy Polyakov · 20 years ago
  62. 83e6898 Eliminate dependency on UNICODE macro. by Andy Polyakov · 20 years ago
  63. 21ac2b9 Eliminate gcc -pedantic warnings. by Andy Polyakov · 20 years ago
  64. 79e1dd6 Allow for dso load by explicit path on HP-UX. by Andy Polyakov · 20 years ago
  65. 13e3936 When the return type of the function is int, it's better to return an by Richard Levitte · 20 years ago
  66. 3ecbd09 _GNU_SOURCE needs to be defined before any standard header. by Richard Levitte · 20 years ago
  67. 7ed8765 New function, DSO_pathbyaddr, to find pathname for loaded shared object by Andy Polyakov · 20 years ago
  68. 3f4657d fix "dereferencing type-punned pointer will break strict-aliasing rules" by Nils Larsch · 20 years ago
  69. ce92b6e Further BUILDENV refinement, further fool-proofing of Makefiles and by Andy Polyakov · 20 years ago
  70. 81a86fc Fool-proofing Makefiles by Andy Polyakov · 20 years ago
  71. ba2ba27 Avoid warnings. by Dr. Stephen Henson · 20 years ago
  72. 8afca8d Fix more error codes. by Bodo Möller · 20 years ago
  73. aa4ce73 Fix various incorrect error function codes. by Bodo Möller · 20 years ago
  74. 29dc350 Rebuild error codes. by Dr. Stephen Henson · 20 years ago
  75. 4bb61be Add emacs cache files to .cvsignore. by Richard Levitte · 20 years ago
  76. 42ba5d2 Blow away Makefile.ssl. by Ben Laurie · 20 years ago
  77. 1642000 Cygwin to use DSO_FLFCN and mingw to use DSO_WIN32. by Andy Polyakov · 20 years ago
  78. a2ac429 Don't use $(EXHEADER) directly in for loops, as most shells will break by Richard Levitte · 20 years ago
  79. c57bc2d make update by Geoff Thorpe · 21 years ago
  80. 79b42e7 Use sh explicitely to run point.sh by Richard Levitte · 21 years ago
  81. d420ac2 Use BUF_strlcpy() instead of strcpy(). by Richard Levitte · 21 years ago
  82. 54bbde3 Make sure DSO-dlfcn works properly on SunOS4. PR: 585 by Richard Levitte · 22 years ago
  83. e666c45 Add the possibility to have symbols loaded globally with DSO. by Richard Levitte · 22 years ago
  84. 78951e7 Make sure we get the definition of OPENSSL_NO_ERR. by Richard Levitte · 22 years ago
  85. 4309c4a Third argument to shl_load() is "long address", not a pointer. by Lutz Jänicke · 22 years ago
  86. 0bf23d9 WinCE patches by Richard Levitte · 22 years ago
  87. 001ab3a Use double dashes so makedepend doesn't misunderstand the flags we by Richard Levitte · 22 years ago
  88. 74e3931 Various Win32 fixes. by Dr. Stephen Henson · 22 years ago
  89. 7a5ed91 The first compile of the new merger method for VMS *almost* got by Richard Levitte · 23 years ago
  90. b23f50e Some older code (never committed) wasn't converted to the new format. Corrected. by Richard Levitte · 23 years ago
  91. cbecb3a There's an ongoing project to bring some kind of path selection by Richard Levitte · 23 years ago
  92. 17085b0 Pass CFLAG to dependency makers, so non-standard system include paths are by Richard Levitte · 23 years ago
  93. 3d27b1f Set DLOPEN_FLAG the same way on NetBSD as on OpenBSD. by Richard Levitte · 23 years ago
  94. 755cc53 formatting consistency by Bodo Möller · 23 years ago
  95. 4d7072f remove redundant ERR_load_... declarations by Bodo Möller · 23 years ago
  96. 9163b8f 'flags' should only be set inside DSO_load() if constructing a new DSO by Geoff Thorpe · 23 years ago
  97. 9d93ce2 On VMS, the norm is still that symbols are uppercased, so for now it's better by Richard Levitte · 23 years ago
  98. acf60ef At least for the two common Unixly DSO loading methods, include the by Richard Levitte · 23 years ago
  99. b476df6 make update perl util/mkerr.pl -recurse -write -rebuild by Richard Levitte · 23 years ago
  100. d9ff889 Add a "_up" -> "_up_ref" change to libeay.num that was missing from the by Geoff Thorpe · 24 years ago