summaryrefslogtreecommitdiffstats
path: root/crypto/bn/bn_rand.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* Reorganize local header filesDr. Matthias St. Pierre2019-09-281-1/+1
* Reorganize private crypto header filesDr. Matthias St. Pierre2019-09-281-1/+1
* Fix a SCA leak in BN_generate_dsa_nonceBernd Edlinger2019-09-061-4/+1
* New function EVP_MD_free()Richard Levitte2019-09-041-1/+1
* Make sure all BIGNUM operations work within the FIPS providerMatt Caswell2019-07-151-0/+8
* Make BIGNUM rand functions available within the FIPS moduleMatt Caswell2019-07-021-45/+39
* Temporarily disable RAND call in FIPS_MODE until RAND is availableMatt Caswell2019-06-121-0/+29
* Convert bn_rand.c to use EVPMatt Caswell2019-06-121-9/+27
* Following the license change, modify the boilerplates in crypto/bn/Richard Levitte2018-12-061-1/+1
* Use the private RNG for data that is not publicKurt Roeckx2018-04-021-1/+1
* Update copyright yearMatt Caswell2018-03-201-1/+1
* bnrand_range: Always call bnrand() with the correct flagKurt Roeckx2018-03-061-6/+4
* Remove parentheses of return.KaoruToda2017-10-181-1/+1
* Add RAND_priv_bytes() for private keysRich Salz2017-08-031-12/+35
* Switch from ossl_rand to DRBG randRich Salz2017-08-031-4/+0
* BN_pseudo_rand is really BN_randRich Salz2017-07-041-16/+9
* Zero stack variable with DSA nonceRich Salz2016-11-081-0/+1
* Misc BN fixesRich Salz2016-09-061-5/+8
* Change callers to use the new constants.Rich Salz2016-08-101-2/+2
* Clean up RAND_bytes() callsTodd Short2016-05-241-7/+2
* Copyright consolidation 06/10Rich Salz2016-05-171-107/+6
* Remove /* foo.c */ commentsRich Salz2016-01-261-1/+0
* Continue standardising malloc style for libcryptoMatt Caswell2015-11-091-1/+1
* Fix off-by-one in BN_randMatt Caswell2015-05-231-1/+6
* Identify and move common internal libcrypto header filesRichard Levitte2015-05-141-1/+1
* free null cleanup finaleRich Salz2015-05-011-2/+1
* free cleanup almost the finaleRich Salz2015-04-301-4/+1
* remove malloc castsRich Salz2015-04-281-1/+1
* RAND_bytes updatesMatt Caswell2015-03-251-2/+3
* Final (for me, for now) dead code cleanupRich Salz2015-02-091-4/+0
* OPENSSL_NO_xxx cleanup: SHARich Salz2015-01-271-2/+0
* Run util/openssl-format-source -v -c .Matt Caswell2015-01-221-253/+241
* remove OPENSSL_FIPSAPIDr. Stephen Henson2014-12-081-1/+1
* remove FIPS module code from crypto/bnDr. Stephen Henson2014-12-081-8/+0
* Add secure DSA nonce flag.Adam Langley2013-06-131-0/+70
* Rename FIPS_mode_set and FIPS_mode. Theses symbols will be defined inDr. Stephen Henson2011-05-111-1/+1
* In FIPS mode only use "Generation by Testing Candidates" equivalent.Dr. Stephen Henson2011-02-111-0/+8
* Move all FIPSAPI renames into fips.h header file, include early inDr. Stephen Henson2011-01-271-5/+2
* Redirect FIPS memory allocation to FIPS_malloc() routine, removeDr. Stephen Henson2011-01-271-0/+5
* Revert the size_t modifications from HEAD that had led to moreGeoff Thorpe2008-11-121-5/+4
* size_tification.Ben Laurie2008-11-011-4/+5
* Constification.Ben Laurie2008-10-201-3/+3
* Fix various incorrect error function codes.Bodo Möller2005-04-261-1/+1
* RAND_add() wants a double as it's last argument.Richard Levitte2004-03-251-1/+1
* Convert openssl code not to assume the deprecated form of BN_zero().Geoff Thorpe2004-03-141-3/+1
* Put the first stage of my bignum debugging adventures into CVS. This codeGeoff Thorpe2003-11-041-0/+2
* A few more memset()s converted to OPENSSL_cleanse().Richard Levitte2002-11-291-1/+1
* Let BN_rand_range() abort with an error after 100 iterationsBodo Möller2002-08-021-0/+14
* fix BN_rand_rangeBodo Möller2001-12-141-11/+13
* Use uniformly chosen witnesses for Miller-Rabin testBodo Möller2001-09-031-3/+68