- Jan 24, 2000
-
-
Bodo Möller authored
-
Bodo Möller authored
this is what we now use to read $RANDFILE / $HOME/.rnd. (Previously, after 'cat'ting lots of stuff into .rnd only the first MB would be looked at.) Bugfix for apps/enc.c: Continue if RAND_pseudo_bytes returns 0 (only -1 is an error).
-
Bodo Möller authored
we should not need RAND_bytes (and we cannot use the latter unless we load a seed file)
-
Bodo Möller authored
Workaround so that "make test" continues anyway.
-
Richard Levitte authored
-
Richard Levitte authored
-
Richard Levitte authored
-
Dr. Stephen Henson authored
RSA structures. Other structures behave in a similar way.
-
Ulf Möller authored
-
Ulf Möller authored
-
Ulf Möller authored
-
- Jan 23, 2000
-
-
Dr. Stephen Henson authored
Tidy up CRYPTO_EX_DATA structures.
-
Ulf Möller authored
-
Bodo Möller authored
-
Bodo Möller authored
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?)
-
Dr. Stephen Henson authored
Update docs.
-
- Jan 22, 2000
-
-
Dr. Stephen Henson authored
comment. Add documentation for the ciphers command including a full description of cipher lists.
-
Bodo Möller authored
-
Ulf Möller authored
-
Ulf Möller authored
-
Ulf Möller authored
-
Ulf Möller authored
-
Dr. Stephen Henson authored
Add new program dhparam and update docs.
-
Dr. Stephen Henson authored
Gets Lutz Jaenicke's name right this time :-) Apologies to both concerned.
-
Dr. Stephen Henson authored
minor changes. Docs haven't been added at this stage. They are probably best included in the 'ciphers' program docs.
-
- Jan 21, 2000
-
-
Ulf Möller authored
-
Ulf Möller authored
-
Ulf Möller authored
-
Dr. Stephen Henson authored
-
Bodo Möller authored
-
Bodo Möller authored
Slightly clarify the RAND_... documentation.
-
Ulf Möller authored
-
Ulf Möller authored
-
Bodo Möller authored
(we're now using fopen(..., "rb+") instead of fopen(..., "wb"), so the file is not truncated automatically).
-
Bodo Möller authored
-
Bodo Möller authored
just return -1 as in other error cases.
-
Bodo Möller authored
-
Bodo Möller authored
-
Dr. Stephen Henson authored
serial numbers.
-
Dr. Stephen Henson authored
could rename too :-(
-