- 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 3 次提交
-
-
由 Ben Laurie 提交于
-
由 Ulf Möller 提交于
-
由 Ulf Möller 提交于
-
- 06 8月, 2001 1 次提交
-
-
由 Ben Laurie 提交于
-
- 04 8月, 2001 1 次提交
-
-
由 Ben Laurie 提交于
-
- 01 8月, 2001 1 次提交
-
-
由 Richard Levitte 提交于
-
- 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>
-
- 11 7月, 2001 2 次提交
-
-
由 Richard Levitte 提交于
-
由 Richard Levitte 提交于
-
- 10 7月, 2001 1 次提交
-
-
由 Bodo Möller 提交于
-
- 03 7月, 2001 1 次提交
-
-
由 Richard Levitte 提交于
Changes to have OpenSSL compile on OS/2. Contributed by "Brian Havard" <brianh@kheldar.apana.org.au>
-
- 02 7月, 2001 1 次提交
-
-
由 Richard Levitte 提交于
Contributed by "Brian Havard" <brianh@kheldar.apana.org.au>
-
- 24 6月, 2001 1 次提交
-
-
由 Richard Levitte 提交于
-
- 21 6月, 2001 1 次提交
-
-
由 Dr. Stephen Henson 提交于
Fix memory leak when RAND is used: need to cleanup RANDs ENGINE reference in ENGINE_cleanup().
-
- 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 提交于
-
- 06 6月, 2001 1 次提交
-
-
由 Richard Levitte 提交于
-
- 16 5月, 2001 1 次提交
-
-
由 Lutz Jänicke 提交于
-
- 15 5月, 2001 2 次提交
-
-
由 Richard Levitte 提交于
-
由 Richard Levitte 提交于
DEC C only have them declared that way (it doesn't really matter, since the linker is case-insensitive by default)
-
- 14 5月, 2001 1 次提交
-
-
由 Richard Levitte 提交于
symbols.
-
- 13 5月, 2001 1 次提交
-
-
由 Richard Levitte 提交于
reachable. It's completely untested for now. To be done in the next few days.
-
- 07 5月, 2001 1 次提交
-
-
由 Richard Levitte 提交于
-
- 03 5月, 2001 1 次提交
-
-
由 Richard Levitte 提交于
For those, unless the environment variables RANDFILE or HOME are defined (the default case!), RAND_file_name() will return NULL. This change adds a default HOME for those platforms. To add a default HOME for any platform, just define DEFAULT_HOME in the proper place, wrapped in appropriate #ifdef..#endif, in e_os.h.
-
- 30 4月, 2001 1 次提交
-
-
由 Geoff Thorpe 提交于
ENGINE code does not return a default, set an error.
-
- 18 4月, 2001 3 次提交
-
-
由 Bodo Möller 提交于
-
由 Geoff Thorpe 提交于
Previously RAND_get_rand_method was returning a non-const pointer, but it should be const. As with all other such cases, METHOD pointers are stored and returned as "const". The only methods one should be able to alter are methods "local" to the relevant code, in which case a non-const handle to the methods should already exist. This change has been forced by the constifying of the ENGINE code (before which RAND_METHOD was the only method pointer in an ENGINE structure that was not constant).
-
由 Geoff Thorpe 提交于
-
- 03 4月, 2001 1 次提交
-
-
由 Bodo Möller 提交于
-
- 24 3月, 2001 1 次提交
-
-
由 Richard Levitte 提交于
-
- 22 3月, 2001 1 次提交
-
-
由 Richard Levitte 提交于
-
- 18 3月, 2001 1 次提交
-
-
由 Richard Levitte 提交于
New cofiguration for Unixwre and SCO,with slightly better granularity. Contributed by Tim Rice <tim@multitalents.net>
-
- 15 3月, 2001 1 次提交
-
-
由 Bodo Möller 提交于
-
- 10 3月, 2001 1 次提交
-
-
由 Dr. Stephen Henson 提交于
-
- 09 3月, 2001 2 次提交
-
-
由 Bodo Möller 提交于
errors can be tolerated, hide the error from 'make'. This gives shorter output both if ranlib fails and if it works.
-
由 Ulf Möller 提交于
use _emit instead Pointed out by Jeremy Cooper <jeremy@baymoo.org>
-