summaryrefslogtreecommitdiff
path: root/crypto/rand
Commit message (Expand)AuthorAgeFilesLines
* Fix OPNESSL vs. OPENSSL typos.appro2012-01-151-1/+1
* PR: 2563steve2011-12-191-34/+74
* more vxworks patchessteve2011-10-141-1/+4
* make updatebodo2011-09-051-16/+20
* Don't set FIPS rand method at same time as RAND method as this can cause thesteve2011-06-211-4/+0
* Oops, work out expanded buffer length before allocating it...steve2011-04-231-2/+2
* Always return multiple of block length bytes from default DRBG seedsteve2011-04-231-0/+2
* Add continuous RNG test to entropy source. Entropy callbacks now needsteve2011-04-211-1/+1
* Update OpenSSL DRBG support code. Use date time vector as additional data.steve2011-04-061-5/+31
* Extensive reorganisation of PRNG handling in FIPS module: all callssteve2011-04-053-6/+74
* make updatelevitte2011-03-241-20/+16
* After some adjustments, apply the changes OpenSSL 1.0.0d on OpenVMSlevitte2011-03-192-2/+16
* Add SRP support.ben2011-03-121-16/+20
* Update dependencies.steve2011-02-211-23/+21
* Include openssl/crypto.h first in several other files so FIPS renamingsteve2011-02-161-0/+1
* Experimental symbol renaming to avoid clashes with regular OpenSSL.steve2011-02-162-2/+3
* Add FIPS support to the WIN32 build system.steve2011-02-032-1/+3
* Update source files to handle new FIPS_lock() location. Add FIPS_lock()steve2011-01-271-0/+4
* Change OPENSSL_FIPSEVP to OPENSSL_FIPSAPI as it doesn't just refersteve2011-01-271-1/+1
* Change AR to ARX to allow exclusion of fips object modulessteve2011-01-261-1/+1
* add new RAND errorssteve2011-01-262-1/+21
* FIPS mode changes to make RNG compile (this will need updating later as westeve2011-01-262-16/+21
* PR: 2372steve2010-11-181-1/+1
* rand_nw.c: compensate for gcc bug (using %edx instead of %eax at -O3).appro2010-07-081-2/+2
* clarify commentsteve2010-06-161-4/+7
* Fix warnings.ben2010-06-121-2/+0
* rand_win.c: fix logical bug in readscreen.appro2010-03-221-1/+1
* PR: 2100steve2010-02-171-0/+1
* PR: 2138steve2010-01-261-0/+8
* rand_win.c: fix time limit logic.appro2010-01-191-5/+5
* rand_win.c: handle GetTickCount wrap-around.appro2010-01-191-10/+10
* Audit libcrypto for unchecked return values: fix all cases enounteredsteve2009-09-232-31/+61
* Don't use __try+__except unless on VC++steve2009-09-201-0/+24
* Update from 0.9.8-stable.steve2009-07-241-2/+26
* PR: 1952steve2009-06-131-2/+2
* Merge from 1.0.0-stable branch.steve2009-04-231-0/+6
* Changes from 1.0.0-stable.steve2009-04-071-1/+44
* Use new common flags and fix resulting warnings.ben2009-02-151-1/+1
* VMS stuff I forgot...levitte2009-01-031-3/+17
* This _WIN32-specific patch makes it possible to "wrap" OpenSSL in anotherappro2008-12-221-0/+7
* Revert commit #17603, it should have been part of #17617.appro2008-11-121-2/+2
* Revert the size_t modifications from HEAD that had led to moregeoff2008-11-126-41/+35
* PR: 1777steve2008-11-051-2/+2
* Only one of these needs to be signed.ben2008-11-041-4/+6
* Not sure about this one... seems to be needed to make 64 bit releasesteve2008-11-021-2/+2
* More size_tification.ben2008-11-016-33/+37
* randfile.c: .rnd can become orphaned on VMS.appro2008-10-281-23/+43
* Remove the dual-callback scheme for numeric and pointer thread IDs,geoff2008-08-061-8/+9
* Revert my earlier CRYPTO_THREADID commit, I will commit a reworkedgeoff2008-07-031-9/+8
* More type-checking.ben2008-06-041-6/+11