- 10 9月, 2001 1 次提交
-
-
由 Bodo Möller 提交于
-
- 08 9月, 2001 1 次提交
-
-
由 Bodo Möller 提交于
<openssl/evp.h> is now used (MD_DIGEST_LENGTH definitions!). No need to include such headers directly in md_rand.c.
-
- 07 9月, 2001 1 次提交
-
-
由 Ben Laurie 提交于
-
- 06 8月, 2001 1 次提交
-
-
由 Ben Laurie 提交于
-
- 31 7月, 2001 1 次提交
-
-
由 Ben Laurie 提交于
-
- 26 7月, 2001 1 次提交
-
-
由 Bodo Möller 提交于
-
- 24 7月, 2001 1 次提交
-
-
由 Bodo Möller 提交于
Submitted by: Travis Vitek <vitek@roguewave.com>
-
- 10 7月, 2001 1 次提交
-
-
由 Bodo Möller 提交于
-
- 20 6月, 2001 1 次提交
-
-
由 Dr. Stephen Henson 提交于
Change all calls to low level digest routines in the library and applications to use EVP. Add missing calls to HMAC_cleanup() and don't assume HMAC_CTX can be copied using memcpy(). Note: this is almost identical to the patch submitted to openssl-dev by Verdon Walker <VWalker@novell.com> except some redundant EVP_add_digest_()/EVP_cleanup() calls were removed and some changes made to avoid compiler warnings.
-
- 08 6月, 2001 1 次提交
-
-
由 Lutz Jänicke 提交于
-
- 18 4月, 2001 1 次提交
-
-
由 Bodo Möller 提交于
-
- 15 3月, 2001 1 次提交
-
-
由 Bodo Möller 提交于
-
- 22 2月, 2001 1 次提交
-
-
由 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.
-
- 20 2月, 2001 2 次提交
-
-
由 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 提交于
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.
-
- 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 1 次提交
-
-
由 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.
-
- 20 7月, 2000 1 次提交
-
-
由 Ulf Möller 提交于
rand_lcl.h
-
- 28 6月, 2000 1 次提交
-
-
由 Richard Levitte 提交于
today. Time to add extra info so the poor users know where to go with their troubles.
-
- 31 5月, 2000 2 次提交
-
-
由 Bodo Möller 提交于
They have nothing to do with the particular PRNG (md_rand.c).
-
由 Bodo Möller 提交于
-
- 30 3月, 2000 2 次提交
-
-
由 Bodo Möller 提交于
variables are locked.
-
由 Richard Levitte 提交于
it's a good thing if ssleay_rand_status() would do the corresponding lock and unlock as everyone else...
-
- 20 3月, 2000 3 次提交
-
-
由 Ulf Möller 提交于
on Win32.
-
由 Ulf Möller 提交于
-
由 Ulf Möller 提交于
-
- 13 3月, 2000 1 次提交
-
-
由 Bodo Möller 提交于
-
- 02 3月, 2000 1 次提交
-
-
由 Bodo Möller 提交于
-
- 29 2月, 2000 1 次提交
-
-
由 Ulf Möller 提交于
-
- 25 2月, 2000 2 次提交
-
-
由 Bodo Möller 提交于
-
由 Bodo Möller 提交于
because this will drain the entropy pool.
-
- 24 2月, 2000 1 次提交
-
-
由 Ulf Möller 提交于
-
- 19 2月, 2000 1 次提交
-
-
由 Bodo Möller 提交于
instead of 'unsigned' counters. Seed PRNG in MacOS/GetHTTPS.src/GetHTTPS.cpp. Partially submitted by Yoram Meroz <yoram@mail.idrive.com>.
-
- 11 2月, 2000 1 次提交
-
-
由 Bodo Möller 提交于
-
- 04 2月, 2000 1 次提交
-
-
由 Ulf Möller 提交于
-
- 23 1月, 2000 1 次提交
-
-
由 Bodo Möller 提交于
-
- 22 1月, 2000 3 次提交
-
-
由 Ulf Möller 提交于
-
由 Bodo Möller 提交于
-
由 Bodo Möller 提交于
Slightly clarify the RAND_... documentation.
-