aboutsummaryrefslogtreecommitdiffstats
path: root/crypto/rand
Commit message (Expand)AuthorAgeFilesLines
* Initialize "buf" to 0 to make valgrind happy :-)Lutz Jänicke2007-03-021-0/+2
* Do not use uninitialized memory to seed the PRNG as it may confuseLutz Jänicke2007-03-021-3/+1
* Constify version strings and some structures.Dr. Stephen Henson2007-01-211-1/+1
* Update from 0.9.8 stable. Eliminate duplicate error codes.Dr. Stephen Henson2006-11-211-7/+4
* use <poll.h> as by Single Unix SpecificationBodo Möller2006-06-301-2/+2
* always read in RAND_poll() if we can't use select because of a tooBodo Möller2006-06-281-79/+79
* Use poll() when possible to gather Unix randomness entropyRichard Levitte2006-06-271-7/+52
* New functions CRYPTO_set_idptr_callback(),Bodo Möller2006-06-231-5/+8
* Add BeOS support.Ulf Möller2006-04-112-2/+20
* Update filenames in makefiles.Dr. Stephen Henson2006-02-041-1/+1
* Mask libcrypto references to stat with OPENSSL_NO_POSIX_IO.Andy Polyakov2005-11-031-5/+9
* Broaden compatibility amount Win32 headers even further [some don't haveAndy Polyakov2005-10-131-1/+1
* Broaden compatibility among Windows SDK versions. Elder versions don't haveAndy Polyakov2005-09-221-1/+1
* fix warnings when building openssl with the following compiler options:Nils Larsch2005-08-281-1/+1
* Final(?) WinCE update.Andy Polyakov2005-08-071-8/+8
* WCE update, mostly typos.Andy Polyakov2005-08-031-1/+3
* Abstain from GUI calls in rand_win.c in NT service context.Andy Polyakov2005-08-021-29/+21
* Eliminate bogus #if WCEPLATFORM!=MS_HPC_PRO [which by the way unconditionallyAndy Polyakov2005-08-021-9/+10
* Fix some signed/unsigned warnings.Geoff Thorpe2005-07-221-3/+6
* Move the definition of DEVRANDOM for DJGPP from Configure to e_os.h.Richard Levitte2005-06-181-1/+1
* DJGPP changes. Contributed by Doug Kaufman <dkaufman@rahul.net>Richard Levitte2005-05-301-1/+1
* When _XOPEN_SOURCE is defined, make sure it's defined to 500. Required inRichard Levitte2005-05-211-1/+1
* Move _WIN32_WINNT definition from command line to e_os.h. The change isAndy Polyakov2005-05-211-1/+2
* Further BUILDENV refinement, further fool-proofing of Makefiles andAndy Polyakov2005-05-161-6/+80
* make updateBodo Möller2005-05-161-79/+4
* Fool-proofing MakefilesAndy Polyakov2005-05-151-4/+1
* Various Win32 and other fixes for warnings and compilation errors.Dr. Stephen Henson2005-04-191-1/+2
* Rebuild error codes.Dr. Stephen Henson2005-04-121-6/+10
* Add emacs cache files to .cvsignore.Richard Levitte2005-04-111-0/+2
* make sure error queue is totally emptiedNils Larsch2005-04-071-1/+1
* Blow away Makefile.ssl.Ben Laurie2005-03-301-4/+3
* undo Cygwin changeUlf Möller2005-03-241-6/+20
* Use Windows randomness code on CygwinUlf Möller2005-03-191-2/+2
* Fix hang in EGD/PRNGD query when communication socket is closedLutz Jänicke2005-02-191-2/+6
* Fix an "oops" typo! Well, it was a debugging left-over...Andy Polyakov2005-01-131-1/+1
* O_NOFOLLOW is not appropriate when opening /dev/* entries on Solaris.Andy Polyakov2005-01-131-9/+20
* Correct a faulty address assignment, and add a length check (notRichard Levitte2005-01-121-2/+3
* DJGPP update.Andy Polyakov2005-01-041-1/+7
* Don't use $(EXHEADER) directly in for loops, as most shells will breakRichard Levitte2004-11-021-1/+1
* Make rand_win.c UNICODE savvy.Andy Polyakov2004-07-211-41/+61
* Changes for VOS, submitted by Paul Green <Paul.Green@stratus.com>.Richard Levitte2004-06-281-1/+1
* NetWare fixes provided by Verdon Walker for OpenSSL 0.9.8-dev.Richard Levitte2004-06-281-3/+8
* After the latest round of header-hacking, regenerate the dependencies inGeoff Thorpe2004-05-171-36/+33
* Make reservations for FIPS code in HEAD branch, so that the moment FIPSAndy Polyakov2004-05-171-0/+4
* make updateGeoff Thorpe2004-04-191-14/+6
* Reduce header interdependencies, initially in engine.h (the rest of theGeoff Thorpe2004-04-191-2/+5
* Wrap code starting with a definition.Richard Levitte2004-03-251-0/+2
* A couple more cases where RAND_add() gets an integer instead of aRichard Levitte2004-03-251-2/+2
* It was just pointed out to me that it's better to cast to double...Richard Levitte2004-03-152-2/+2
* Make sure that the last argument to RAND_add() is a float, or someRichard Levitte2004-03-152-5/+5