- 24 1月, 2000 4 次提交
-
-
由 Dr. Stephen Henson 提交于
Tidy up CRYPTO_EX_DATA structures.
-
由 Ulf Möller 提交于
-
由 Bodo Möller 提交于
-
由 Bodo Möller 提交于
opening the output file with "wb" to truncate it except on VMS (where the file now keeps its original length because it is opened with "rb+" -- does VMS have ftruncate?)
-
- 23 1月, 2000 3 次提交
-
-
由 Bodo Möller 提交于
-
由 Ulf Möller 提交于
-
由 Ulf Möller 提交于
-
- 22 1月, 2000 5 次提交
-
-
由 Ulf Möller 提交于
-
由 Bodo Möller 提交于
-
由 Bodo Möller 提交于
Slightly clarify the RAND_... documentation.
-
由 Ulf Möller 提交于
-
由 Bodo Möller 提交于
(we're now using fopen(..., "rb+") instead of fopen(..., "wb"), so the file is not truncated automatically).
-
- 21 1月, 2000 4 次提交
-
-
由 Ulf Möller 提交于
-
由 Ulf Möller 提交于
-
由 Ulf Möller 提交于
-
由 Bodo Möller 提交于
-
- 20 1月, 2000 2 次提交
-
-
由 Dr. Stephen Henson 提交于
-
由 Dr. Stephen Henson 提交于
-
- 19 1月, 2000 1 次提交
-
-
由 Dr. Stephen Henson 提交于
-
- 18 1月, 2000 3 次提交
-
-
由 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.
-
- 17 1月, 2000 4 次提交
-
-
由 Richard Levitte 提交于
which does no harm fixes that problem.
-
由 Richard Levitte 提交于
that are directly in crypto/, and prepare for a possible disabling of certain messages that DEC C spews out.
-
由 Richard Levitte 提交于
-
由 Ulf Möller 提交于
-
- 16 1月, 2000 5 次提交
-
-
由 Ulf Möller 提交于
are not guaranteed to be unpredictable.
-
由 Richard Levitte 提交于
-
由 Richard Levitte 提交于
-
由 Bodo Möller 提交于
-
由 Bodo Möller 提交于
-
- 15 1月, 2000 5 次提交
-
-
由 Richard Levitte 提交于
-
由 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/)
-
由 Ulf Möller 提交于
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.
-