aboutsummaryrefslogtreecommitdiffstats
path: root/crypto/rand/rand_lib.c
Commit message (Expand)AuthorAgeFilesLines
* free cleanup almost the finaleRich Salz2015-04-301-4/+1
* Deprecate RAND_pseudo_bytesMatt Caswell2015-03-251-0/+2
* Run util/openssl-format-source -v -c .Matt Caswell2015-01-221-154/+150
* Use rdrand as additional entropy source.Dr. Stephen Henson2014-01-111-0/+1
* PR: 2786Dr. Stephen Henson2012-08-221-2/+5
* Don't set FIPS rand method at same time as RAND method as this can cause theDr. Stephen Henson2011-06-211-4/+0
* Oops, work out expanded buffer length before allocating it...Dr. Stephen Henson2011-04-231-2/+2
* Always return multiple of block length bytes from default DRBG seedDr. Stephen Henson2011-04-231-0/+2
* Add continuous RNG test to entropy source. Entropy callbacks now needDr. Stephen Henson2011-04-211-1/+1
* Update OpenSSL DRBG support code. Use date time vector as additional data.Dr. Stephen Henson2011-04-061-5/+31
* Extensive reorganisation of PRNG handling in FIPS module: all callsDr. Stephen Henson2011-04-051-5/+67
* FIPS mode changes to make RNG compile (this will need updating later as weDr. Stephen Henson2011-01-261-0/+6
* Revert the size_t modifications from HEAD that had led to moreGeoff Thorpe2008-11-121-4/+4
* More size_tification.Ben Laurie2008-11-011-4/+4
* Port from 0.9.8-stableLutz Jänicke2007-09-241-2/+0
* Initialize "buf" to 0 to make valgrind happy :-)Lutz Jänicke2007-03-021-0/+2
* Add the possibility to build without the ENGINE framework.Richard Levitte2003-01-301-0/+10
* This commits changes to various parts of libcrypto required by the recentGeoff Thorpe2001-09-251-22/+47
* Fix memory leak when RAND is used: need to cleanupDr. Stephen Henson2001-06-211-2/+3
* In RSA, DSA, DH, and RAND - if the "***_new()" function fails because theGeoff Thorpe2001-04-301-0/+4
* Some more tweaks from ENGINE code.Geoff Thorpe2001-04-181-7/+7
* Merge the engine branch into the main trunk. All conflicts resolved.Richard Levitte2000-10-261-19/+38
* Use RAND_METHOD for implementing RAND_status.Bodo Möller2000-03-021-0/+7
* Allow for higher granularity of entropy estimates by using 'double'Bodo Möller2000-02-191-1/+1
* New function RAND_pseudo_bytes() generated pseudorandom numbers thatUlf Möller2000-01-161-0/+6
* Precautions against using the PRNG uninitialized: RAND_bytes() nowUlf Möller2000-01-131-2/+9
* Initial support for MacOS.Andy Polyakov1999-09-111-1/+0
* Change #include filenames from <foo.h> to <openssl.h>.Bodo Möller1999-04-231-1/+1
* Change functions to ANSI C.Ulf Möller1999-04-191-10/+5
* More exactitude with function arguments.Ben Laurie1999-02-091-2/+1
* Various cleanups and fixed by Marc and Ralf to start the OpenTLS projectRalf S. Engelschall1998-12-221-2/+2
* Import of old SSLeay release: SSLeay 0.9.1b (unreleased)Ralf S. Engelschall1998-12-211-0/+104