index
:
openssl
master
openssl
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
crypto
/
bn
/
bn_rand.c
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
Remove /* foo.c */ comments
Rich Salz
2016-01-26
1
-1
/
+0
*
Continue standardising malloc style for libcrypto
Matt Caswell
2015-11-09
1
-1
/
+1
*
Fix off-by-one in BN_rand
Matt Caswell
2015-05-23
1
-1
/
+6
*
Identify and move common internal libcrypto header files
Richard Levitte
2015-05-14
1
-1
/
+1
*
free null cleanup finale
Rich Salz
2015-05-01
1
-2
/
+1
*
free cleanup almost the finale
Rich Salz
2015-04-30
1
-4
/
+1
*
remove malloc casts
Rich Salz
2015-04-28
1
-1
/
+1
*
RAND_bytes updates
Matt Caswell
2015-03-25
1
-2
/
+3
*
Final (for me, for now) dead code cleanup
Rich Salz
2015-02-09
1
-4
/
+0
*
OPENSSL_NO_xxx cleanup: SHA
Rich Salz
2015-01-27
1
-2
/
+0
*
Run util/openssl-format-source -v -c .
Matt Caswell
2015-01-22
1
-253
/
+241
*
remove OPENSSL_FIPSAPI
Dr. Stephen Henson
2014-12-08
1
-1
/
+1
*
remove FIPS module code from crypto/bn
Dr. Stephen Henson
2014-12-08
1
-8
/
+0
*
Add secure DSA nonce flag.
Adam Langley
2013-06-13
1
-0
/
+70
*
Rename FIPS_mode_set and FIPS_mode. Theses symbols will be defined in
Dr. Stephen Henson
2011-05-11
1
-1
/
+1
*
In FIPS mode only use "Generation by Testing Candidates" equivalent.
Dr. Stephen Henson
2011-02-11
1
-0
/
+8
*
Move all FIPSAPI renames into fips.h header file, include early in
Dr. Stephen Henson
2011-01-27
1
-5
/
+2
*
Redirect FIPS memory allocation to FIPS_malloc() routine, remove
Dr. Stephen Henson
2011-01-27
1
-0
/
+5
*
Revert the size_t modifications from HEAD that had led to more
Geoff Thorpe
2008-11-12
1
-5
/
+4
*
size_tification.
Ben Laurie
2008-11-01
1
-4
/
+5
*
Constification.
Ben Laurie
2008-10-20
1
-3
/
+3
*
Fix various incorrect error function codes.
Bodo Möller
2005-04-26
1
-1
/
+1
*
RAND_add() wants a double as it's last argument.
Richard Levitte
2004-03-25
1
-1
/
+1
*
Convert openssl code not to assume the deprecated form of BN_zero().
Geoff Thorpe
2004-03-14
1
-3
/
+1
*
Put the first stage of my bignum debugging adventures into CVS. This code
Geoff Thorpe
2003-11-04
1
-0
/
+2
*
A few more memset()s converted to OPENSSL_cleanse().
Richard Levitte
2002-11-29
1
-1
/
+1
*
Let BN_rand_range() abort with an error after 100 iterations
Bodo Möller
2002-08-02
1
-0
/
+14
*
fix BN_rand_range
Bodo Möller
2001-12-14
1
-11
/
+13
*
Use uniformly chosen witnesses for Miller-Rabin test
Bodo Möller
2001-09-03
1
-3
/
+68
*
Fix BN_[pseudo_]rand: 'mask' must be used even if top=-1.
Bodo Möller
2001-02-20
1
-4
/
+3
*
BN_rand_range() needs a BN_rand() variant that doesn't set the MSB.
Ulf Möller
2001-02-20
1
-12
/
+15
*
Simplify BN_rand_range
Bodo Möller
2001-02-10
1
-7
/
+3
*
Another comment change. (Previous comment does not apply
Bodo Möller
2001-02-08
1
-2
/
+2
*
Change comments. (The expected number of iterations in BN_rand_range
Bodo Möller
2001-02-08
1
-2
/
+2
*
oops -- remove observation code
Bodo Möller
2001-02-08
1
-4
/
+0
*
Integrate my implementation of a countermeasure against
Bodo Möller
2001-02-08
1
-6
/
+55
*
Bleichenbacher's DSA attack
Ulf Möller
2001-02-07
1
-0
/
+11
*
New function BN_bntest_rand() to detect more BN library bugs.
Ulf Möller
2000-12-02
1
-0
/
+28
*
Return bignum '0' when BN_rand is asked for a 0 bit random number.
Bodo Möller
2000-07-02
1
-0
/
+6
*
There have been a number of complaints from a number of sources that names
Richard Levitte
2000-06-02
1
-2
/
+2
*
A couple of things were reversed for BN_pseudo_rand ...
Bodo Möller
2000-01-27
1
-2
/
+2
*
Document DSA and SHA.
Ulf Möller
2000-01-27
1
-3
/
+21
*
Precautions against using the PRNG uninitialized: RAND_bytes() now
Ulf Möller
2000-01-13
1
-2
/
+3
*
Change #include filenames from <foo.h> to <openssl.h>.
Bodo Möller
1999-04-24
1
-1
/
+1
*
Change functions to ANSI C.
Ulf Möller
1999-04-19
1
-5
/
+1
*
More exactitude with function arguments.
Ben Laurie
1999-02-10
1
-1
/
+1
*
Import of old SSLeay release: SSLeay 0.9.0b
Ralf S. Engelschall
1998-12-21
1
-1
/
+1
*
Import of old SSLeay release: SSLeay 0.8.1b
Ralf S. Engelschall
1998-12-21
1
-0
/
+121