aboutsummaryrefslogtreecommitdiffstats
path: root/e_os.h
Commit message (Collapse)AuthorAgeFilesLines
* Tidying up WinCE support.Andy Polyakov2005-11-091-8/+13
|
* First draft for WCE PortSDK support. Once again! It's *draft* which requiresAndy Polyakov2005-11-061-1/+3
| | | | more work, i.e. more modifications are due...
* Engage OPENSSL_NO_POSIX_IO on Windows CE.Andy Polyakov2005-11-031-0/+1
|
* Make cygwin work in directories mounted with 'text' attribute.Andy Polyakov2005-11-031-0/+4
|
* Fix SunOS 4 building issue.Andy Polyakov2005-09-221-1/+1
| | | | PR: 1196
* "Overload" SunOS 4.x memcmp, which ruins ASN1_OBJECT table lookups.Andy Polyakov2005-09-201-0/+3
| | | | | PR: 1196 Submitted by: Russel Ruby
* WCE-specific fix for cryptlib.c.Andy Polyakov2005-08-021-1/+1
|
* Pull up Win64 support from 0.9.8.Andy Polyakov2005-07-051-0/+19
|
* Undefine DECRANDOM before redefining it.Richard Levitte2005-06-191-0/+1
| | | | PR: 1110
* Move the definition of DEVRANDOM for DJGPP from Configure to e_os.h.Richard Levitte2005-06-181-0/+1
| | | | | | That should solve the issues with propagating it through the Makefiles. PR: 1110
* Netware patch submitted by Verdon Walker" <VWalker@novell.com> in PRRichard Levitte2005-06-131-2/+18
| | | | | | | | | | | | | | | | | | | | | | | | 1107. He says: This is a followup to the NetWare patch that was applied to beta3. It does the following: - Fixes a problem in the CLib build with undefined symbols. - Adds the ability to use BSD sockets as the default for the OpenSSL socket BIO. NetWare supports 2 flavors of sockets and our Apache developers need BSD sockets as a configurable option when building OpenSSL. This adds that for them. - Updates to the INSTALL.NW file to explain new options. I have tried very hard to make sure all the changes are in NetWare specific files or guarded carefully to make sure they only impact NetWare builds. I have tested the Windows build to make sure it does not break that since we have made changes to mk1mf.pl. We are still working the gcc cross compile for NetWare issue and hope to have a patch for that before beta 6 is released.
* Updated support for NetWare, submitted by Verdon Walker <VWalker@novell.com>.Richard Levitte2005-06-051-5/+1
| | | | PR: 1098
* Move _WIN32_WINNT definition from command line to e_os.h. The change isAndy Polyakov2005-05-211-0/+17
| | | | | inspired by VC6 failure report. In addition abstain from taking screen snapshots when running in NT service context.
* Rely on e_os.h to appropriately define str[n]casecmp in non-POSIXAndy Polyakov2005-01-131-0/+1
| | | | environments.
* NetWare fixes provided by Verdon Walker for OpenSSL 0.9.8-dev.Richard Levitte2004-06-281-0/+5
| | | | | | The changes have been mailed to <crypt@bis.doc.gov> as well. PR: 903
* o_str.h isn't a public header file.Richard Levitte2004-03-241-1/+1
|
* Netware-specific changes,Richard Levitte2003-11-281-0/+36
| | | | | | PR: 780 Submitted by: Verdon Walker <VWalker@novell.com> Reviewed by: Richard Levitte
* Further VxWorks changes from Bob Bradley <bob@chaoticsoftware.com>, thisRichard Levitte2003-09-281-4/+7
| | | | time involving VxWorks on MIPS
* Add necessary changes to be able to build on VxWorks for PPC860.Richard Levitte2003-09-271-1/+1
| | | | Contributed by Bob Bradley <bob@chaoticsoftware.com>
* Generalise the definition of strcasecmp() and strncasecmp() forRichard Levitte2003-09-091-1/+20
| | | | | | platforms that don't (necessarely) have it. In the case of VMS, this means moving a couple of functions from apps/ to crypto/ and make them general (although only used privately).
* EXIT() should mainly be exit(n), not return(n). OPENSSL_EXIT() willRichard Levitte2003-06-191-1/+1
| | | | take care of returning if necessary.
* Make sure ssize_t is defined on SunOS4.Richard Levitte2003-06-121-0/+2
| | | | PR: 585
* Because it may be needed in public header files, move the definitionRichard Levitte2003-03-201-1/+1
| | | | of OPENSSL_NO_FP_API on existence of OPENSSL_SYS_MSDOS to e_os2.h.
* DJGPP patches.Richard Levitte2002-12-041-0/+3
| | | | PR: 347
* EXIT() may mean return(). That's confusing, so let's have it really meanRichard Levitte2002-12-031-15/+15
| | | | | | exit() in whatever way works for the intended platform, and define OPENSSL_EXIT() to have the old meaning (the name is of course because it's only used in the openssl program)
* Windows CE updates, contributed by Steven Reddie <smr@essemer.com.au>Richard Levitte2002-12-031-3/+0
|
* Make sure EXIT() can always be used as one statement.Richard Levitte2002-11-281-3/+3
|
* WinCE patchesRichard Levitte2002-11-151-1/+12
|
* Fix to build better with DJGPP.Richard Levitte2002-11-141-3/+15
| | | | | | | | | | | | | | | | | PR: 338 Here's the description, submitted by Gisle Vanem <giva@bgnett.no>: 1. sock_init() renamed to ssl_sock_init() in ./apps/s_socket.c due to name-clash with Watt-32. 2. rand() renamed to Rand() in ./crypto/bn/divtest.c due to name-clash with <stdlib.h> 3. Added calls to dbug_init()/sock_init() in some demo programs. 4. Changed cflags/lflags in configure. Watt-32 install root now taken from $WATT_ROOT.
* Add a few more VxWorks targets.Richard Levitte2002-10-091-0/+30
| | | | | | | | | Correct misspelled VXWORKS macros. Add VXWORKS identifying macros to e_os2.h. Add required inclusions and mappings for VxWorks in e_os.h. A few small modifications to make OpenSSL build and work on VxWorks. PR: 253, except for the change that was handled in an earlier commit, and a request for easy build of just parts of OpenSSL.
* Add support for DJGPP.Richard Levitte2002-06-131-1/+11
| | | | PR: 75
* Make sure that MS_STATIC isn't defined to 'static' under Win32.Richard Levitte2002-05-301-1/+1
| | | | PR: 51
* Oops, the system macro for VMS is OPENSSL_SYS_VMS, not VMSRichard Levitte2002-04-061-1/+1
|
* Use recv() and send() for socket communication on VMS instead of read()Richard Levitte2002-04-061-0/+7
| | | | | | | and write(). The reason is that read() and write() make additional record level locking which causes hangs of Compaq Secure Web Server (Apache) with SSL. Submitted by Compaq.
* Add the configuration target VxWorks.Richard Levitte2002-02-141-1/+9
|
* Don't define _REENTRANT here in e_os.h. On systems where we needBodo Möller2001-11-081-6/+0
| | | | | _REENTRANT if threads support is enabled, the ./Configure entry must define it so that it ends up in CFLAG.
* Wording of comment...Lutz Jänicke2001-08-251-1/+1
|
* Needed for build on SunOS 4.1.x with gcc (Jeffrey Hutzelman <jhutz@cmu.edu>).Lutz Jänicke2001-08-251-0/+3
|
* [Forgotten commits?]Richard Levitte2001-07-021-0/+7
| | | | | Changes to have OpenSSL compile on OS/2. Contributed by "Brian Havard" <brianh@kheldar.apana.org.au>
* Some platforms (most notably Windows) do not have a $HOME by default.Richard Levitte2001-05-031-0/+1
| | | | | | | | | For those, unless the environment variables RANDFILE or HOME are defined (the default case!), RAND_file_name() will return NULL. This change adds a default HOME for those platforms. To add a default HOME for any platform, just define DEFAULT_HOME in the proper place, wrapped in appropriate #ifdef..#endif, in e_os.h.
* Make all configuration macros available for application by makingRichard Levitte2001-02-191-30/+27
| | | | | | | | | | | | sure they are available in opensslconf.h, by giving them names starting with "OPENSSL_" to avoid conflicts with other packages and by making sure e_os2.h will cover all platform-specific cases together with opensslconf.h. I've checked fairly well that nothing breaks with this (apart from external software that will adapt if they have used something like NO_KRB5), but I can't guarantee it completely, so a review of this change would be a good thing.
* Change preferences for sockets of EGD-style entropy daemons to a moreLutz Jänicke2001-02-071-1/+1
| | | | reasonable selection.
* Add automatic query of EGD sockets to RAND_poll(). The EGD sockets areLutz Jänicke2001-01-091-0/+6
| | | | | | | only queried when the /dev/[u]random devices did not return enough entropy. Only the amount of entropy missing to reach the required minimum is queried, as EGD may be drained. Queried locations are: /etc/entropy, /var/run/egd-pool
* Because /dev/urandom has a better chance of giving us a good andRichard Levitte2001-01-081-1/+1
| | | | quick answer, take that one first.
* Change RAND_poll for Unix to try a number of devices and only readRichard Levitte2001-01-081-3/+5
| | | | | | | | | them for a short period of time (actually, poll them with select(), then read() whatever is there), which is about 10ms (hard-coded value) each. Separate Windows and Unixly code, and start on a VMS variant that currently just returns 0.
* Remove what was described by someone as "an EAY hack for compilingRichard Levitte2000-10-011-13/+0
| | | | SSLeay with Colin Plumb's MD5 implementation instead of his one".
* Include arpa/inet.h, since that's where htons() and friends areRichard Levitte2000-09-291-0/+2
| | | | | supposed to be defined according to XPG4.2. Found by Evan <n2xjk@ulster.net> for the MVS platform.
* Portability patch for HP MPE/iX. Submitted by Mark Bixby <mark_bixby@hp.com>Richard Levitte2000-09-211-1/+6
|
* Add a configuration for Sony News 4.Richard Levitte2000-09-141-1/+5
| | | | Submitted by NAKAJI Hiroyuki <nakaji@tutrp.tut.ac.jp>
* QNX 4 support.Bodo Möller2000-09-011-0/+4
|