aboutsummaryrefslogtreecommitdiff
path: root/crypto/rand/rand_win.c
AgeCommit message (Expand)AuthorFilesLines
2016-02-05GH601: Various spelling fixes.FdaSilvaYY1-1/+1
2016-01-26Remove /* foo.c */ commentsRich Salz1-1/+0
2015-11-09Continue standardising malloc style for libcryptoMatt Caswell1-1/+1
2015-09-29Fix -Wshadow warnings in mingw builds.Andy Polyakov1-3/+3
2015-05-14Identify and move common internal libcrypto header filesRichard Levitte1-1/+1
2015-02-06Live code cleanup: remove #if 1 stuffRich Salz1-2/+0
2015-01-29Dead code removal: #if 0 bio, comp, randRich Salz1-10/+0
2015-01-22Run util/openssl-format-source -v -c .Matt Caswell1-588/+585
2015-01-22indent has problems with comments that are on the right hand side of a line.Matt Caswell1-6/+7
2015-01-13Avoid deprecation problems in Visual Studio 13Matt Caswell1-59/+2
2015-01-06Further comment amendments to preserve formatting prior to source reformatMatt Caswell1-1/+2
2014-12-08remove OPENSSL_FIPSAPIDr. Stephen Henson1-1/+1
2014-09-18RT2301: GetDIBits, not GetBitmapBits in rand_winJake Goulding1-18/+19
2014-02-25Avoid Windows 8 Getversion deprecated errors.Dr. Stephen Henson1-1/+1
2011-02-03Add FIPS support to the WIN32 build system.Dr. Stephen Henson1-0/+2
2010-03-22rand_win.c: fix logical bug in readscreen.Andy Polyakov1-1/+1
2010-02-17PR: 2100Dr. Stephen Henson1-0/+1
2010-01-19rand_win.c: fix time limit logic.Andy Polyakov1-5/+5
2010-01-19rand_win.c: handle GetTickCount wrap-around.Andy Polyakov1-10/+10
2009-09-20Don't use __try+__except unless on VC++Dr. Stephen Henson1-0/+24
2009-07-24Update from 0.9.8-stable.Dr. Stephen Henson1-2/+26
2005-10-13Broaden compatibility amount Win32 headers even further [some don't haveAndy Polyakov1-1/+1
2005-09-22Broaden compatibility among Windows SDK versions. Elder versions don't haveAndy Polyakov1-1/+1
2005-08-07Final(?) WinCE update.Andy Polyakov1-8/+8
2005-08-03WCE update, mostly typos.Andy Polyakov1-1/+3
2005-08-02Abstain from GUI calls in rand_win.c in NT service context.Andy Polyakov1-29/+21
2005-08-02Eliminate bogus #if WCEPLATFORM!=MS_HPC_PRO [which by the way unconditionallyAndy Polyakov1-9/+10
2005-05-21Move _WIN32_WINNT definition from command line to e_os.h. The change isAndy Polyakov1-1/+2
2005-04-19Various Win32 and other fixes for warnings and compilation errors.Dr. Stephen Henson1-1/+2
2005-03-24undo Cygwin changeUlf Möller1-6/+20
2005-03-19Use Windows randomness code on CygwinUlf Möller1-2/+2
2004-07-21Make rand_win.c UNICODE savvy.Andy Polyakov1-41/+61
2004-01-04Update URILutz Jänicke1-1/+1
2003-08-07Correct two problems, found by Martin Kochanski <cardbox@easynet.co.uk>:Richard Levitte1-4/+10
2002-12-03Windows CE updates, contributed by Steven Reddie <smr@essemer.com.au>Richard Levitte1-1/+1
2002-11-15WinCE patchesRichard Levitte1-27/+46
2002-11-14Close the implicitely opened registry key.Richard Levitte1-1/+10
2002-02-21disable '#ifdef DEBUG' sectionsBodo Möller1-3/+3
2001-03-10Typo.Dr. Stephen Henson1-1/+1
2001-03-08old MSVC versions don't have rdtscUlf Möller1-1/+2
2001-02-20Use new-style system-id macros everywhere possible. I hope I haven'tRichard Levitte1-1/+1
2001-01-12Disable RegQueryValueEx() call.Bodo Möller1-0/+5
2001-01-08Change RAND_poll for Unix to try a number of devices and only readRichard Levitte1-49/+0
2000-12-17Simplify preprocessor statements.Bodo Möller1-6/+4
2000-12-16Do not poll DEVRANDOM if weäre building without an file pointer API.Richard Levitte1-0/+6
2000-11-29fix for Borland CUlf Möller1-1/+1
2000-11-04Set the CryptoAPI randomness estimate back to 0.Ulf Möller1-1/+1
2000-11-03increase the value a bitUlf Möller1-1/+1
2000-09-21Changes by Jeffrey Altman <jaltman@columbia.edu> to make RAND_poll()Richard Levitte1-69/+107
2000-09-18Going through performance statistics sometimes generates an exception,Richard Levitte1-3/+7