Geoff Thorpe
|
d870740cd7
Put the first stage of my bignum debugging adventures into CVS. This code
|
21 years ago |
Richard Levitte
|
43d601641f
A few more memset()s converted to OPENSSL_cleanse().
|
22 years ago |
Bodo Möller
|
95ecacf8a2
Let BN_rand_range() abort with an error after 100 iterations
|
22 years ago |
Bodo Möller
|
66df02fd98
fix BN_rand_range
|
23 years ago |
Bodo Möller
|
983495c4b2
Use uniformly chosen witnesses for Miller-Rabin test
|
23 years ago |
Bodo Möller
|
f2bc668429
Fix BN_[pseudo_]rand: 'mask' must be used even if top=-1.
|
24 years ago |
Ulf Möller
|
335c4f0966
BN_rand_range() needs a BN_rand() variant that doesn't set the MSB.
|
24 years ago |
Bodo Möller
|
e306892994
Simplify BN_rand_range
|
24 years ago |
Bodo Möller
|
792e2ce7f4
Another comment change. (Previous comment does not apply
|
24 years ago |
Bodo Möller
|
3952584571
Change comments. (The expected number of iterations in BN_rand_range
|
24 years ago |
Bodo Möller
|
a5d2acfc79
oops -- remove observation code
|
24 years ago |
Bodo Möller
|
35ed8cb8b6
Integrate my implementation of a countermeasure against
|
24 years ago |
Ulf Möller
|
57e7d3ce15
Bleichenbacher's DSA attack
|
24 years ago |
Ulf Möller
|
111482cf2e
New function BN_bntest_rand() to detect more BN library bugs.
|
24 years ago |
Bodo Möller
|
904cb691f3
Return bignum '0' when BN_rand is asked for a 0 bit random number.
|
24 years ago |
Richard Levitte
|
26a3a48d65
There have been a number of complaints from a number of sources that names
|
24 years ago |
Bodo Möller
|
953aa79040
A couple of things were reversed for BN_pseudo_rand ...
|
25 years ago |
Ulf Möller
|
38e33cef15
Document DSA and SHA.
|
25 years ago |
Ulf Möller
|
eb952088f0
Precautions against using the PRNG uninitialized: RAND_bytes() now
|
25 years ago |
Bodo Möller
|
ec577822f9
Change #include filenames from <foo.h> to <openssl.h>.
|
25 years ago |
Ulf Möller
|
6b691a5c85
Change functions to ANSI C.
|
25 years ago |
Ben Laurie
|
bf5dcd135f
More exactitude with function arguments.
|
26 years ago |
Ralf S. Engelschall
|
58964a4922
Import of old SSLeay release: SSLeay 0.9.0b
|
26 years ago |
Ralf S. Engelschall
|
d02b48c63a
Import of old SSLeay release: SSLeay 0.8.1b
|
26 years ago |