aboutsummaryrefslogtreecommitdiff
path: root/crypto/bn/bn_rand.c
AgeCommit message (Expand)AuthorFilesLines
2004-03-25RAND_add() wants a double as it's last argument.Richard Levitte1-1/+1
2004-03-13Convert openssl code not to assume the deprecated form of BN_zero().Geoff Thorpe1-3/+1
2003-11-04Put the first stage of my bignum debugging adventures into CVS. This codeGeoff Thorpe1-0/+2
2002-11-29A few more memset()s converted to OPENSSL_cleanse().Richard Levitte1-1/+1
2002-08-02Let BN_rand_range() abort with an error after 100 iterationsBodo Möller1-0/+14
2001-12-14fix BN_rand_rangeBodo Möller1-11/+13
2001-09-03Use uniformly chosen witnesses for Miller-Rabin testBodo Möller1-3/+68
2001-02-20Fix BN_[pseudo_]rand: 'mask' must be used even if top=-1.Bodo Möller1-4/+3
2001-02-20BN_rand_range() needs a BN_rand() variant that doesn't set the MSB.Ulf Möller1-12/+15
2001-02-10Simplify BN_rand_rangeBodo Möller1-7/+3
2001-02-08Another comment change. (Previous comment does not applyBodo Möller1-2/+2
2001-02-08Change comments. (The expected number of iterations in BN_rand_rangeBodo Möller1-2/+2
2001-02-08oops -- remove observation codeBodo Möller1-4/+0
2001-02-08Integrate my implementation of a countermeasure againstBodo Möller1-6/+55
2001-02-07Bleichenbacher's DSA attackUlf Möller1-0/+11
2000-12-02New function BN_bntest_rand() to detect more BN library bugs.Ulf Möller1-0/+28
2000-07-02Return bignum '0' when BN_rand is asked for a 0 bit random number.Bodo Möller1-0/+6
2000-06-01There have been a number of complaints from a number of sources that namesRichard Levitte1-2/+2
2000-01-27A couple of things were reversed for BN_pseudo_rand ...Bodo Möller1-2/+2
2000-01-27Document DSA and SHA.Ulf Möller1-3/+21
2000-01-13Precautions against using the PRNG uninitialized: RAND_bytes() nowUlf Möller1-2/+3
1999-04-23Change #include filenames from <foo.h> to <openssl.h>.Bodo Möller1-1/+1
1999-04-19Change functions to ANSI C.Ulf Möller1-5/+1
1999-02-09More exactitude with function arguments.Ben Laurie1-1/+1
1998-12-21Import of old SSLeay release: SSLeay 0.9.0bRalf S. Engelschall1-1/+1
1998-12-21Import of old SSLeay release: SSLeay 0.8.1bRalf S. Engelschall1-0/+121