Dead code removal: #if 0 bio, comp, rand
[openssl.git] / crypto / rand / rand_win.c
2015-01-30 Rich SalzDead code removal: #if 0 bio, comp, rand
2015-01-22 Matt CaswellRun util/openssl-format-source -v -c .
2015-01-22 Matt Caswellindent has problems with comments that are on the right...
2015-01-13 Matt CaswellAvoid deprecation problems in Visual Studio 13
2015-01-06 Matt CaswellFurther comment amendments to preserve formatting prior...
2014-12-08 Dr. Stephen Hensonremove OPENSSL_FIPSAPI
2014-09-18 Jake GouldingRT2301: GetDIBits, not GetBitmapBits in rand_win
2014-02-25 Dr. Stephen HensonAvoid Windows 8 Getversion deprecated errors.
2011-02-03 Dr. Stephen HensonAdd FIPS support to the WIN32 build system.
2010-03-22 Andy Polyakovrand_win.c: fix logical bug in readscreen.
2010-02-17 Dr. Stephen HensonPR: 2100
2010-01-19 Andy Polyakovrand_win.c: fix time limit logic.
2010-01-19 Andy Polyakovrand_win.c: handle GetTickCount wrap-around.
2009-09-20 Dr. Stephen HensonDon't use __try+__except unless on VC++
2009-07-24 Dr. Stephen HensonUpdate from 0.9.8-stable.
2005-10-13 Andy PolyakovBroaden compatibility amount Win32 headers even further...
2005-09-22 Andy PolyakovBroaden compatibility among Windows SDK versions. Elder...
2005-08-07 Andy PolyakovFinal(?) WinCE update.
2005-08-03 Andy PolyakovWCE update, mostly typos.
2005-08-02 Andy PolyakovAbstain from GUI calls in rand_win.c in NT service...
2005-08-02 Andy PolyakovEliminate bogus #if WCEPLATFORM!=MS_HPC_PRO [which...
2005-05-21 Andy PolyakovMove _WIN32_WINNT definition from command line to e_os...
2005-04-19 Dr. Stephen HensonVarious Win32 and other fixes for warnings and compilat...
2005-03-24 Ulf Möllerundo Cygwin change
2005-03-19 Ulf MöllerUse Windows randomness code on Cygwin
2004-07-21 Andy PolyakovMake rand_win.c UNICODE savvy.
2004-01-04 Lutz JänickeUpdate URI
2003-08-07 Richard LevitteCorrect two problems, found by Martin Kochanski <cardbo...
2002-12-03 Richard LevitteWindows CE updates, contributed by Steven Reddie <smr...
2002-11-15 Richard LevitteWinCE patches
2002-11-14 Richard LevitteClose the implicitely opened registry key.
2002-02-21 Bodo Möllerdisable '#ifdef DEBUG' sections
2001-03-10 Dr. Stephen HensonTypo.
2001-03-08 Ulf Möllerold MSVC versions don't have rdtsc
2001-02-20 Richard LevitteUse new-style system-id macros everywhere possible...
2001-01-12 Bodo MöllerDisable RegQueryValueEx() call.
2001-01-08 Richard LevitteChange RAND_poll for Unix to try a number of devices...
2000-12-17 Bodo MöllerSimplify preprocessor statements.
2000-12-16 Richard LevitteDo not poll DEVRANDOM if weäre building without an...
2000-11-29 Ulf Möllerfix for Borland C
2000-11-04 Ulf MöllerSet the CryptoAPI randomness estimate back to 0.
2000-11-03 Ulf Möllerincrease the value a bit
2000-09-21 Richard LevitteChanges by Jeffrey Altman <jaltman@columbia.edu> to...
2000-09-18 Richard LevitteGoing through performance statistics sometimes generate...
2000-09-18 Richard Levittecyclecount is only used when __GNUC__ isn't defined.
2000-09-18 Richard LevitteDisable the net statistics gathering code, since differ...
2000-09-18 Richard LevitteJeffrey Altman reminds us to initialize some variables...
2000-09-17 Richard LevitteJeffrey Altman <jaltman@columbia.edu> sent me a patch...
2000-09-15 Richard LevitteLater, Jeffrey changed his mind. Apparently, GetCursor...
2000-09-15 Ulf MöllerJeffrey Altman points out that GetQueueStatus() crashes...
2000-09-14 Richard LevitteJeffrey Altman convinced me this patch was really neede...
2000-09-13 Ulf MöllerPoint to Peter Gutmann's revised paper.
2000-09-13 Richard Levitte3 changes:
2000-09-11 Richard LevitteA cast is needed or Borland C will complain.
2000-07-21 Ulf Mölleroops.
2000-07-21 Ulf Möllerdon't print debug output
2000-07-19 Ulf MöllerRandomness polling function for Win9x.
2000-06-21 Dr. Stephen HensonFixes for Win32 build.
2000-06-01 Richard LevitteThere have been a number of complaints from a number...
2000-05-31 Bodo MöllerMove Windows seeding functions into a separate file.