- 21 1月, 2000 1 次提交
-
-
由 Bodo Möller 提交于
-
- 20 1月, 2000 2 次提交
-
-
由 Dr. Stephen Henson 提交于
-
由 Dr. Stephen Henson 提交于
-
- 19 1月, 2000 1 次提交
-
-
由 Dr. Stephen Henson 提交于
-
- 18 1月, 2000 5 次提交
-
-
由 Ulf Möller 提交于
benefit of MS-DOS users.
-
由 Richard Levitte 提交于
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 提交于
((void *)0), by have a 0 instead.
-
由 Richard Levitte 提交于
-
由 Richard Levitte 提交于
-
- 17 1月, 2000 10 次提交
-
-
由 Richard Levitte 提交于
which does no harm fixes that problem.
-
由 Richard Levitte 提交于
-
由 Richard Levitte 提交于
-
由 Richard Levitte 提交于
that are directly in crypto/, and prepare for a possible disabling of certain messages that DEC C spews out.
-
由 Richard Levitte 提交于
-
由 Richard Levitte 提交于
-
由 Bodo Möller 提交于
NO_SSL2 is defined, not SSL_R_UNKNOWN_PROTOCOL.
-
由 Ulf Möller 提交于
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 提交于
-
由 Ulf Möller 提交于
-
- 16 1月, 2000 9 次提交
-
-
由 Ulf Möller 提交于
are not guaranteed to be unpredictable.
-
由 Bodo Möller 提交于
number of bytes could be read.
-
由 Richard Levitte 提交于
-
由 Richard Levitte 提交于
-
由 Ulf Möller 提交于
-
由 Richard Levitte 提交于
-
由 Richard Levitte 提交于
-
由 Bodo Möller 提交于
-
由 Bodo Möller 提交于
-
- 15 1月, 2000 8 次提交
-
-
由 Bodo Möller 提交于
except for the BIO through which we print the memory leak list, and the leak printing function ignores this one block).
-
由 Richard Levitte 提交于
-
由 Richard Levitte 提交于
-
由 Bodo Möller 提交于
-
由 Bodo Möller 提交于
(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 提交于
"key" is NULL.
-
由 Bodo Möller 提交于
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 提交于
-
- 14 1月, 2000 4 次提交
-
-
由 Bodo Möller 提交于
and re-enable seeding with more data than read from DEVRANDOM -- just don't pretend it contains entropy.
-
由 Ulf Möller 提交于
-
由 Bodo Möller 提交于
(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 提交于
-