summaryrefslogtreecommitdiffstats
path: root/crypto/rand
AgeCommit message (Expand)Author
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
2010-06-12Fix warnings.Ben Laurie
2010-03-22rand_win.c: fix logical bug in readscreen.Andy Polyakov
2010-02-17PR: 2100Dr. Stephen Henson
2010-01-26PR: 2138Dr. Stephen Henson
2010-01-19rand_win.c: fix time limit logic.Andy Polyakov
2010-01-19rand_win.c: handle GetTickCount wrap-around.Andy Polyakov
2009-09-23Audit libcrypto for unchecked return values: fix all cases enounteredDr. Stephen Henson
2009-09-20Don't use __try+__except unless on VC++Dr. Stephen Henson
2009-07-24Update from 0.9.8-stable.Dr. Stephen Henson
2009-06-13PR: 1952Dr. Stephen Henson
2009-04-23Merge from 1.0.0-stable branch.Dr. Stephen Henson
2009-04-07Changes from 1.0.0-stable.Dr. Stephen Henson
2009-02-15Use new common flags and fix resulting warnings.Ben Laurie
2009-01-03VMS stuff I forgot...Richard Levitte