aboutsummaryrefslogtreecommitdiff
path: root/crypto/rand
AgeCommit message (Expand)AuthorFilesLines
2014-12-17RT3548: Remove some obsolete platformsRich Salz2-19/+2
2014-12-17RT3544: Restore MWERKS for NetWareRich Salz1-1/+7
2014-12-08remove OPENSSL_FIPSAPIDr. Stephen Henson2-2/+2
2014-12-08remove FIPS_*_SIZE_TDr. Stephen Henson1-4/+0
2014-12-08Remove fipscanister build functionality from makefiles.Dr. Stephen Henson1-1/+1
2014-11-28Remove all .cvsignore filesRich Salz1-4/+0
2014-09-24RT3544: Remove MWERKS supportRich Salz1-7/+1
2014-09-18RT2301: GetDIBits, not GetBitmapBits in rand_winJake Goulding1-18/+19
2014-06-08Create ~/.rnd with mode 0600 instead of 0666Jakub Wilk1-0/+1
2014-04-09ssleay_rand_add returns a value in 1.1.0Dr. Stephen Henson1-1/+1
2014-04-07Return if ssleay_rand_add called with zero num.Dr. Stephen Henson1-0/+3
2014-02-25Avoid Windows 8 Getversion deprecated errors.Dr. Stephen Henson1-1/+1
2014-01-12typoDr. Stephen Henson1-1/+1
2014-01-11Use rdrand as additional entropy source.Dr. Stephen Henson3-0/+81
2013-10-20Time value for various platforms.Dr. Stephen Henson1-8/+27
2013-09-20Mix time into the pool to avoid repetition of the Android duplicated PID prob...Ben Laurie1-1/+21
2013-09-05misspellings fixes by https://github.com/vlajos/misspell_fixerVeres Lajos2-3/+3
2012-08-22PR: 2786Dr. Stephen Henson1-2/+5
2012-06-03Version skew reduction: trivia (I hope).Ben Laurie3-7/+3
2012-01-15Fix OPNESSL vs. OPENSSL typos.Andy Polyakov1-1/+1
2011-12-19PR: 2563Dr. Stephen Henson1-34/+74
2011-10-14more vxworks patchesDr. Stephen Henson1-1/+4
2011-09-05make updateBodo Möller1-16/+20
2011-06-21Don't set FIPS rand method at same time as RAND method as this can cause theDr. Stephen Henson1-4/+0
2011-04-23Oops, work out expanded buffer length before allocating it...Dr. Stephen Henson1-2/+2
2011-04-23Always return multiple of block length bytes from default DRBG seedDr. Stephen Henson1-0/+2
2011-04-21Add continuous RNG test to entropy source. Entropy callbacks now needDr. Stephen Henson1-1/+1
2011-04-06Update OpenSSL DRBG support code. Use date time vector as additional data.Dr. Stephen Henson1-5/+31
2011-04-05Extensive reorganisation of PRNG handling in FIPS module: all callsDr. Stephen Henson3-6/+74
2011-03-24make updateRichard Levitte1-20/+16
2011-03-19After some adjustments, apply the changes OpenSSL 1.0.0d on OpenVMSRichard Levitte2-2/+16
2011-03-12Add SRP support.Ben Laurie1-16/+20
2011-02-21Update dependencies.Dr. Stephen Henson1-23/+21
2011-02-16Include openssl/crypto.h first in several other files so FIPS renamingDr. Stephen Henson1-0/+1
2011-02-16Experimental symbol renaming to avoid clashes with regular OpenSSL.Dr. Stephen Henson2-2/+3
2011-02-03Add FIPS support to the WIN32 build system.Dr. Stephen Henson2-1/+3
2011-01-27Update source files to handle new FIPS_lock() location. Add FIPS_lock()Dr. Stephen Henson1-0/+4
2011-01-27Change OPENSSL_FIPSEVP to OPENSSL_FIPSAPI as it doesn't just referDr. Stephen Henson1-1/+1
2011-01-26Change AR to ARX to allow exclusion of fips object modulesDr. Stephen Henson1-1/+1
2011-01-26add new RAND errorsDr. Stephen Henson2-1/+21
2011-01-26FIPS mode changes to make RNG compile (this will need updating later as weDr. Stephen Henson2-16/+21
2010-11-18PR: 2372Dr. Stephen Henson1-1/+1
2010-07-08rand_nw.c: compensate for gcc bug (using %edx instead of %eax at -O3).Andy Polyakov1-2/+2
2010-06-16clarify commentDr. Stephen Henson1-4/+7
2010-06-12Fix warnings.Ben Laurie1-2/+0
2010-03-22rand_win.c: fix logical bug in readscreen.Andy Polyakov1-1/+1
2010-02-17PR: 2100Dr. Stephen Henson1-0/+1
2010-01-26PR: 2138Dr. Stephen Henson1-0/+8
2010-01-19rand_win.c: fix time limit logic.Andy Polyakov1-5/+5
2010-01-19rand_win.c: handle GetTickCount wrap-around.Andy Polyakov1-10/+10