- Jan 27, 2000
-
-
Ulf Möller authored
New function BN_pseudo_rand(). Use BN_prime_checks_size(BN_num_bits(w)) rounds of Miller-Rabin when generating DSA primes (why not use BN_is_prime()?)
-
Ulf Möller authored
-
Ulf Möller authored
-
Bodo Möller authored
-
Bodo Möller authored
-
Bodo Möller authored
word-based algorithm we are using?)
-
Bodo Möller authored
-
Bodo Möller authored
-
Bodo Möller authored
-
Bodo Möller authored
-
Richard Levitte authored
-
Ulf Möller authored
-
Ulf Möller authored
Clean up bn_mont.c.
-
Richard Levitte authored
-
- Jan 26, 2000
-
-
Bodo Möller authored
-
Bodo Möller authored
-
- Jan 25, 2000
-
-
Bodo Möller authored
-
- Jan 24, 2000
-
-
Bodo Möller authored
-
Bodo Möller authored
-
Bodo Möller authored
-
Richard Levitte authored
-
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
-