aboutsummaryrefslogtreecommitdiffstats
path: root/crypto/rand/rand_win.c
Commit message (Expand)AuthorAgeFilesLines
* Fix reseeding issues of the public RAND_DRBGDr. Matthias St. Pierre2017-10-181-30/+54
* RAND: Rename the RAND_poll_ex() callback and its typedefDr. Matthias St. Pierre2017-08-281-4/+4
* Various RAND improvementsRich Salz2017-08-071-12/+15
* Switch from ossl_rand to DRBG randRich Salz2017-08-031-6/+6
* Add --with-rand-seedRich Salz2017-07-221-65/+33
* Fix one more instance of incorrect OPENSSL_API_COMPAT valueMatt Caswell2016-06-271-1/+1
* Added define for STATUS_SUCCESSMat2016-06-031-5/+8
* Adds casts for 64-bitMat2016-06-031-3/+3
* Define USE_BCRYPTMat2016-06-031-5/+7
* Use BCryptGenRandom on Windows 7 or higherMat2016-06-031-7/+19
* add removed functions back as deprecatedJoey Yandle2016-05-291-0/+13
* get rid of unnecessary includeJoey Yandle2016-05-291-1/+0
* remove RAND_screen and friendsJoey Yandle2016-05-291-68/+0
* cherry pick pr-512 changesJoey Yandle2016-05-291-95/+0
* OR flags with CRYPT_SILENT to really make sure no UI pops upJoey Yandle2016-05-291-2/+2
* fix endif commentJoey Yandle2016-05-291-1/+1
* remove all WINCE ifdefsJoey Yandle2016-05-291-35/+2
* - remove insane heap walk and kernel loading code; clean up style and calling...Joey Yandle2016-05-291-349/+13
* Copyright consolidation 09/10Rich Salz2016-05-171-107/+6
* GH601: Various spelling fixes.FdaSilvaYY2016-02-051-1/+1
* Remove /* foo.c */ commentsRich Salz2016-01-261-1/+0
* Continue standardising malloc style for libcryptoMatt Caswell2015-11-091-1/+1
* Fix -Wshadow warnings in mingw builds.Andy Polyakov2015-09-291-3/+3
* Identify and move common internal libcrypto header filesRichard Levitte2015-05-141-1/+1
* Live code cleanup: remove #if 1 stuffRich Salz2015-02-061-2/+0
* Dead code removal: #if 0 bio, comp, randRich Salz2015-01-291-10/+0
* Run util/openssl-format-source -v -c .Matt Caswell2015-01-221-588/+585
* indent has problems with comments that are on the right hand side of a line.Matt Caswell2015-01-221-6/+7
* Avoid deprecation problems in Visual Studio 13Matt Caswell2015-01-131-59/+2
* Further comment amendments to preserve formatting prior to source reformatMatt Caswell2015-01-061-1/+2
* remove OPENSSL_FIPSAPIDr. Stephen Henson2014-12-081-1/+1
* RT2301: GetDIBits, not GetBitmapBits in rand_winJake Goulding2014-09-181-18/+19
* Avoid Windows 8 Getversion deprecated errors.Dr. Stephen Henson2014-02-251-1/+1
* Add FIPS support to the WIN32 build system.Dr. Stephen Henson2011-02-031-0/+2
* rand_win.c: fix logical bug in readscreen.Andy Polyakov2010-03-221-1/+1
* PR: 2100Dr. Stephen Henson2010-02-171-0/+1
* rand_win.c: fix time limit logic.Andy Polyakov2010-01-191-5/+5
* rand_win.c: handle GetTickCount wrap-around.Andy Polyakov2010-01-191-10/+10
* Don't use __try+__except unless on VC++Dr. Stephen Henson2009-09-201-0/+24
* Update from 0.9.8-stable.Dr. Stephen Henson2009-07-241-2/+26
* 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
* 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
* Move _WIN32_WINNT definition from command line to e_os.h. The change isAndy Polyakov2005-05-211-1/+2
* Various Win32 and other fixes for warnings and compilation errors.Dr. Stephen Henson2005-04-191-1/+2
* undo Cygwin changeUlf Möller2005-03-241-6/+20
* Use Windows randomness code on CygwinUlf Möller2005-03-191-2/+2