summaryrefslogtreecommitdiffstats
path: root/crypto/bn/bn_rand.c
AgeCommit message (Expand)Author
2018-04-02Use the private RNG for data that is not publicKurt Roeckx
2018-03-20Update copyright yearMatt Caswell
2018-03-06bnrand_range: Always call bnrand() with the correct flagKurt Roeckx
2017-10-18Remove parentheses of return.KaoruToda
2017-08-03Add RAND_priv_bytes() for private keysRich Salz
2017-08-03Switch from ossl_rand to DRBG randRich Salz
2017-07-03BN_pseudo_rand is really BN_randRich Salz
2016-11-08Zero stack variable with DSA nonceRich Salz
2016-09-06Misc BN fixesRich Salz
2016-08-10Change callers to use the new constants.Rich Salz
2016-05-24Clean up RAND_bytes() callsTodd Short
2016-05-17Copyright consolidation 06/10Rich Salz
2016-01-26Remove /* foo.c */ commentsRich Salz
2015-11-09Continue standardising malloc style for libcryptoMatt Caswell
2015-05-22Fix off-by-one in BN_randMatt Caswell
2015-05-14Identify and move common internal libcrypto header filesRichard Levitte
2015-05-01free null cleanup finaleRich Salz
2015-04-30free cleanup almost the finaleRich Salz
2015-04-28remove malloc castsRich Salz
2015-03-25RAND_bytes updatesMatt Caswell
2015-02-08Final (for me, for now) dead code cleanupRich Salz
2015-01-27OPENSSL_NO_xxx cleanup: SHARich Salz
2015-01-22Run util/openssl-format-source -v -c .Matt Caswell
2014-12-08remove OPENSSL_FIPSAPIDr. Stephen Henson
2014-12-08remove FIPS module code from crypto/bnDr. Stephen Henson
2013-06-13Add secure DSA nonce flag.Adam Langley
2011-05-11Rename FIPS_mode_set and FIPS_mode. Theses symbols will be defined inDr. Stephen Henson
2011-02-11In FIPS mode only use "Generation by Testing Candidates" equivalent.Dr. Stephen Henson
2011-01-27Move all FIPSAPI renames into fips.h header file, include early inDr. Stephen Henson
2011-01-27Redirect FIPS memory allocation to FIPS_malloc() routine, removeDr. Stephen Henson
2008-11-12Revert the size_t modifications from HEAD that had led to moreGeoff Thorpe
2008-11-01size_tification.Ben Laurie
2008-10-19Constification.Ben Laurie
2005-04-26Fix various incorrect error function codes.Bodo Möller
2004-03-25RAND_add() wants a double as it's last argument.Richard Levitte
2004-03-13Convert openssl code not to assume the deprecated form of BN_zero().Geoff Thorpe
2003-11-04Put the first stage of my bignum debugging adventures into CVS. This codeGeoff Thorpe
2002-11-29A few more memset()s converted to OPENSSL_cleanse().Richard Levitte
2002-08-02Let BN_rand_range() abort with an error after 100 iterationsBodo Möller
2001-12-14fix BN_rand_rangeBodo Möller
2001-09-03Use uniformly chosen witnesses for Miller-Rabin testBodo Möller
2001-02-20Fix BN_[pseudo_]rand: 'mask' must be used even if top=-1.Bodo Möller
2001-02-20BN_rand_range() needs a BN_rand() variant that doesn't set the MSB.Ulf Möller
2001-02-10Simplify BN_rand_rangeBodo Möller
2001-02-08Another comment change. (Previous comment does not applyBodo Möller
2001-02-08Change comments. (The expected number of iterations in BN_rand_rangeBodo Möller
2001-02-08oops -- remove observation codeBodo Möller
2001-02-08Integrate my implementation of a countermeasure againstBodo Möller
2001-02-07Bleichenbacher's DSA attackUlf Möller
2000-12-02New function BN_bntest_rand() to detect more BN library bugs.Ulf Möller