summaryrefslogtreecommitdiffstats
path: root/crypto/rand
AgeCommit message (Expand)Author
2015-01-22Move more comments that confuse indentMatt Caswell
2015-01-22indent has problems with comments that are on the right hand side of a line.Matt Caswell
2015-01-22Further comment changes for reformat (master)Matt Caswell
2015-01-13Avoid deprecation problems in Visual Studio 13Matt Caswell
2015-01-06Further comment amendments to preserve formatting prior to source reformatMatt Caswell
2014-12-30mark all block comments that need format preserving so thatTim Hudson
2014-12-17RT3548: Remove some obsolete platformsRich Salz
2014-12-17RT3544: Restore MWERKS for NetWareRich Salz
2014-12-08remove OPENSSL_FIPSAPIDr. Stephen Henson
2014-12-08remove FIPS_*_SIZE_TDr. Stephen Henson
2014-12-08Remove fipscanister build functionality from makefiles.Dr. Stephen Henson
2014-11-28Remove all .cvsignore filesRich Salz
2014-09-24RT3544: Remove MWERKS supportRich Salz
2014-09-18RT2301: GetDIBits, not GetBitmapBits in rand_winJake Goulding
2014-06-08Create ~/.rnd with mode 0600 instead of 0666Jakub Wilk
2014-04-09ssleay_rand_add returns a value in 1.1.0Dr. Stephen Henson
2014-04-07Return if ssleay_rand_add called with zero num.Dr. Stephen Henson
2014-02-25Avoid Windows 8 Getversion deprecated errors.Dr. Stephen Henson
2014-01-12typoDr. Stephen Henson
2014-01-11Use rdrand as additional entropy source.Dr. Stephen Henson
2013-10-20Time value for various platforms.Dr. Stephen Henson
2013-09-20Mix time into the pool to avoid repetition of the Android duplicated PID prob...Ben Laurie
2013-09-05misspellings fixes by https://github.com/vlajos/misspell_fixerVeres Lajos
2012-08-22PR: 2786Dr. Stephen Henson
2012-06-03Version skew reduction: trivia (I hope).Ben Laurie
2012-01-15Fix OPNESSL vs. OPENSSL typos.Andy Polyakov
2011-12-19PR: 2563Dr. Stephen Henson
2011-10-14more vxworks patchesDr. Stephen Henson
2011-09-05make updateBodo Möller
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-03-24make updateRichard Levitte
2011-03-19After some adjustments, apply the changes OpenSSL 1.0.0d on OpenVMSRichard Levitte
2011-03-12Add SRP support.Ben Laurie
2011-02-21Update dependencies.Dr. Stephen Henson
2011-02-16Include openssl/crypto.h first in several other files so FIPS renamingDr. Stephen Henson
2011-02-16Experimental symbol renaming to avoid clashes with regular OpenSSL.Dr. Stephen Henson
2011-02-03Add FIPS support to the WIN32 build system.Dr. Stephen Henson
2011-01-27Update source files to handle new FIPS_lock() location. Add FIPS_lock()Dr. Stephen Henson
2011-01-27Change OPENSSL_FIPSEVP to OPENSSL_FIPSAPI as it doesn't just referDr. Stephen Henson
2011-01-26Change AR to ARX to allow exclusion of fips object modulesDr. Stephen Henson
2011-01-26add new RAND errorsDr. Stephen Henson
2011-01-26FIPS mode changes to make RNG compile (this will need updating later as weDr. Stephen Henson
2010-11-18PR: 2372Dr. Stephen Henson
2010-07-08rand_nw.c: compensate for gcc bug (using %edx instead of %eax at -O3).Andy Polyakov
2010-06-16clarify commentDr. Stephen Henson