aboutsummaryrefslogtreecommitdiffstats
path: root/crypto/rand
Commit message (Expand)AuthorAgeFilesLines
* 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
* make updateRichard Levitte2011-03-241-20/+16
* After some adjustments, apply the changes OpenSSL 1.0.0d on OpenVMSRichard Levitte2011-03-192-2/+16
* Add SRP support.Ben Laurie2011-03-121-16/+20
* Update dependencies.Dr. Stephen Henson2011-02-211-23/+21
* Include openssl/crypto.h first in several other files so FIPS renamingDr. Stephen Henson2011-02-161-0/+1
* Experimental symbol renaming to avoid clashes with regular OpenSSL.Dr. Stephen Henson2011-02-162-2/+3
* Add FIPS support to the WIN32 build system.Dr. Stephen Henson2011-02-032-1/+3
* Update source files to handle new FIPS_lock() location. Add FIPS_lock()Dr. Stephen Henson2011-01-271-0/+4
* Change OPENSSL_FIPSEVP to OPENSSL_FIPSAPI as it doesn't just referDr. Stephen Henson2011-01-271-1/+1
* Change AR to ARX to allow exclusion of fips object modulesDr. Stephen Henson2011-01-261-1/+1
* add new RAND errorsDr. Stephen Henson2011-01-262-1/+21
* 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.Ben Laurie2010-06-121-2/+0
* rand_win.c: fix logical bug in readscreen.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: fix time limit logic.Andy Polyakov2010-01-191-5/+5
* rand_win.c: handle GetTickCount wrap-around.Andy Polyakov2010-01-191-10/+10
* Audit libcrypto for unchecked return values: fix all cases enounteredDr. Stephen Henson2009-09-232-31/+61
* Don't use __try+__except unless on VC++Dr. Stephen Henson2009-09-201-0/+24