aboutsummaryrefslogtreecommitdiffstats
path: root/crypto/rand
Commit message (Expand)AuthorAgeFilesLines
* Remove EXHEADER, TEST, APPS, links:, install: and uninstall: where relevantRichard Levitte2015-03-311-17/+1
* Stop symlinking, move files to intended directoryRichard Levitte2015-03-312-351/+0
* Deprecate RAND_pseudo_bytesMatt Caswell2015-03-253-1/+13
* RAND_bytes updatesMatt Caswell2015-03-251-2/+2
* Unchecked malloc fixesMatt Caswell2015-03-051-0/+3
* RT3684: rand_egd needs stddef.hClang via Jeffrey Walton2015-02-121-4/+1
* Live code cleanup: remove #if 1 stuffRich Salz2015-02-061-2/+0
* Dead code removal: #if 0 bio, comp, randRich Salz2015-01-291-10/+0
* clang on Linux x86_64 complains about unreachable code.Richard Levitte2015-01-291-1/+0
* OPENSSL_NO_xxx cleanup: SHARich Salz2015-01-271-11/+1
* ifdef cleanup, part 4a: '#ifdef undef'Rich Salz2015-01-241-10/+0
* ifdef cleanup part 3: OPENSSL_SYSNAMERich Salz2015-01-232-3/+3
* ifdef cleanup, 2 remove OPENSSL_NO_SETVBUF_IONBFRich Salz2015-01-221-3/+1
* More comment realignmentmaster-post-reformatMatt Caswell2015-01-221-4/+4
* Run util/openssl-format-source -v -c .Matt Caswell2015-01-2213-2384/+2374
* Move more comments that confuse indentMatt Caswell2015-01-221-2/+4
* indent has problems with comments that are on the right hand side of a line.Matt Caswell2015-01-221-6/+7
* Further comment changes for reformat (master)Matt Caswell2015-01-221-2/+4
* Avoid deprecation problems in Visual Studio 13Matt Caswell2015-01-131-59/+2
* Further comment amendments to preserve formatting prior to source reformatMatt Caswell2015-01-061-1/+2
* mark all block comments that need format preserving so thatTim Hudson2014-12-301-1/+1
* RT3548: Remove some obsolete platformsRich Salz2014-12-172-19/+2
* RT3544: Restore MWERKS for NetWareRich Salz2014-12-171-1/+7
* remove OPENSSL_FIPSAPIDr. Stephen Henson2014-12-082-2/+2
* remove FIPS_*_SIZE_TDr. Stephen Henson2014-12-081-4/+0
* Remove fipscanister build functionality from makefiles.Dr. Stephen Henson2014-12-081-1/+1
* Remove all .cvsignore filesRich Salz2014-11-281-4/+0
* RT3544: Remove MWERKS supportRich Salz2014-09-241-7/+1
* RT2301: GetDIBits, not GetBitmapBits in rand_winJake Goulding2014-09-181-18/+19
* Create ~/.rnd with mode 0600 instead of 0666Jakub Wilk2014-06-081-0/+1
* ssleay_rand_add returns a value in 1.1.0Dr. Stephen Henson2014-04-091-1/+1
* Return if ssleay_rand_add called with zero num.Dr. Stephen Henson2014-04-071-0/+3
* Avoid Windows 8 Getversion deprecated errors.Dr. Stephen Henson2014-02-251-1/+1
* typoDr. Stephen Henson2014-01-121-1/+1
* Use rdrand as additional entropy source.Dr. Stephen Henson2014-01-113-0/+81
* Time value for various platforms.Dr. Stephen Henson2013-10-201-8/+27
* Mix time into the pool to avoid repetition of the Android duplicated PID prob...Ben Laurie2013-09-201-1/+21
* misspellings fixes by https://github.com/vlajos/misspell_fixerVeres Lajos2013-09-052-3/+3
* PR: 2786Dr. Stephen Henson2012-08-221-2/+5
* Version skew reduction: trivia (I hope).Ben Laurie2012-06-033-7/+3
* Fix OPNESSL vs. OPENSSL typos.Andy Polyakov2012-01-151-1/+1
* PR: 2563Dr. Stephen Henson2011-12-191-34/+74
* more vxworks patchesDr. Stephen Henson2011-10-141-1/+4
* make updateBodo Möller2011-09-051-16/+20
* Don't set FIPS rand method at same time as RAND method as this can cause theDr. Stephen Henson2011-06-211-4/+0
* Oops, work out expanded buffer length before allocating it...Dr. Stephen Henson2011-04-231-2/+2
* Always return multiple of block length bytes from default DRBG seedDr. Stephen Henson2011-04-231-0/+2
* Add continuous RNG test to entropy source. Entropy callbacks now needDr. Stephen Henson2011-04-211-1/+1
* Update OpenSSL DRBG support code. Use date time vector as additional data.Dr. Stephen Henson2011-04-061-5/+31
* Extensive reorganisation of PRNG handling in FIPS module: all callsDr. Stephen Henson2011-04-053-6/+74