- 29 6月, 2004 1 次提交
-
-
由 Richard Levitte 提交于
PR: 499
-
- 27 12月, 2003 1 次提交
-
-
由 Richard Levitte 提交于
Use BUF_strlcat() instead of strcat(). Use BIO_snprintf() instead of sprintf(). In some cases, keep better track of buffer lengths. This is part of a large change submitted by Markus Friedl <markus@openbsd.org>
-
- 28 11月, 2003 1 次提交
-
-
由 Richard Levitte 提交于
PR: 780 Submitted by: Verdon Walker <VWalker@novell.com> Reviewed by: Richard Levitte
-
- 13 11月, 2002 1 次提交
-
-
由 Ben Laurie 提交于
-
- 14 10月, 2002 1 次提交
-
-
由 Richard Levitte 提交于
PR: 253
-
- 09 10月, 2002 1 次提交
-
-
由 Richard Levitte 提交于
Correct misspelled VXWORKS macros. Add VXWORKS identifying macros to e_os2.h. Add required inclusions and mappings for VxWorks in e_os.h. A few small modifications to make OpenSSL build and work on VxWorks. PR: 253, except for the change that was handled in an earlier commit, and a request for easy build of just parts of OpenSSL.
-
- 22 9月, 2002 1 次提交
-
-
由 Ulf Möller 提交于
compiler specific
-
- 14 6月, 2002 1 次提交
-
-
由 Richard Levitte 提交于
PR: 75
-
- 22 5月, 2002 1 次提交
-
-
由 Richard Levitte 提交于
-
- 14 2月, 2002 1 次提交
-
-
由 Richard Levitte 提交于
-
- 03 4月, 2001 1 次提交
-
-
由 Bodo Möller 提交于
-
- 18 3月, 2001 1 次提交
-
-
由 Richard Levitte 提交于
New cofiguration for Unixwre and SCO,with slightly better granularity. Contributed by Tim Rice <tim@multitalents.net>
-
- 20 2月, 2001 1 次提交
-
-
由 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.
-
- 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.
-
- 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
-
- 29 6月, 2000 2 次提交
-
-
由 Richard Levitte 提交于
The message to everyone is "Do not hack OpenSSL when stressed"...
-
由 Richard Levitte 提交于
the RANDEGD environment variable.
-
- 03 6月, 2000 1 次提交
-
-
由 Ben Laurie 提交于
-
- 29 2月, 2000 1 次提交
-
-
由 Ulf Möller 提交于
-
- 28 2月, 2000 2 次提交
-
-
由 Bodo Möller 提交于
"standard" refers to the C language, probably there's also some standard that defines memory.h).
-
由 Ben Laurie 提交于
-
- 26 2月, 2000 1 次提交
-
-
由 Richard Levitte 提交于
-
- 25 2月, 2000 1 次提交
-
-
由 Ulf Möller 提交于
Submitted by: Lutz Jaenicke <Lutz.Jaenicke@aet.TU-Cottbus.DE>
-
- 24 2月, 2000 2 次提交
-
-
由 Ralf S. Engelschall 提交于
the second argument to be of type ``struct sockaddr *''.
-
由 Ulf Möller 提交于
-
- 06 2月, 2000 1 次提交
-
-
由 Bodo Möller 提交于
Avoid enabled 'assert()' in production library.
-
- 05 2月, 2000 1 次提交
-
-
由 Ulf Möller 提交于
used anywhere in OpenSSL, but might be used by libdes applications.
-
- 04 12月, 1999 1 次提交
-
-
由 Bodo Möller 提交于
Never use des_set_key (it depends on the global variable des_check_key), but usually des_set_key_unchecked. Only destest.c bothered to look at the return values of des_set_key, but it did not set des_check_key -- if it had done so, most checks would have failed because of wrong parity and because of weak keys.
-
- 16 5月, 1999 1 次提交
-
-
由 Bodo Möller 提交于
(meaning pointer to char) to des_cblock * (meaning pointer to array with 8 char elements), which allows the compiler to do more typechecking. (The changed argument types were of type des_cblock * back in SSLeay, and a lot of ugly casts were used then to turn them into pointers to elements; but it can be done without those casts.) Introduce new type const_des_cblock -- before, the pointers rather than the elements pointed to were declared const, and for some reason gcc did not complain about this (but some other compilers did).
-
- 20 4月, 1999 1 次提交
-
-
由 Ulf Möller 提交于
-
- 14 2月, 1999 1 次提交
-
-
由 Ben Laurie 提交于
-
- 21 12月, 1998 2 次提交
-
-
由 Ralf S. Engelschall 提交于
-
由 Ralf S. Engelschall 提交于
-