- Jan 16, 2000
-
-
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
-
Bodo Möller authored
-
Bodo Möller authored
-
Ulf Möller authored
returns int (1 = ok, 0 = not seeded). New function RAND_add() is the same as RAND_seed() but takes an estimate of the entropy as an additional argument.
-
Bodo Möller authored
-
- Jan 12, 2000
-
-
Ulf Möller authored
Add a note about the padding functions.
-
Ulf Möller authored
-
Bodo Möller authored
Primes p where (p-1)/2 is prime too are called "safe", not "strong".
-
Bodo Möller authored
(created by bn_prime.pl, which now prints the copyright/license note as found in bn_prime.h)
-
- Jan 11, 2000
-
-
Ulf Möller authored
-
Ulf Möller authored
-
Richard Levitte authored
-
Richard Levitte authored
Suggested by Bodo.
-
Richard Levitte authored
-
Bodo Möller authored
-
Bodo Möller authored
called with max > n when extend is set.
-
Bodo Möller authored
-