- 10 1月, 2001 1 次提交
-
-
由 Lutz Jänicke 提交于
only queried when the /dev/[u]random devices did not return enough entropy. Only the amount of entropy missing to reach the required minimum is queried, as EGD may be drained. Queried locations are: /etc/entropy, /var/run/egd-pool
-
- 09 1月, 2001 1 次提交
-
-
由 Lutz Jänicke 提交于
correctly, but RAND_add(..,n) counts the increasing n several times. Only RAND_add(..,n) once entropy collection is finished.
-
- 08 1月, 2001 1 次提交
-
-
由 Richard Levitte 提交于
them for a short period of time (actually, poll them with select(), then read() whatever is there), which is about 10ms (hard-coded value) each. Separate Windows and Unixly code, and start on a VMS variant that currently just returns 0.
-
- 17 12月, 2000 1 次提交
-
-
由 Bodo Möller 提交于
-
- 16 12月, 2000 1 次提交
-
-
由 Richard Levitte 提交于
Spotted by "David Schwartz" <davids@webmaster.com>.
-
- 30 11月, 2000 1 次提交
-
-
由 Ulf Möller 提交于
-
- 13 11月, 2000 1 次提交
-
-
由 Ulf Möller 提交于
-
- 04 11月, 2000 2 次提交
-
-
由 Ulf Möller 提交于
The randomness may not actually be very good (we don't know).
-
由 Ulf Möller 提交于
-
- 27 10月, 2000 1 次提交
-
-
由 Richard Levitte 提交于
At the same time, add VMS support for Rijndael.
-
- 10 10月, 2000 1 次提交
-
-
由 Richard Levitte 提交于
returns -1...
-
- 25 9月, 2000 1 次提交
-
-
由 Richard Levitte 提交于
acceptable, since all that happens if it fails is a library with an index, which makes linking slower, but still working correctly.
-
- 21 9月, 2000 1 次提交
-
-
由 Richard Levitte 提交于
work better in Win32. Verified by zhu qun-ying <qyzhu@krdl.org.sg>.
-
- 18 9月, 2000 5 次提交
-
-
由 Richard Levitte 提交于
so disable that part. Reported by Jeffrey Altman <jaltman@columbia.edu>
-
由 Richard Levitte 提交于
-
由 Richard Levitte 提交于
disagree on the proper syntax and type names.
-
由 Richard Levitte 提交于
Jeffrey Altman reminds us to initialize some variables and ercommends the use of LOadLibrary instead of GetModuleHandle
-
由 Richard Levitte 提交于
problems with GetCursorInfo, but also adds network statistics and performance statistics where available.
-
- 15 9月, 2000 2 次提交
-
-
由 Richard Levitte 提交于
doesn't quite work on WinNT 4 earlier than SP6. It works fine on Windows 98 and Windows 2000. I'm disabling it for now. What's really needed is some kind of check to see if GetCursorInfo is safe to call, or alternatively, GetCursor or GetCursorPos could be used, according to Jeffrey.
-
由 Ulf Möller 提交于
-
- 14 9月, 2000 1 次提交
-
-
由 Richard Levitte 提交于
no way to make sure GetCursorInfo will give us a valid answer.
-
- 13 9月, 2000 2 次提交
-
-
由 Ulf Möller 提交于
The copy at www.usenix.org is the old version.
-
由 Richard Levitte 提交于
- Make sure PCURSORINFO is defined even on systems that do not provide it. - Change the reference to Peter Gutmann's paper. - Make sure we don't walk the whole heap lists for performance reasons. Jeffrey Altman suggests following Peter Gutmann's advice to keep it to 50 heap entries per heap list.
-
- 12 9月, 2000 1 次提交
-
-
由 Richard Levitte 提交于
-
- 11 9月, 2000 1 次提交
-
-
由 Richard Levitte 提交于
-
- 07 9月, 2000 1 次提交
-
-
由 Richard Levitte 提交于
-
- 08 8月, 2000 1 次提交
-
-
由 Richard Levitte 提交于
-
- 28 7月, 2000 1 次提交
-
-
由 Richard Levitte 提交于
supporting threads, which means that th assertion is supperbly dangerous, so make sure it's not compiled under Win32, period.
-
- 26 7月, 2000 2 次提交
-
-
由 Richard Levitte 提交于
it wants to stir the pool using ssleay_rand_add. This fix provides the possibility to call ssleay_rand_add inside a locked state by simply telling it not to do any locking through a static variable. This isn't the most elegant way one could do this, but it does retain thread safety during the stirring process.
-
由 Dr. Stephen Henson 提交于
In crypto/err/err.c need to initialise p to NULL in case thread_hash is NULL. Otherwise p will be uninitialized.
-
- 24 7月, 2000 1 次提交
-
-
由 Richard Levitte 提交于
-
- 21 7月, 2000 2 次提交
-
-
由 Ulf Möller 提交于
-
由 Ulf Möller 提交于
-
- 20 7月, 2000 2 次提交
-
-
由 Ulf Möller 提交于
rand_lcl.h
-
由 Ulf Möller 提交于
-
- 29 6月, 2000 2 次提交
-
-
由 Richard Levitte 提交于
The message to everyone is "Do not hack OpenSSL when stressed"...
-
由 Richard Levitte 提交于
the RANDEGD environment variable.
-
- 28 6月, 2000 1 次提交
-
-
由 Richard Levitte 提交于
today. Time to add extra info so the poor users know where to go with their troubles.
-
- 21 6月, 2000 1 次提交
-
-
由 Dr. Stephen Henson 提交于
Fixes for Win32 build. This is mostly a work around for the old VC++ problem that it treats func() as func(void). Various prototypes had been added to 'compare' function pointers that triggered this. This could be fixed by removing the prototype, adding function pointer casts to every call or changing the passed function to use the expected arguments. I mostly did the latter. The mkdef.pl script was modified to remove the typesafe functions which no longer exist. Oh and some functions called OPENSSL_freeLibrary() were changed back to FreeLibrary(), wonder how that happened :-)
-
- 16 6月, 2000 1 次提交
-
-
由 Bodo Möller 提交于
label. (Reported by Alexei Bakharevski.)
-