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
*
Reorganize local header files
Dr. Matthias St. Pierre
2019-09-28
1
-1
/
+1
*
Reorganize private crypto header files
Dr. Matthias St. Pierre
2019-09-28
1
-1
/
+1
*
Fix a SCA leak in BN_generate_dsa_nonce
Bernd Edlinger
2019-09-06
1
-4
/
+1
*
New function EVP_MD_free()
Richard Levitte
2019-09-04
1
-1
/
+1
*
Make sure all BIGNUM operations work within the FIPS provider
Matt Caswell
2019-07-15
1
-0
/
+8
*
Make BIGNUM rand functions available within the FIPS module
Matt Caswell
2019-07-02
1
-45
/
+39
*
Temporarily disable RAND call in FIPS_MODE until RAND is available
Matt Caswell
2019-06-12
1
-0
/
+29
*
Convert bn_rand.c to use EVP
Matt Caswell
2019-06-12
1
-9
/
+27
*
Following the license change, modify the boilerplates in crypto/bn/
Richard Levitte
2018-12-06
1
-1
/
+1
*
Use the private RNG for data that is not public
Kurt Roeckx
2018-04-02
1
-1
/
+1
*
Update copyright year
Matt Caswell
2018-03-20
1
-1
/
+1
*
bnrand_range: Always call bnrand() with the correct flag
Kurt Roeckx
2018-03-06
1
-6
/
+4
*
Remove parentheses of return.
KaoruToda
2017-10-18
1
-1
/
+1
*
Add RAND_priv_bytes() for private keys
Rich Salz
2017-08-03
1
-12
/
+35
*
Switch from ossl_rand to DRBG rand
Rich Salz
2017-08-03
1
-4
/
+0
*
BN_pseudo_rand is really BN_rand
Rich Salz
2017-07-04
1
-16
/
+9
*
Zero stack variable with DSA nonce
Rich Salz
2016-11-08
1
-0
/
+1
*
Misc BN fixes
Rich Salz
2016-09-06
1
-5
/
+8
*
Change callers to use the new constants.
Rich Salz
2016-08-10
1
-2
/
+2
*
Clean up RAND_bytes() calls
Todd Short
2016-05-24
1
-7
/
+2
*
Copyright consolidation 06/10
Rich Salz
2016-05-17
1
-107
/
+6
*
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
[next]