- Jan 20, 2000
-
-
Bodo Möller authored
-
Dr. Stephen Henson authored
-
Dr. Stephen Henson authored
-
- Jan 19, 2000
-
-
Dr. Stephen Henson authored
-
- Jan 18, 2000
-
-
Ulf Möller authored
benefit of MS-DOS users.
-
Richard Levitte authored
non-function pointers to function pointers and vice versa. The current solution is to have unions that describe the conversion we want to do, and gives us the ability to extract the type of data we want. The current solution is a quick fix, and can probably be made in a more general or elegant way.
-
Richard Levitte authored
((void *)0), by have a 0 instead.
-
Richard Levitte authored
-
Richard Levitte authored
-
- Jan 17, 2000
-
-
Richard Levitte authored
which does no harm fixes that problem.
-
Richard Levitte authored
-
Richard Levitte authored
-
Richard Levitte authored
that are directly in crypto/, and prepare for a possible disabling of certain messages that DEC C spews out.
-
Richard Levitte authored
-
Richard Levitte authored
-
- Jan 16, 2000
-
-
Bodo Möller authored
NO_SSL2 is defined, not SSL_R_UNKNOWN_PROTOCOL.
-
Ulf Möller authored
as a shared library without RSA. Use #ifndef NO_SSL2 instead of NO_RSA in ssl/s2*.c. Submitted by: Kris Kennaway <kris@hub.freebsd.org> Modified by Ulf Möller
-
Ulf Möller authored
-
Ulf Möller authored
-
Ulf Möller authored
are not guaranteed to be unpredictable.
-
Bodo Möller authored
number of bytes could be read.
-
Richard Levitte authored
-
Richard Levitte authored
-
Ulf Möller authored
-
Richard Levitte authored
-
- Jan 15, 2000
-
-
Richard Levitte authored
-
Bodo Möller authored
-
Bodo Möller authored
-
Bodo Möller authored
except for the BIO through which we print the memory leak list, and the leak printing function ignores this one block).
-
- Jan 14, 2000
-
-
Richard Levitte authored
-
Richard Levitte authored
-
Bodo Möller authored
-
Bodo Möller authored
(and rename a target in test/Makefile.ssl to make it easier to guess the name of the file executed by it)
-
Bodo Möller authored
"key" is NULL.
-
Bodo Möller authored
because otherwise BN_rand will fail unless DEVRANDOM works, which causes the programs to dump core because they don't check the return value of BN_rand (and if they did, we still couldn't test anything). - add comment to some files that appear not to be used at all.
-
Bodo Möller authored
-
Bodo Möller authored
and re-enable seeding with more data than read from DEVRANDOM -- just don't pretend it contains entropy.
-
Ulf Möller authored
-
- Jan 13, 2000
-
-
Bodo Möller authored
(only the CRYPTO_push_info's in the apps/ directory are included in the CVS commit, not all those I used in crypto/)
-
Bodo Möller authored
-