- 26 2月, 2001 1 次提交
-
-
由 Richard Levitte 提交于
Note that all *_it variables are suddenly non-existant according to libeay.num. This is a bug that will be corrected. Please be patient.
-
- 22 2月, 2001 4 次提交
-
-
由 Bodo Möller 提交于
to include (but the OpenSSL_0_9_6-stable branche still has inconsistencies)
-
由 Bodo Möller 提交于
-
由 Richard Levitte 提交于
and make all files the depend on it include it without prefixing it with openssl/. This means that all Makefiles will have $(TOP) as one of the include directories.
-
由 Richard Levitte 提交于
compared to it has the type size_t. Included the needed headers to make that happen.
-
- 20 2月, 2001 4 次提交
-
-
由 Richard Levitte 提交于
get a chance to be defined.
-
由 Richard Levitte 提交于
missed any. This compiles and runs on Linux, and external applications have no problems with it. The definite test will be to build this on VMS.
-
由 Richard Levitte 提交于
-
由 Richard Levitte 提交于
sure they are available in opensslconf.h, by giving them names starting with "OPENSSL_" to avoid conflicts with other packages and by making sure e_os2.h will cover all platform-specific cases together with opensslconf.h. I've checked fairly well that nothing breaks with this (apart from external software that will adapt if they have used something like NO_KRB5), but I can't guarantee it completely, so a review of this change would be a good thing.
-
- 14 2月, 2001 1 次提交
-
-
由 Ulf Möller 提交于
-
- 09 2月, 2001 2 次提交
-
-
由 Ulf Möller 提交于
-
由 Ulf Möller 提交于
entropy devices or sockets.
-
- 08 2月, 2001 1 次提交
-
-
由 Lutz Jänicke 提交于
during connect() and other calls. First seen on Unixware-7. Unify access to EGD-socket for all RAND_egd_*() methods.
-
- 05 2月, 2001 1 次提交
-
-
由 Ben Laurie 提交于
-
- 12 1月, 2001 1 次提交
-
-
由 Bodo Möller 提交于
Problem reported by "Wolfgang Marczy" <WMarczy@topcall.co.at> in a message to openssl-dev (19 Dec 2000 13:40:51 +0100).
-
- 11 1月, 2001 1 次提交
-
-
由 Dr. Stephen Henson 提交于
OCSP basic response verify. Very incomplete but will verify the signatures on a response and locate the signers certifcate. Still needs to implement a proper OCSP certificate verify. Fix warning in RAND_egd().
-
- 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 提交于
-