1. 61aa213 Compile Windows with winsock2.h. But note that we still link with wsock32! by Andy Polyakov · 19 years ago
  2. be7b445 Keep disclaiming 16-bit platform support. For now remove WIN16 references by Andy Polyakov · 19 years ago
  3. 63d3a9c Tidying up WinCE support. by Andy Polyakov · 19 years ago
  4. 176a614 First draft for WCE PortSDK support. Once again! It's *draft* which requires by Andy Polyakov · 19 years ago
  5. 4d24b4c Engage OPENSSL_NO_POSIX_IO on Windows CE. by Andy Polyakov · 19 years ago
  6. 474b8a9 Make cygwin work in directories mounted with 'text' attribute. by Andy Polyakov · 19 years ago
  7. 9dba055 Fix SunOS 4 building issue. PR: 1196 by Andy Polyakov · 20 years ago
  8. 7a06050 "Overload" SunOS 4.x memcmp, which ruins ASN1_OBJECT table lookups. by Andy Polyakov · 20 years ago
  9. 2031eca WCE-specific fix for cryptlib.c. by Andy Polyakov · 20 years ago
  10. 1875e6d Pull up Win64 support from 0.9.8. by Andy Polyakov · 20 years ago
  11. 857c609 Undefine DECRANDOM before redefining it. by Richard Levitte · 20 years ago
  12. 4bd4677 Move the definition of DEVRANDOM for DJGPP from Configure to e_os.h. by Richard Levitte · 20 years ago
  13. b764ab9 Netware patch submitted by Verdon Walker" <VWalker@novell.com> in PR by Richard Levitte · 20 years ago
  14. 9e5b378 Updated support for NetWare, submitted by Verdon Walker <VWalker@novell.com>. by Richard Levitte · 20 years ago
  15. e476f94 Move _WIN32_WINNT definition from command line to e_os.h. The change is by Andy Polyakov · 20 years ago
  16. e6d27ba Rely on e_os.h to appropriately define str[n]casecmp in non-POSIX environments. by Andy Polyakov · 20 years ago
  17. 47c1735 NetWare fixes provided by Verdon Walker for OpenSSL 0.9.8-dev. by Richard Levitte · 21 years ago
  18. 3d8b886 o_str.h isn't a public header file. by Richard Levitte · 21 years ago
  19. 4d8743f Netware-specific changes, by Richard Levitte · 21 years ago
  20. c798868 Further VxWorks changes from Bob Bradley <bob@chaoticsoftware.com>, this by Richard Levitte · 22 years ago
  21. f6b659c Add necessary changes to be able to build on VxWorks for PPC860. by Richard Levitte · 22 years ago
  22. e6fa67f Generalise the definition of strcasecmp() and strncasecmp() for by Richard Levitte · 22 years ago
  23. d3a28e8 EXIT() should mainly be exit(n), not return(n). OPENSSL_EXIT() will by Richard Levitte · 22 years ago
  24. 700d86e Make sure ssize_t is defined on SunOS4. PR: 585 by Richard Levitte · 22 years ago
  25. d4a47a5 Because it may be needed in public header files, move the definition by Richard Levitte · 22 years ago
  26. 5319be4 DJGPP patches. PR: 347 by Richard Levitte · 22 years ago
  27. 1c3e4a3 EXIT() may mean return(). That's confusing, so let's have it really mean by Richard Levitte · 22 years ago
  28. 7a1f92f Windows CE updates, contributed by Steven Reddie <smr@essemer.com.au> by Richard Levitte · 22 years ago
  29. 6c35947 Make sure EXIT() can always be used as one statement. by Richard Levitte · 22 years ago
  30. 0bf23d9 WinCE patches by Richard Levitte · 22 years ago
  31. 8d6e604 Fix to build better with DJGPP. PR: 338 by Richard Levitte · 22 years ago
  32. 6a89a25 Add a few more VxWorks targets. by Richard Levitte · 22 years ago
  33. 451dc18 Add support for DJGPP. PR: 75 by Richard Levitte · 23 years ago
  34. 6b7e0a9 Make sure that MS_STATIC isn't defined to 'static' under Win32. PR: 51 by Richard Levitte · 23 years ago
  35. 1018998 Oops, the system macro for VMS is OPENSSL_SYS_VMS, not VMS by Richard Levitte · 23 years ago
  36. 1fc02dc Use recv() and send() for socket communication on VMS instead of read() by Richard Levitte · 23 years ago
  37. 3e83e68 Add the configuration target VxWorks. by Richard Levitte · 23 years ago
  38. 60c50cb Don't define _REENTRANT here in e_os.h. On systems where we need by Bodo Möller · 23 years ago
  39. bb8aab0 Wording of comment... by Lutz Jänicke · 24 years ago
  40. 0fbf5f7 Needed for build on SunOS 4.1.x with gcc (Jeffrey Hutzelman <jhutz@cmu.edu>). by Lutz Jänicke · 24 years ago
  41. 3bfd99b [Forgotten commits?] by Richard Levitte · 24 years ago
  42. f0b54fe Some platforms (most notably Windows) do not have a $HOME by default. by Richard Levitte · 24 years ago
  43. cf1b7d9 Make all configuration macros available for application by making by Richard Levitte · 24 years ago
  44. d4219c4 Change preferences for sockets of EGD-style entropy daemons to a more by Lutz Jänicke · 24 years ago
  45. 599c035 Add automatic query of EGD sockets to RAND_poll(). The EGD sockets are by Lutz Jänicke · 24 years ago
  46. e02cc10 Because /dev/urandom has a better chance of giving us a good and by Richard Levitte · 24 years ago
  47. 0c61e29 Change RAND_poll for Unix to try a number of devices and only read by Richard Levitte · 24 years ago
  48. 2e7e3d6 Remove what was described by someone as "an EAY hack for compiling by Richard Levitte · 25 years ago
  49. a269d31 Include arpa/inet.h, since that's where htons() and friends are by Richard Levitte · 25 years ago
  50. c5f8bbb Portability patch for HP MPE/iX. Submitted by Mark Bixby <mark_bixby@hp.com> by Richard Levitte · 25 years ago
  51. 72660f5 Add a configuration for Sony News 4. by Richard Levitte · 25 years ago
  52. a545c6f QNX 4 support. by Bodo Möller · 25 years ago
  53. b908bd4 Comment about bcopy on SunOS 4.x. by Bodo Möller · 25 years ago
  54. 6da6a11 Another attempt to allow compiling on SunOS 4.*. by Bodo Möller · 25 years ago
  55. bc596a7 Typo... by Richard Levitte · 25 years ago
  56. be5d92e CygWin32 support. by Ulf Möller · 25 years ago
  57. 15e9812 strtoul is not used anywhere. by Bodo Möller · 25 years ago
  58. af463e7 When compiling with /opt/SUNWspro/SC4.2/bin/cc on Solaris, __svr4__ is by Bodo Möller · 25 years ago
  59. 89269c8 Add a couple of macros that make OpenSSL compilable on SunOS 4.1.4. by Richard Levitte · 25 years ago
  60. 991f070 MacOS changes. by Ulf Möller · 25 years ago
  61. fd72d83 ssize_t for Ultrix by Ulf Möller · 25 years ago
  62. 71b4d89 Problems with the Windows build. by Ulf Möller · 25 years ago
  63. 1f515cf e_os.h: don't do double work with status codes. by Richard Levitte · 25 years ago
  64. 511e596 The previous exit code handling was completely bogus for VMS. by Richard Levitte · 25 years ago
  65. 4a56f74 On NeXT, ssize_t is int, not long (see <sys/types.h> -- the definition by Bodo Möller · 25 years ago
  66. b70dcdf ssize_t by Ulf Möller · 25 years ago
  67. fa0ca35 {NEXT,OPEN}STEP don't have pid_t. by Bodo Möller · 25 years ago
  68. 0056ef5 It started with finding a misplaced #endif. Then I wanted to see the by Richard Levitte · 25 years ago
  69. b838465 WINDOWS is defined in e_os.h. The problem was WIN32 (the new egcs uses _WIN32). by Ulf Möller · 25 years ago
  70. 88618ba remove debug modification that I checked in accidentally by Ulf Möller · 25 years ago
  71. 373b575 New function RAND_pseudo_bytes() generated pseudorandom numbers that by Ulf Möller · 25 years ago
  72. 76997b7 MacOS updates. Initial support for GUSI (MacOS socket implementation) is added. by Andy Polyakov · 25 years ago
  73. 404fb71 Even more late break-in MacOS tidbits... by Andy Polyakov · 25 years ago
  74. a7c5241 Late break-in patch for MacOS support. by Andy Polyakov · 25 years ago
  75. 9a1e34e MacOS updates. by Andy Polyakov · 25 years ago
  76. c1e744b Make md_rand.c more robust. by Bodo Möller · 25 years ago
  77. b6b1f0d Update Borland C++ builder support. by Bodo Möller · 25 years ago
  78. 17f389b Initial support for MacOS. by Andy Polyakov · 26 years ago
  79. 497cc4b Use closesocket macro consistently, not close directly, for easier by Bodo Möller · 26 years ago
  80. 06018c4 Another <unistd.h> ... by Bodo Möller · 26 years ago
  81. 4b55c2a Move the Win32 #undefs of X509_NAME and PKCS7_ISSUER_AND_SERIAL so they will by Dr. Stephen Henson · 26 years ago
  82. 95f9968 Older versions of SINIX C development system inherited a bug from by Bodo Möller · 26 years ago
  83. 17e3dd1 Don't install e_os.h in include/openssl, use it only as a local include file. by Bodo Möller · 26 years ago
  84. fa470a8 e_os2.h is used for things that must be visible when external applications by Bodo Möller · 26 years ago
  85. 7d7d2cb VMS support. by Ulf Möller · 26 years ago
  86. f5eac85 Add new -out option to asn1parse to allow the parsed data to be output. by Dr. Stephen Henson · 26 years ago
  87. 31a674d Support additional Win32 compilers. by Ulf Möller · 26 years ago
  88. 73d2257 Remove NOPROTO-related macros. by Ulf Möller · 26 years ago
  89. a9be3af Remove NOPROTO definitions and error code comments. by Ulf Möller · 26 years ago
  90. 0cc3957 Add missing funtions from non ANSI section of header files and add missing by Dr. Stephen Henson · 26 years ago
  91. 6e06424 Various fixes to Win32, update ssleay.num, libeay.num, shuffle various #ifdefs by Dr. Stephen Henson · 26 years ago
  92. 06d5b16 First cut of a cleanup for apps/. First the `ssleay' program is now named by Ralf S. Engelschall · 26 years ago
  93. dfeab06 Import of old SSLeay release: SSLeay 0.9.1b (unreleased) by Ralf S. Engelschall · 26 years ago
  94. 58964a4 Import of old SSLeay release: SSLeay 0.9.0b by Ralf S. Engelschall · 26 years ago
  95. d02b48c Import of old SSLeay release: SSLeay 0.8.1b by Ralf S. Engelschall · 26 years ago