| Commit message (Expand) | Author | Age | Files | Lines |
* | use <poll.h> as by Single Unix Specification | Bodo Möller | 2006-06-30 | 1 | -2/+2 |
* | always read in RAND_poll() if we can't use select because of a too | Bodo Möller | 2006-06-28 | 1 | -79/+79 |
* | Use poll() when possible to gather Unix randomness entropy | Richard Levitte | 2006-06-27 | 1 | -7/+52 |
* | New functions CRYPTO_set_idptr_callback(), | Bodo Möller | 2006-06-23 | 1 | -5/+8 |
* | Add BeOS support. | Ulf Möller | 2006-04-11 | 2 | -2/+20 |
* | Update filenames in makefiles. | Dr. Stephen Henson | 2006-02-04 | 1 | -1/+1 |
* | Mask libcrypto references to stat with OPENSSL_NO_POSIX_IO. | Andy Polyakov | 2005-11-03 | 1 | -5/+9 |
* | Broaden compatibility amount Win32 headers even further [some don't have | Andy Polyakov | 2005-10-13 | 1 | -1/+1 |
* | Broaden compatibility among Windows SDK versions. Elder versions don't have | Andy Polyakov | 2005-09-22 | 1 | -1/+1 |
* | fix warnings when building openssl with the following compiler options: | Nils Larsch | 2005-08-29 | 1 | -1/+1 |
* | Final(?) WinCE update. | Andy Polyakov | 2005-08-08 | 1 | -8/+8 |
* | WCE update, mostly typos. | Andy Polyakov | 2005-08-03 | 1 | -1/+3 |
* | Abstain from GUI calls in rand_win.c in NT service context. | Andy Polyakov | 2005-08-03 | 1 | -29/+21 |
* | Eliminate bogus #if WCEPLATFORM!=MS_HPC_PRO [which by the way unconditionally | Andy Polyakov | 2005-08-02 | 1 | -9/+10 |
* | Fix some signed/unsigned warnings. | Geoff Thorpe | 2005-07-22 | 1 | -3/+6 |
* | Move the definition of DEVRANDOM for DJGPP from Configure to e_os.h. | Richard Levitte | 2005-06-18 | 1 | -1/+1 |
* | DJGPP changes. Contributed by Doug Kaufman <dkaufman@rahul.net> | Richard Levitte | 2005-05-31 | 1 | -1/+1 |
* | When _XOPEN_SOURCE is defined, make sure it's defined to 500. Required in | Richard Levitte | 2005-05-21 | 1 | -1/+1 |
* | Move _WIN32_WINNT definition from command line to e_os.h. The change is | Andy Polyakov | 2005-05-21 | 1 | -1/+2 |
* | Further BUILDENV refinement, further fool-proofing of Makefiles and | Andy Polyakov | 2005-05-16 | 1 | -6/+80 |
* | make update | Bodo Möller | 2005-05-16 | 1 | -79/+4 |
* | Fool-proofing Makefiles | Andy Polyakov | 2005-05-16 | 1 | -4/+1 |
* | Various Win32 and other fixes for warnings and compilation errors. | Dr. Stephen Henson | 2005-04-19 | 1 | -1/+2 |
* | Rebuild error codes. | Dr. Stephen Henson | 2005-04-12 | 1 | -6/+10 |
* | Add emacs cache files to .cvsignore. | Richard Levitte | 2005-04-11 | 1 | -0/+2 |
* | make sure error queue is totally emptied | Nils Larsch | 2005-04-08 | 1 | -1/+1 |
* | Blow away Makefile.ssl. | Ben Laurie | 2005-03-30 | 1 | -4/+3 |
* | undo Cygwin change | Ulf Möller | 2005-03-24 | 1 | -6/+20 |
* | Use Windows randomness code on Cygwin | Ulf Möller | 2005-03-19 | 1 | -2/+2 |
* | Fix hang in EGD/PRNGD query when communication socket is closed | Lutz Jänicke | 2005-02-19 | 1 | -2/+6 |
* | Fix an "oops" typo! Well, it was a debugging left-over... | Andy Polyakov | 2005-01-13 | 1 | -1/+1 |
* | O_NOFOLLOW is not appropriate when opening /dev/* entries on Solaris. | Andy Polyakov | 2005-01-13 | 1 | -9/+20 |
* | Correct a faulty address assignment, and add a length check (not | Richard Levitte | 2005-01-12 | 1 | -2/+3 |
* | DJGPP update. | Andy Polyakov | 2005-01-04 | 1 | -1/+7 |
* | Don't use $(EXHEADER) directly in for loops, as most shells will break | Richard Levitte | 2004-11-03 | 1 | -1/+1 |
* | Make rand_win.c UNICODE savvy. | Andy Polyakov | 2004-07-21 | 1 | -41/+61 |
* | Changes for VOS, submitted by Paul Green <Paul.Green@stratus.com>. | Richard Levitte | 2004-06-29 | 1 | -1/+1 |
* | NetWare fixes provided by Verdon Walker for OpenSSL 0.9.8-dev. | Richard Levitte | 2004-06-28 | 1 | -3/+8 |
* | After the latest round of header-hacking, regenerate the dependencies in | Geoff Thorpe | 2004-05-17 | 1 | -36/+33 |
* | Make reservations for FIPS code in HEAD branch, so that the moment FIPS | Andy Polyakov | 2004-05-17 | 1 | -0/+4 |
* | make update | Geoff Thorpe | 2004-04-19 | 1 | -14/+6 |
* | Reduce header interdependencies, initially in engine.h (the rest of the | Geoff Thorpe | 2004-04-19 | 1 | -2/+5 |
* | Wrap code starting with a definition. | Richard Levitte | 2004-03-25 | 1 | -0/+2 |
* | A couple more cases where RAND_add() gets an integer instead of a | Richard Levitte | 2004-03-25 | 1 | -2/+2 |
* | It was just pointed out to me that it's better to cast to double... | Richard Levitte | 2004-03-16 | 2 | -2/+2 |
* | Make sure that the last argument to RAND_add() is a float, or some | Richard Levitte | 2004-03-15 | 2 | -5/+5 |
* | Typo | Richard Levitte | 2004-01-29 | 1 | -2/+2 |
* | make update | Richard Levitte | 2004-01-28 | 1 | -3/+5 |
* | S_IFBLK and S_IFCHR may not exist in some places (like Windows), so | Richard Levitte | 2004-01-27 | 1 | -0/+4 |
* | Update URI | Lutz Jänicke | 2004-01-04 | 1 | -1/+1 |