PACKETise ServerHello processing
[openssl.git] / crypto / rand / rand_win.c
1 /* crypto/rand/rand_win.c */
2 /* Copyright (C) 1995-1998 Eric Young (eay@cryptsoft.com)
3  * All rights reserved.
4  *
5  * This package is an SSL implementation written
6  * by Eric Young (eay@cryptsoft.com).
7  * The implementation was written so as to conform with Netscapes SSL.
8  *
9  * This library is free for commercial and non-commercial use as long as
10  * the following conditions are aheared to.  The following conditions
11  * apply to all code found in this distribution, be it the RC4, RSA,
12  * lhash, DES, etc., code; not just the SSL code.  The SSL documentation
13  * included with this distribution is covered by the same copyright terms
14  * except that the holder is Tim Hudson (tjh@cryptsoft.com).
15  *
16  * Copyright remains Eric Young's, and as such any Copyright notices in
17  * the code are not to be removed.
18  * If this package is used in a product, Eric Young should be given attribution
19  * as the author of the parts of the library used.
20  * This can be in the form of a textual message at program startup or
21  * in documentation (online or textual) provided with the package.
22  *
23  * Redistribution and use in source and binary forms, with or without
24  * modification, are permitted provided that the following conditions
25  * are met:
26  * 1. Redistributions of source code must retain the copyright
27  *    notice, this list of conditions and the following disclaimer.
28  * 2. Redistributions in binary form must reproduce the above copyright
29  *    notice, this list of conditions and the following disclaimer in the
30  *    documentation and/or other materials provided with the distribution.
31  * 3. All advertising materials mentioning features or use of this software
32  *    must display the following acknowledgement:
33  *    "This product includes cryptographic software written by
34  *     Eric Young (eay@cryptsoft.com)"
35  *    The word 'cryptographic' can be left out if the rouines from the library
36  *    being used are not cryptographic related :-).
37  * 4. If you include any Windows specific code (or a derivative thereof) from
38  *    the apps directory (application code) you must include an acknowledgement:
39  *    "This product includes software written by Tim Hudson (tjh@cryptsoft.com)"
40  *
41  * THIS SOFTWARE IS PROVIDED BY ERIC YOUNG ``AS IS'' AND
42  * ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
43  * IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
44  * ARE DISCLAIMED.  IN NO EVENT SHALL THE AUTHOR OR CONTRIBUTORS BE LIABLE
45  * FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
46  * DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS
47  * OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
48  * HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
49  * LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
50  * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
51  * SUCH DAMAGE.
52  *
53  * The licence and distribution terms for any publically available version or
54  * derivative of this code cannot be changed.  i.e. this code cannot simply be
55  * copied and put under another distribution licence
56  * [including the GNU Public Licence.]
57  */
58 /* ====================================================================
59  * Copyright (c) 1998-2000 The OpenSSL Project.  All rights reserved.
60  *
61  * Redistribution and use in source and binary forms, with or without
62  * modification, are permitted provided that the following conditions
63  * are met:
64  *
65  * 1. Redistributions of source code must retain the above copyright
66  *    notice, this list of conditions and the following disclaimer.
67  *
68  * 2. Redistributions in binary form must reproduce the above copyright
69  *    notice, this list of conditions and the following disclaimer in
70  *    the documentation and/or other materials provided with the
71  *    distribution.
72  *
73  * 3. All advertising materials mentioning features or use of this
74  *    software must display the following acknowledgment:
75  *    "This product includes software developed by the OpenSSL Project
76  *    for use in the OpenSSL Toolkit. (http://www.openssl.org/)"
77  *
78  * 4. The names "OpenSSL Toolkit" and "OpenSSL Project" must not be used to
79  *    endorse or promote products derived from this software without
80  *    prior written permission. For written permission, please contact
81  *    openssl-core@openssl.org.
82  *
83  * 5. Products derived from this software may not be called "OpenSSL"
84  *    nor may "OpenSSL" appear in their names without prior written
85  *    permission of the OpenSSL Project.
86  *
87  * 6. Redistributions of any form whatsoever must retain the following
88  *    acknowledgment:
89  *    "This product includes software developed by the OpenSSL Project
90  *    for use in the OpenSSL Toolkit (http://www.openssl.org/)"
91  *
92  * THIS SOFTWARE IS PROVIDED BY THE OpenSSL PROJECT ``AS IS'' AND ANY
93  * EXPRESSED OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
94  * IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR
95  * PURPOSE ARE DISCLAIMED.  IN NO EVENT SHALL THE OpenSSL PROJECT OR
96  * ITS CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,
97  * SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT
98  * NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES;
99  * LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
100  * HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT,
101  * STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE)
102  * ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED
103  * OF THE POSSIBILITY OF SUCH DAMAGE.
104  * ====================================================================
105  *
106  * This product includes cryptographic software written by Eric Young
107  * (eay@cryptsoft.com).  This product includes software written by Tim
108  * Hudson (tjh@cryptsoft.com).
109  *
110  */
111
112 #include "internal/cryptlib.h"
113 #include <openssl/rand.h>
114 #include "rand_lcl.h"
115
116 #if defined(OPENSSL_SYS_WINDOWS) || defined(OPENSSL_SYS_WIN32)
117 # include <windows.h>
118 # ifndef _WIN32_WINNT
119 #  define _WIN32_WINNT 0x0400
120 # endif
121 # include <wincrypt.h>
122 # include <tlhelp32.h>
123
124 /*
125  * Limit the time spent walking through the heap, processes, threads and
126  * modules to a maximum of 1000 miliseconds each, unless CryptoGenRandom
127  * failed
128  */
129 # define MAXDELAY 1000
130
131 /*
132  * Intel hardware RNG CSP -- available from
133  * http://developer.intel.com/design/security/rng/redist_license.htm
134  */
135 # define PROV_INTEL_SEC 22
136 # define INTEL_DEF_PROV L"Intel Hardware Cryptographic Service Provider"
137
138 static void readtimer(void);
139 static void readscreen(void);
140
141 /*
142  * It appears like CURSORINFO, PCURSORINFO and LPCURSORINFO are only defined
143  * when WINVER is 0x0500 and up, which currently only happens on Win2000.
144  * Unfortunately, those are typedefs, so they're a little bit difficult to
145  * detect properly.  On the other hand, the macro CURSOR_SHOWING is defined
146  * within the same conditional, so it can be use to detect the absence of
147  * said typedefs.
148  */
149
150 # ifndef CURSOR_SHOWING
151 /*
152  * Information about the global cursor.
153  */
154 typedef struct tagCURSORINFO {
155     DWORD cbSize;
156     DWORD flags;
157     HCURSOR hCursor;
158     POINT ptScreenPos;
159 } CURSORINFO, *PCURSORINFO, *LPCURSORINFO;
160
161 #  define CURSOR_SHOWING     0x00000001
162 # endif                         /* CURSOR_SHOWING */
163
164 # if !defined(OPENSSL_SYS_WINCE)
165 typedef BOOL(WINAPI *CRYPTACQUIRECONTEXTW) (HCRYPTPROV *, LPCWSTR, LPCWSTR,
166                                             DWORD, DWORD);
167 typedef BOOL(WINAPI *CRYPTGENRANDOM) (HCRYPTPROV, DWORD, BYTE *);
168 typedef BOOL(WINAPI *CRYPTRELEASECONTEXT) (HCRYPTPROV, DWORD);
169
170 typedef HWND(WINAPI *GETFOREGROUNDWINDOW) (VOID);
171 typedef BOOL(WINAPI *GETCURSORINFO) (PCURSORINFO);
172 typedef DWORD(WINAPI *GETQUEUESTATUS) (UINT);
173
174 typedef HANDLE(WINAPI *CREATETOOLHELP32SNAPSHOT) (DWORD, DWORD);
175 typedef BOOL(WINAPI *CLOSETOOLHELP32SNAPSHOT) (HANDLE);
176 typedef BOOL(WINAPI *HEAP32FIRST) (LPHEAPENTRY32, DWORD, size_t);
177 typedef BOOL(WINAPI *HEAP32NEXT) (LPHEAPENTRY32);
178 typedef BOOL(WINAPI *HEAP32LIST) (HANDLE, LPHEAPLIST32);
179 typedef BOOL(WINAPI *PROCESS32) (HANDLE, LPPROCESSENTRY32);
180 typedef BOOL(WINAPI *THREAD32) (HANDLE, LPTHREADENTRY32);
181 typedef BOOL(WINAPI *MODULE32) (HANDLE, LPMODULEENTRY32);
182
183 #  include <lmcons.h>
184 #  include <lmstats.h>
185 /*
186  * The NET API is Unicode only.  It requires the use of the UNICODE macro.
187  * When UNICODE is defined LPTSTR becomes LPWSTR.  LMSTR was was added to the
188  * Platform SDK to allow the NET API to be used in non-Unicode applications
189  * provided that Unicode strings were still used for input.  LMSTR is defined
190  * as LPWSTR.
191  */
192 typedef NET_API_STATUS(NET_API_FUNCTION *NETSTATGET)
193  (LPWSTR, LPWSTR, DWORD, DWORD, LPBYTE *);
194 typedef NET_API_STATUS(NET_API_FUNCTION *NETFREE) (LPBYTE);
195 # endif                         /* !OPENSSL_SYS_WINCE */
196
197 int RAND_poll(void)
198 {
199     MEMORYSTATUS m;
200     HCRYPTPROV hProvider = 0;
201     DWORD w;
202     int good = 0;
203
204 # if defined(OPENSSL_SYS_WINCE)
205 #  if defined(_WIN32_WCE) && _WIN32_WCE>=300
206     /*
207      * Even though MSDN says _WIN32_WCE>=210, it doesn't seem to be available
208      * in commonly available implementations prior 300...
209      */
210     {
211         BYTE buf[64];
212         /* poll the CryptoAPI PRNG */
213         /* The CryptoAPI returns sizeof(buf) bytes of randomness */
214         if (CryptAcquireContextW(&hProvider, NULL, NULL, PROV_RSA_FULL,
215                                  CRYPT_VERIFYCONTEXT)) {
216             if (CryptGenRandom(hProvider, sizeof(buf), buf))
217                 RAND_add(buf, sizeof(buf), sizeof(buf));
218             CryptReleaseContext(hProvider, 0);
219         }
220     }
221 #  endif
222 # else                          /* OPENSSL_SYS_WINCE */
223     /*
224      * None of below libraries are present on Windows CE, which is
225      * why we #ifndef the whole section. This also excuses us from
226      * handling the GetProcAddress issue. The trouble is that in
227      * real Win32 API GetProcAddress is available in ANSI flavor
228      * only. In WinCE on the other hand GetProcAddress is a macro
229      * most commonly defined as GetProcAddressW, which accepts
230      * Unicode argument. If we were to call GetProcAddress under
231      * WinCE, I'd recommend to either redefine GetProcAddress as
232      * GetProcAddressA (there seem to be one in common CE spec) or
233      * implement own shim routine, which would accept ANSI argument
234      * and expand it to Unicode.
235      */
236     {
237         /* load functions dynamically - not available on all systems */
238         HMODULE advapi = LoadLibrary(TEXT("ADVAPI32.DLL"));
239         HMODULE kernel = LoadLibrary(TEXT("KERNEL32.DLL"));
240         HMODULE user = NULL;
241         HMODULE netapi = LoadLibrary(TEXT("NETAPI32.DLL"));
242         CRYPTACQUIRECONTEXTW acquire = NULL;
243         CRYPTGENRANDOM gen = NULL;
244         CRYPTRELEASECONTEXT release = NULL;
245         NETSTATGET netstatget = NULL;
246         NETFREE netfree = NULL;
247         BYTE buf[64];
248
249         if (netapi) {
250             netstatget =
251                 (NETSTATGET) GetProcAddress(netapi, "NetStatisticsGet");
252             netfree = (NETFREE) GetProcAddress(netapi, "NetApiBufferFree");
253         }
254
255         if (netstatget && netfree) {
256             LPBYTE outbuf;
257             /*
258              * NetStatisticsGet() is a Unicode only function
259              * STAT_WORKSTATION_0 contains 45 fields and STAT_SERVER_0
260              * contains 17 fields.  We treat each field as a source of one
261              * byte of entropy.
262              */
263
264             if (netstatget(NULL, L"LanmanWorkstation", 0, 0, &outbuf) == 0) {
265                 RAND_add(outbuf, sizeof(STAT_WORKSTATION_0), 45);
266                 netfree(outbuf);
267             }
268             if (netstatget(NULL, L"LanmanServer", 0, 0, &outbuf) == 0) {
269                 RAND_add(outbuf, sizeof(STAT_SERVER_0), 17);
270                 netfree(outbuf);
271             }
272         }
273
274         if (netapi)
275             FreeLibrary(netapi);
276
277         /*
278          * It appears like this can cause an exception deep within
279          * ADVAPI32.DLL at random times on Windows 2000.  Reported by Jeffrey
280          * Altman. Only use it on NT.
281          */
282
283         if (advapi) {
284             /*
285              * If it's available, then it's available in both ANSI
286              * and UNICODE flavors even in Win9x, documentation says.
287              * We favor Unicode...
288              */
289             acquire = (CRYPTACQUIRECONTEXTW) GetProcAddress(advapi,
290                                                             "CryptAcquireContextW");
291             gen = (CRYPTGENRANDOM) GetProcAddress(advapi, "CryptGenRandom");
292             release = (CRYPTRELEASECONTEXT) GetProcAddress(advapi,
293                                                            "CryptReleaseContext");
294         }
295
296         if (acquire && gen && release) {
297             /* poll the CryptoAPI PRNG */
298             /* The CryptoAPI returns sizeof(buf) bytes of randomness */
299             if (acquire(&hProvider, NULL, NULL, PROV_RSA_FULL,
300                         CRYPT_VERIFYCONTEXT)) {
301                 if (gen(hProvider, sizeof(buf), buf) != 0) {
302                     RAND_add(buf, sizeof(buf), 0);
303                     good = 1;
304                 }
305                 release(hProvider, 0);
306             }
307
308             /* poll the Pentium PRG with CryptoAPI */
309             if (acquire(&hProvider, 0, INTEL_DEF_PROV, PROV_INTEL_SEC, 0)) {
310                 if (gen(hProvider, sizeof(buf), buf) != 0) {
311                     RAND_add(buf, sizeof(buf), sizeof(buf));
312                     good = 1;
313                 }
314                 release(hProvider, 0);
315             }
316         }
317
318         if (advapi)
319             FreeLibrary(advapi);
320
321         if ((!check_winnt() ||
322              !OPENSSL_isservice()) &&
323             (user = LoadLibrary(TEXT("USER32.DLL")))) {
324             GETCURSORINFO cursor;
325             GETFOREGROUNDWINDOW win;
326             GETQUEUESTATUS queue;
327
328             win =
329                 (GETFOREGROUNDWINDOW) GetProcAddress(user,
330                                                      "GetForegroundWindow");
331             cursor = (GETCURSORINFO) GetProcAddress(user, "GetCursorInfo");
332             queue = (GETQUEUESTATUS) GetProcAddress(user, "GetQueueStatus");
333
334             if (win) {
335                 /* window handle */
336                 HWND h = win();
337                 RAND_add(&h, sizeof(h), 0);
338             }
339             if (cursor) {
340                 /*
341                  * unfortunately, its not safe to call GetCursorInfo() on NT4
342                  * even though it exists in SP3 (or SP6) and higher.
343                  */
344                 if (check_winnt() && !check_win_minplat(5))
345                     cursor = 0;
346             }
347             if (cursor) {
348                 /* cursor position */
349                 /* assume 2 bytes of entropy */
350                 CURSORINFO ci;
351                 ci.cbSize = sizeof(CURSORINFO);
352                 if (cursor(&ci))
353                     RAND_add(&ci, ci.cbSize, 2);
354             }
355
356             if (queue) {
357                 /* message queue status */
358                 /* assume 1 byte of entropy */
359                 w = queue(QS_ALLEVENTS);
360                 RAND_add(&w, sizeof(w), 1);
361             }
362
363             FreeLibrary(user);
364         }
365
366         /*-
367          * Toolhelp32 snapshot: enumerate processes, threads, modules and heap
368          * http://msdn.microsoft.com/library/psdk/winbase/toolhelp_5pfd.htm
369          * (Win 9x and 2000 only, not available on NT)
370          *
371          * This seeding method was proposed in Peter Gutmann, Software
372          * Generation of Practically Strong Random Numbers,
373          * http://www.usenix.org/publications/library/proceedings/sec98/gutmann.html
374          * revised version at http://www.cryptoengines.com/~peter/06_random.pdf
375          * (The assignment of entropy estimates below is arbitrary, but based
376          * on Peter's analysis the full poll appears to be safe. Additional
377          * interactive seeding is encouraged.)
378          */
379
380         if (kernel) {
381             CREATETOOLHELP32SNAPSHOT snap;
382             CLOSETOOLHELP32SNAPSHOT close_snap;
383             HANDLE handle;
384
385             HEAP32FIRST heap_first;
386             HEAP32NEXT heap_next;
387             HEAP32LIST heaplist_first, heaplist_next;
388             PROCESS32 process_first, process_next;
389             THREAD32 thread_first, thread_next;
390             MODULE32 module_first, module_next;
391
392             HEAPLIST32 hlist;
393             HEAPENTRY32 hentry;
394             PROCESSENTRY32 p;
395             THREADENTRY32 t;
396             MODULEENTRY32 m;
397             DWORD starttime = 0;
398
399             snap = (CREATETOOLHELP32SNAPSHOT)
400                 GetProcAddress(kernel, "CreateToolhelp32Snapshot");
401             close_snap = (CLOSETOOLHELP32SNAPSHOT)
402                 GetProcAddress(kernel, "CloseToolhelp32Snapshot");
403             heap_first = (HEAP32FIRST) GetProcAddress(kernel, "Heap32First");
404             heap_next = (HEAP32NEXT) GetProcAddress(kernel, "Heap32Next");
405             heaplist_first =
406                 (HEAP32LIST) GetProcAddress(kernel, "Heap32ListFirst");
407             heaplist_next =
408                 (HEAP32LIST) GetProcAddress(kernel, "Heap32ListNext");
409             process_first =
410                 (PROCESS32) GetProcAddress(kernel, "Process32First");
411             process_next =
412                 (PROCESS32) GetProcAddress(kernel, "Process32Next");
413             thread_first = (THREAD32) GetProcAddress(kernel, "Thread32First");
414             thread_next = (THREAD32) GetProcAddress(kernel, "Thread32Next");
415             module_first = (MODULE32) GetProcAddress(kernel, "Module32First");
416             module_next = (MODULE32) GetProcAddress(kernel, "Module32Next");
417
418             if (snap && heap_first && heap_next && heaplist_first &&
419                 heaplist_next && process_first && process_next &&
420                 thread_first && thread_next && module_first &&
421                 module_next && (handle = snap(TH32CS_SNAPALL, 0))
422                 != INVALID_HANDLE_VALUE) {
423                 /* heap list and heap walking */
424                 /*
425                  * HEAPLIST32 contains 3 fields that will change with each
426                  * entry.  Consider each field a source of 1 byte of entropy.
427                  * HEAPENTRY32 contains 5 fields that will change with each
428                  * entry.  Consider each field a source of 1 byte of entropy.
429                  */
430                 ZeroMemory(&hlist, sizeof(HEAPLIST32));
431                 hlist.dwSize = sizeof(HEAPLIST32);
432                 if (good)
433                     starttime = GetTickCount();
434 #  ifdef _MSC_VER
435                 if (heaplist_first(handle, &hlist)) {
436                     /*
437                      * following discussion on dev ML, exception on WinCE (or
438                      * other Win platform) is theoretically of unknown
439                      * origin; prevent infinite loop here when this
440                      * theoretical case occurs; otherwise cope with the
441                      * expected (MSDN documented) exception-throwing
442                      * behaviour of Heap32Next() on WinCE.
443                      *
444                      * based on patch in original message by Tanguy Fautré
445                      * (2009/03/02) Subject: RAND_poll() and
446                      * CreateToolhelp32Snapshot() stability
447                      */
448                     int ex_cnt_limit = 42;
449                     do {
450                         RAND_add(&hlist, hlist.dwSize, 3);
451                         __try {
452                             ZeroMemory(&hentry, sizeof(HEAPENTRY32));
453                             hentry.dwSize = sizeof(HEAPENTRY32);
454                             if (heap_first(&hentry,
455                                            hlist.th32ProcessID,
456                                            hlist.th32HeapID)) {
457                                 int entrycnt = 80;
458                                 do
459                                     RAND_add(&hentry, hentry.dwSize, 5);
460                                 while (heap_next(&hentry)
461                                        && (!good
462                                            || (GetTickCount() - starttime) <
463                                            MAXDELAY)
464                                        && --entrycnt > 0);
465                             }
466                         }
467                         __except(EXCEPTION_EXECUTE_HANDLER) {
468                             /*
469                              * ignore access violations when walking the heap
470                              * list
471                              */
472                             ex_cnt_limit--;
473                         }
474                     } while (heaplist_next(handle, &hlist)
475                              && (!good
476                                  || (GetTickCount() - starttime) < MAXDELAY)
477                              && ex_cnt_limit > 0);
478                 }
479 #  else
480                 if (heaplist_first(handle, &hlist)) {
481                     do {
482                         RAND_add(&hlist, hlist.dwSize, 3);
483                         hentry.dwSize = sizeof(HEAPENTRY32);
484                         if (heap_first(&hentry,
485                                        hlist.th32ProcessID,
486                                        hlist.th32HeapID)) {
487                             int entrycnt = 80;
488                             do
489                                 RAND_add(&hentry, hentry.dwSize, 5);
490                             while (heap_next(&hentry)
491                                    && --entrycnt > 0);
492                         }
493                     } while (heaplist_next(handle, &hlist)
494                              && (!good
495                                  || (GetTickCount() - starttime) < MAXDELAY));
496                 }
497 #  endif
498
499                 /* process walking */
500                 /*
501                  * PROCESSENTRY32 contains 9 fields that will change with
502                  * each entry.  Consider each field a source of 1 byte of
503                  * entropy.
504                  */
505                 p.dwSize = sizeof(PROCESSENTRY32);
506
507                 if (good)
508                     starttime = GetTickCount();
509                 if (process_first(handle, &p))
510                     do
511                         RAND_add(&p, p.dwSize, 9);
512                     while (process_next(handle, &p)
513                            && (!good
514                                || (GetTickCount() - starttime) < MAXDELAY));
515
516                 /* thread walking */
517                 /*
518                  * THREADENTRY32 contains 6 fields that will change with each
519                  * entry.  Consider each field a source of 1 byte of entropy.
520                  */
521                 t.dwSize = sizeof(THREADENTRY32);
522                 if (good)
523                     starttime = GetTickCount();
524                 if (thread_first(handle, &t))
525                     do
526                         RAND_add(&t, t.dwSize, 6);
527                     while (thread_next(handle, &t)
528                            && (!good
529                                || (GetTickCount() - starttime) < MAXDELAY));
530
531                 /* module walking */
532                 /*
533                  * MODULEENTRY32 contains 9 fields that will change with each
534                  * entry.  Consider each field a source of 1 byte of entropy.
535                  */
536                 m.dwSize = sizeof(MODULEENTRY32);
537                 if (good)
538                     starttime = GetTickCount();
539                 if (module_first(handle, &m))
540                     do
541                         RAND_add(&m, m.dwSize, 9);
542                     while (module_next(handle, &m)
543                            && (!good
544                                || (GetTickCount() - starttime) < MAXDELAY));
545                 if (close_snap)
546                     close_snap(handle);
547                 else
548                     CloseHandle(handle);
549
550             }
551
552             FreeLibrary(kernel);
553         }
554     }
555 # endif                         /* !OPENSSL_SYS_WINCE */
556
557     /* timer data */
558     readtimer();
559
560     /* memory usage statistics */
561     GlobalMemoryStatus(&m);
562     RAND_add(&m, sizeof(m), 1);
563
564     /* process ID */
565     w = GetCurrentProcessId();
566     RAND_add(&w, sizeof(w), 1);
567
568     return (1);
569 }
570
571 int RAND_event(UINT iMsg, WPARAM wParam, LPARAM lParam)
572 {
573     double add_entropy = 0;
574
575     switch (iMsg) {
576     case WM_KEYDOWN:
577         {
578             static WPARAM key;
579             if (key != wParam)
580                 add_entropy = 0.05;
581             key = wParam;
582         }
583         break;
584     case WM_MOUSEMOVE:
585         {
586             static int lastx, lasty, lastdx, lastdy;
587             int x, y, dx, dy;
588
589             x = LOWORD(lParam);
590             y = HIWORD(lParam);
591             dx = lastx - x;
592             dy = lasty - y;
593             if (dx != 0 && dy != 0 && dx - lastdx != 0 && dy - lastdy != 0)
594                 add_entropy = .2;
595             lastx = x, lasty = y;
596             lastdx = dx, lastdy = dy;
597         }
598         break;
599     }
600
601     readtimer();
602     RAND_add(&iMsg, sizeof(iMsg), add_entropy);
603     RAND_add(&wParam, sizeof(wParam), 0);
604     RAND_add(&lParam, sizeof(lParam), 0);
605
606     return (RAND_status());
607 }
608
609 void RAND_screen(void)
610 {                               /* function available for backward
611                                  * compatibility */
612     RAND_poll();
613     readscreen();
614 }
615
616 /* feed timing information to the PRNG */
617 static void readtimer(void)
618 {
619     DWORD w;
620     LARGE_INTEGER l;
621     static int have_perfc = 1;
622 # if defined(_MSC_VER) && defined(_M_X86)
623     static int have_tsc = 1;
624     DWORD cyclecount;
625
626     if (have_tsc) {
627         __try {
628             __asm {
629             _emit 0x0f _emit 0x31 mov cyclecount, eax}
630             RAND_add(&cyclecount, sizeof(cyclecount), 1);
631         }
632         __except(EXCEPTION_EXECUTE_HANDLER) {
633             have_tsc = 0;
634         }
635     }
636 # else
637 #  define have_tsc 0
638 # endif
639
640     if (have_perfc) {
641         if (QueryPerformanceCounter(&l) == 0)
642             have_perfc = 0;
643         else
644             RAND_add(&l, sizeof(l), 0);
645     }
646
647     if (!have_tsc && !have_perfc) {
648         w = GetTickCount();
649         RAND_add(&w, sizeof(w), 0);
650     }
651 }
652
653 /* feed screen contents to PRNG */
654 /*****************************************************************************
655  *
656  * Created 960901 by Gertjan van Oosten, gertjan@West.NL, West Consulting B.V.
657  *
658  * Code adapted from
659  * <URL:http://support.microsoft.com/default.aspx?scid=kb;[LN];97193>;
660  * the original copyright message is:
661  *
662  *   (C) Copyright Microsoft Corp. 1993.  All rights reserved.
663  *
664  *   You have a royalty-free right to use, modify, reproduce and
665  *   distribute the Sample Files (and/or any modified version) in
666  *   any way you find useful, provided that you agree that
667  *   Microsoft has no warranty obligations or liability for any
668  *   Sample Application Files which are modified.
669  */
670
671 static void readscreen(void)
672 {
673 # if !defined(OPENSSL_SYS_WINCE) && !defined(OPENSSL_SYS_WIN32_CYGWIN)
674     HDC hScrDC;                 /* screen DC */
675     HBITMAP hBitmap;            /* handle for our bitmap */
676     BITMAP bm;                  /* bitmap properties */
677     unsigned int size;          /* size of bitmap */
678     char *bmbits;               /* contents of bitmap */
679     int w;                      /* screen width */
680     int h;                      /* screen height */
681     int y;                      /* y-coordinate of screen lines to grab */
682     int n = 16;                 /* number of screen lines to grab at a time */
683     BITMAPINFOHEADER bi;        /* info about the bitmap */
684
685     if (check_winnt() && OPENSSL_isservice() > 0)
686         return;
687
688     /* Get a reference to the screen DC */
689     hScrDC = GetDC(NULL);
690
691     /* Get screen resolution */
692     w = GetDeviceCaps(hScrDC, HORZRES);
693     h = GetDeviceCaps(hScrDC, VERTRES);
694
695     /* Create a bitmap compatible with the screen DC */
696     hBitmap = CreateCompatibleBitmap(hScrDC, w, n);
697
698     /* Get bitmap properties */
699     GetObject(hBitmap, sizeof(BITMAP), (LPSTR) & bm);
700     size = (unsigned int)bm.bmWidthBytes * bm.bmHeight * bm.bmPlanes;
701
702     bi.biSize = sizeof(BITMAPINFOHEADER);
703     bi.biWidth = bm.bmWidth;
704     bi.biHeight = bm.bmHeight;
705     bi.biPlanes = bm.bmPlanes;
706     bi.biBitCount = bm.bmBitsPixel;
707     bi.biCompression = BI_RGB;
708     bi.biSizeImage = 0;
709     bi.biXPelsPerMeter = 0;
710     bi.biYPelsPerMeter = 0;
711     bi.biClrUsed = 0;
712     bi.biClrImportant = 0;
713
714     bmbits = OPENSSL_malloc(size);
715     if (bmbits) {
716         /* Now go through the whole screen, repeatedly grabbing n lines */
717         for (y = 0; y < h - n; y += n) {
718             unsigned char md[MD_DIGEST_LENGTH];
719
720             /* Copy the bits of the current line range into the buffer */
721             GetDIBits(hScrDC, hBitmap, y, n,
722                       bmbits, (BITMAPINFO *) & bi, DIB_RGB_COLORS);
723
724             /* Get the hash of the bitmap */
725             MD(bmbits, size, md);
726
727             /* Seed the random generator with the hash value */
728             RAND_add(md, MD_DIGEST_LENGTH, 0);
729         }
730
731         OPENSSL_free(bmbits);
732     }
733
734     /* Clean up */
735     DeleteObject(hBitmap);
736     ReleaseDC(NULL, hScrDC);
737 # endif                         /* !OPENSSL_SYS_WINCE */
738 }
739
740 #endif