summaryrefslogtreecommitdiff
path: root/crypto/rand
Commit message (Expand)AuthorAgeFilesLines
* rand_win.c: fix logical bug in readscreen [from HEAD].Andy Polyakov2010-03-221-1/+1
* PR: 2100Dr. Stephen Henson2010-02-171-0/+1
* PR: 2138Dr. Stephen Henson2010-01-261-0/+9
* rand_win.c: handel GetTickCount wrap-around [from HEAD].Andy Polyakov2010-01-191-10/+10
* Don't use __try+__except unless on VC++Dr. Stephen Henson2009-09-201-0/+24
* PR: 1992Dr. Stephen Henson2009-07-241-2/+26
* PR: 1937Dr. Stephen Henson2009-06-021-4/+4
* Use shared dev team flags, fix resulting warning.Ben Laurie2009-02-161-1/+1
* Backport http://cvs.openssl.org/chngview?cn=17710 from HEAD.Andy Polyakov2008-12-301-0/+7
* randfile.c: .rnd can become orphaned on VMS [from HEAD].Andy Polyakov2008-10-281-20/+39
* Make update: delete duplicate error code.Dr. Stephen Henson2008-09-171-21/+44
* Merge changes to build system from fips branch.Dr. Stephen Henson2008-09-161-1/+1
* Add missing file.Dr. Stephen Henson2008-09-161-0/+152
* RAND library FIPS merge.Dr. Stephen Henson2008-09-166-5/+142
* Fix error code discrepancy.Dr. Stephen Henson2008-09-141-6/+11
* Correctly adjust location of commentLutz Jänicke2008-05-201-1/+1
* Another occurance of possible valgrind/purify "uninitialized memory"Lutz Jänicke2008-05-161-0/+4
* Netware support.Dr. Stephen Henson2008-01-031-2/+9
* The use of the PURIFY macro in ssleay_rand_bytes() is sufficient toLutz Jänicke2007-09-211-6/+0
* Use PURIFY instead of PEDANTIC.Ben Laurie2007-09-201-2/+2
* Wrap "keep valgrind happy" change in #ifdef PEDANTIC so any entropy in theDr. Stephen Henson2007-09-191-0/+4
* 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
* Update from HEAD.Dr. Stephen Henson2007-01-211-1/+1
* Rebuild error file C source files.Dr. Stephen Henson2006-11-211-6/+3
* 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-71/+72
* Use poll() when possible to gather Unix randomness entropyRichard Levitte2006-06-271-7/+52
* Update filenames in makefilesDr. Stephen Henson2006-02-041-1/+1
* Broaden compatibility amount Win32 headers even further [from HEAD].Andy Polyakov2005-10-131-1/+1
* Broaden compatibility among Windows SDK versions [from HEAD].Andy Polyakov2005-09-221-1/+1
* fix warnings when building openssl with (gcc 3.3.1):Nils Larsch2005-08-282-3/+5
* Windows CE update from HEAD.Andy Polyakov2005-08-071-8/+8
* WCE update, mostly typos [from HEAD].Andy Polyakov2005-08-031-1/+3
* Abstain from GUI calls in rand_win.c in NT service context [from HEAD].Andy Polyakov2005-08-021-29/+21
* WCE update from HEAD.Andy Polyakov2005-08-021-9/+10
* 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 [from HEAD].Andy 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