summaryrefslogtreecommitdiffstats
path: root/crypto/rand/rand_lib.c
AgeCommit message (Expand)Author
2015-01-22Run util/openssl-format-source -v -c .Matt Caswell
2014-08-01Fix error discrepancy.Dr. Stephen Henson
2014-07-30Avoid multiple lock using FIPS DRBG.Dr. Stephen Henson
2013-09-22Disable Dual EC DRBG.Dr. Stephen Henson
2012-08-22PR: 2786Dr. Stephen Henson
2012-06-09Revert "version skew" patches that break FIPS compilationDr. Stephen Henson
2012-06-03Reduce version skew: trivia (I hope).Ben Laurie
2011-09-16Improved error checking for DRBG calls.Dr. Stephen Henson
2011-06-21Don't set FIPS rand method at same time as RAND method as this can causeDr. Stephen Henson
2011-06-13Set rand method in FIPS_mode_set() not in rand library.Dr. Stephen Henson
2011-06-13Redirect RAND to FIPS module in FIPS mode.Dr. Stephen Henson
2011-05-26The first of many changes to make OpenSSL 1.0.1 FIPS capable.Dr. 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