aboutsummaryrefslogtreecommitdiffstats
path: root/crypto/rand
Commit message (Expand)AuthorAgeFilesLines
* VSI submission: RAND fixupsRichard Levitte2016-08-192-53/+91
* Convert memset calls to OPENSSL_cleanseMatt Caswell2016-06-301-1/+1
* RT4545: Backport 2877 to 1.0.2Rich Salz2016-06-161-3/+3
* rand/randfile.c: remove _XOPEN_SOURCE definition.Andy Polyakov2016-05-201-7/+25
* Remove the "eay" c-file-style indicatorsRichard Levitte2015-12-181-1/+1
* RT4044: Remove .cvsignore files.Rich Salz2015-09-151-4/+0
* Fix the update target and remove duplicate file updatesRichard Levitte2015-05-231-0/+2
* Code style: space after 'if'Viktor Dukhovni2015-04-161-1/+1
* Unchecked malloc fixesMatt Caswell2015-03-051-0/+3
* RT3684: rand_egd needs stddef.hRich Salz2015-02-121-0/+1
* Re-align some comments after running the reformat script.OpenSSL_1_0_2-post-reformatMatt Caswell2015-01-221-4/+4
* Run util/openssl-format-source -v -c .Matt Caswell2015-01-2213-2314/+2318
* 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
* Additional comment changes for reformat of 1.0.2Matt Caswell2015-01-221-2/+4
* Further comment amendments to preserve formatting prior to source reformatMatt Caswell2015-01-221-1/+2
* mark all block comments that need format preserving so thatTim Hudson2015-01-221-1/+1
* Avoid deprecation problems in Visual Studio 13Matt Caswell2015-01-131-59/+2
* RT2301: GetDIBits, not GetBitmapBits in rand_winJake Goulding2014-09-181-18/+19
* Fix error discrepancy.Dr. Stephen Henson2014-08-013-11/+5
* Avoid multiple lock using FIPS DRBG.Dr. Stephen Henson2014-07-303-14/+12
* Create ~/.rnd with mode 0600 instead of 0666Jakub Wilk2014-06-081-0/+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
* Get FIPS checking logic right.Dr. Stephen Henson2013-12-101-4/+4
* Avoid multiple locks in FIPS mode.Dr. Stephen Henson2013-12-081-5/+17
* Disable Dual EC DRBG.Dr. Stephen Henson2013-09-223-0/+10
* PR: 2786Dr. Stephen Henson2012-08-221-2/+5
* Revert "version skew" patches that break FIPS compilationDr. Stephen Henson2012-06-091-2/+4
* Reduce version skew: trivia (I hope).Ben Laurie2012-06-033-5/+5
* Fix OPNESSL vs. OPENSSL typos [from HEAD].Andy Polyakov2012-01-151-1/+1
* PR: 2563Dr. Stephen Henson2011-12-191-34/+74
* Improved error checking for DRBG calls.Dr. Stephen Henson2011-09-163-2/+34
* Don't set FIPS rand method at same time as RAND method as this can causeDr. Stephen Henson2011-06-211-4/+0
* Set rand method in FIPS_mode_set() not in rand library.Dr. Stephen Henson2011-06-131-12/+0
* Redirect RAND to FIPS module in FIPS mode.Dr. Stephen Henson2011-06-133-6/+15
* The first of many changes to make OpenSSL 1.0.1 FIPS capable.Dr. Stephen Henson2011-05-262-0/+101
* Apply all the changes submitted by Steven M. Schweda <sms@antinode.info>Richard Levitte2011-03-192-2/+16
* FIPS mode changes to make RNG compile (this will need updating later as weDr. Stephen Henson2011-01-262-16/+21
* PR: 2372Dr. Stephen Henson2010-11-181-1/+1
* rand_nw.c: compensate for gcc bug (using %edx instead of %eax at -O3)Andy Polyakov2010-07-081-2/+2
* clarify commentDr. Stephen Henson2010-06-161-4/+7
* Fix warnings (From HEAD, original patch by Ben).Dr. Stephen Henson2010-06-151-2/+0
* rand_win.c: fix logical bug in readscreen [from HEAD].Andy Polyakov2010-03-221-1/+1
* PR: 2100Dr. Stephen Henson2010-02-171-0/+1
* PR: 2138Dr. Stephen Henson2010-01-261-0/+8
* rand_win.c: handel GetTickCount wrap-around [from HEAD].Andy Polyakov2010-01-191-10/+10
* Don't use __try+__except unless on VC++Dr. Stephen Henson2009-09-201-0/+24
* Update from 0.9.8-stable.Dr. Stephen Henson2009-07-241-2/+26
* Update from HEAD.Dr. Stephen Henson2009-06-151-2/+2