summaryrefslogtreecommitdiffstats
path: root/crypto/rand/rand_lib.c
AgeCommit message (Expand)Author
2017-02-28Clean up references to FIPSEmilia Kasper
2016-05-17Copyright consolidation 09/10Rich Salz
2016-04-13Rename int_*() functions to *_int()Matt Caswell
2016-04-13Rename lots of *_intern or *_internal function to int_*Matt Caswell
2016-04-13Deprecate RAND_cleanup() and make it a no-opMatt Caswell
2016-03-20Remove #error from include files.Rich Salz
2016-02-25GH715: ENGINE_finish can take NULLRich Salz
2016-01-26Remove /* foo.c */ commentsRich Salz
2016-01-07Backwards-compatibility subject to OPENSSL_API_COMPATViktor Dukhovni
2016-01-06Remove more (rest?) of FIPS build stuff.Rich Salz
2015-11-09Continue standardising malloc style for libcryptoMatt Caswell
2015-10-30Replace "SSLeay" in API with OpenSSLRich Salz
2015-05-14Identify and move common internal libcrypto header filesRichard Levitte
2015-04-30free cleanup almost the finaleRich Salz
2015-03-25Deprecate RAND_pseudo_bytesMatt Caswell
2015-01-22Run util/openssl-format-source -v -c .Matt Caswell
2014-01-11Use rdrand as additional entropy source.Dr. Stephen Henson
2012-08-22PR: 2786Dr. Stephen Henson
2011-06-21Don't set FIPS rand method at same time as RAND method as this can cause theDr. Stephen Henson
2011-04-23Oops, work out expanded buffer length before allocating it...Dr. Stephen Henson
2011-04-23Always return multiple of block length bytes from default DRBG seedDr. Stephen Henson
2011-04-21Add continuous RNG test to entropy source. Entropy callbacks now needDr. Stephen Henson
2011-04-06Update OpenSSL DRBG support code. Use date time vector as additional data.Dr. Stephen Henson
2011-04-05Extensive reorganisation of PRNG handling in FIPS module: all callsDr. Stephen Henson
2011-01-26FIPS mode changes to make RNG compile (this will need updating later as weDr. Stephen Henson
2008-11-12Revert the size_t modifications from HEAD that had led to moreGeoff Thorpe
2008-11-01More size_tification.Ben Laurie
2007-09-24Port from 0.9.8-stableLutz Jänicke
2007-03-02Initialize "buf" to 0 to make valgrind happy :-)Lutz Jänicke
2003-01-30Add the possibility to build without the ENGINE framework.Richard Levitte
2001-09-25This commits changes to various parts of libcrypto required by the recentGeoff Thorpe
2001-06-21Fix memory leak when RAND is used: need to cleanupDr. Stephen Henson
2001-04-30In RSA, DSA, DH, and RAND - if the "***_new()" function fails because theGeoff Thorpe
2001-04-18Some more tweaks from ENGINE code.Geoff Thorpe
2000-10-26Merge the engine branch into the main trunk. All conflicts resolved.Richard Levitte
2000-03-02Use RAND_METHOD for implementing RAND_status.Bodo Möller
2000-02-19Allow for higher granularity of entropy estimates by using 'double'Bodo Möller
2000-01-16New function RAND_pseudo_bytes() generated pseudorandom numbers thatUlf Möller
2000-01-13Precautions against using the PRNG uninitialized: RAND_bytes() nowUlf Möller
1999-09-11Initial support for MacOS.Andy Polyakov
1999-04-23Change #include filenames from <foo.h> to <openssl.h>.Bodo Möller
1999-04-19Change functions to ANSI C.Ulf Möller
1999-02-09More exactitude with function arguments.Ben Laurie
1998-12-22Various cleanups and fixed by Marc and Ralf to start the OpenTLS projectRalf S. Engelschall
1998-12-21Import of old SSLeay release: SSLeay 0.9.1b (unreleased)SSLeayRalf S. Engelschall