aboutsummaryrefslogtreecommitdiffstats
path: root/crypto/rand
Commit message (Expand)AuthorAgeFilesLines
* 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
* Update from 0.9.8-stable.Dr. Stephen Henson2009-07-241-2/+26
* PR: 1952Dr. Stephen Henson2009-06-131-2/+2
* Merge from 1.0.0-stable branch.Dr. Stephen Henson2009-04-231-0/+6
* Changes from 1.0.0-stable.Dr. Stephen Henson2009-04-071-1/+44
* Use new common flags and fix resulting warnings.Ben Laurie2009-02-151-1/+1
* VMS stuff I forgot...Richard Levitte2009-01-031-3/+17
* This _WIN32-specific patch makes it possible to "wrap" OpenSSL in anotherAndy Polyakov2008-12-221-0/+7
* Revert commit #17603, it should have been part of #17617.Andy Polyakov2008-11-121-2/+2
* Revert the size_t modifications from HEAD that had led to moreGeoff Thorpe2008-11-126-41/+35
* PR: 1777Dr. Stephen Henson2008-11-051-2/+2
* Only one of these needs to be signed.Ben Laurie2008-11-041-4/+6
* Not sure about this one... seems to be needed to make 64 bit releaseDr. Stephen Henson2008-11-021-2/+2
* More size_tification.Ben Laurie2008-11-016-33/+37
* randfile.c: .rnd can become orphaned on VMS.Andy Polyakov2008-10-281-23/+43
* Remove the dual-callback scheme for numeric and pointer thread IDs,Geoff Thorpe2008-08-061-8/+9
* Revert my earlier CRYPTO_THREADID commit, I will commit a reworkedGeoff Thorpe2008-07-031-9/+8
* More type-checking.Ben Laurie2008-06-041-6/+11
* Correctly adjust location of commentLutz Jänicke2008-05-201-1/+1
* Another occurance of possible valgrind/purify "uninitialized memory"Lutz Jänicke2008-05-161-0/+4
* There was a need to support thread ID types that couldn't be reliably castGeoff Thorpe2008-03-281-8/+9
* Netware support.Dr. Stephen Henson2008-01-031-2/+9
* Port from 0.9.8-stableLutz Jänicke2007-09-241-2/+0
* Initialize "buf" to 0 to make valgrind happy :-)Lutz Jänicke2007-03-021-0/+2
* Do not use uninitialized memory to seed the PRNG as it may confuseLutz Jänicke2007-03-021-3/+1
* Constify version strings and some structures.Dr. Stephen Henson2007-01-211-1/+1
* Update from 0.9.8 stable. Eliminate duplicate error codes.Dr. Stephen Henson2006-11-211-7/+4
* use <poll.h> as by Single Unix SpecificationBodo Möller2006-06-301-2/+2
* always read in RAND_poll() if we can't use select because of a tooBodo Möller2006-06-281-79/+79
* Use poll() when possible to gather Unix randomness entropyRichard Levitte2006-06-271-7/+52
* New functions CRYPTO_set_idptr_callback(),Bodo Möller2006-06-231-5/+8
* Add BeOS support.Ulf Möller2006-04-112-2/+20
* Update filenames in makefiles.Dr. Stephen Henson2006-02-041-1/+1