summaryrefslogtreecommitdiffstats
path: root/crypto/rand
AgeCommit message (Expand)Author
2015-05-14Identify and move common internal libcrypto header filesRichard Levitte
2015-05-03Add OSSL_NELEM macro.Dr. Stephen Henson
2015-04-30free cleanup almost the finaleRich Salz
2015-04-16Code style: space after 'if'Viktor Dukhovni
2015-03-31Remove EXHEADER, TEST, APPS, links:, install: and uninstall: where relevantRichard Levitte
2015-03-31Stop symlinking, move files to intended directoryRichard Levitte
2015-03-25Deprecate RAND_pseudo_bytesMatt Caswell
2015-03-25RAND_bytes updatesMatt Caswell
2015-03-05Unchecked malloc fixesMatt Caswell
2015-02-12RT3684: rand_egd needs stddef.hClang via Jeffrey Walton
2015-02-06Live code cleanup: remove #if 1 stuffRich Salz
2015-01-29Dead code removal: #if 0 bio, comp, randRich Salz
2015-01-29clang on Linux x86_64 complains about unreachable code.Richard Levitte
2015-01-27OPENSSL_NO_xxx cleanup: SHARich Salz
2015-01-24ifdef cleanup, part 4a: '#ifdef undef'Rich Salz
2015-01-23ifdef cleanup part 3: OPENSSL_SYSNAMERich Salz
2015-01-22ifdef cleanup, 2 remove OPENSSL_NO_SETVBUF_IONBFRich Salz
2015-01-22More comment realignmentmaster-post-reformatMatt Caswell
2015-01-22Run util/openssl-format-source -v -c .Matt Caswell
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