summaryrefslogtreecommitdiff
path: root/crypto/rand
AgeCommit message (Expand)Author
2000-09-15Merged in the main trunk, did a 'make update', added a couple ofRichard Levitte
2000-09-13Merge of main trunk, conflicts resolved.Richard Levitte
2000-09-12Merge of main trunk, conflicts resolved.Richard Levitte
2000-09-11Merge of main trunk, no conflicts this time.Richard Levitte
2000-09-07Merge main trunk to engine branch, all conflicts resolved.Richard Levitte
2000-08-01Merge from main trunk, conflicts resolvedRichard Levitte
2000-07-30This commit was manufactured by cvs2svn to create branch 'BRANCH_engine'.cvs2svn
2000-07-27Looks like Win32 builds do not define THREADS. However, they're stillRichard Levitte
2000-07-26There's a deadlock when ssleay_rand_bytes is called the first time, sinceRichard Levitte
2000-07-26Fix warnings.Dr. Stephen Henson
2000-07-24"make update"Richard Levitte
2000-07-21oops.Ulf Möller
2000-07-21don't print debug outputUlf Möller
2000-07-19Move RNG initialization to RAND_poll(), and shared definitions toUlf Möller
2000-07-19Randomness polling function for Win9x.Ulf Möller
2000-07-12Merge from main, all conflicts resolved.Richard Levitte
2000-07-07API change.Richard Levitte
2000-07-07Change the overall RAND routines to actually make use of engines.Richard Levitte
2000-06-30Merge in the latest changes from the main trunk, and extra in apps/speed.cRichard Levitte
2000-06-28Undo the changes I just made. I'm not sure what I was thinking of.Richard Levitte
2000-06-28Make it possible for people to tell where the EGD socket is throughRichard Levitte
2000-06-28That's it, I've seen questions about this one time too many forRichard Levitte
2000-06-23Things merged from the main trunk, among others some well needed Win32Richard Levitte
2000-06-21Fixes for Win32 build.Dr. Stephen Henson
2000-06-19Merge of stuff from main trunk, all conflicts resolved.Richard Levitte
2000-06-16There are compilers that complain if a variable has the same name as aBodo Möller
2000-06-13- merged in the latest from the main trunk, fixed all conflictsRichard Levitte
2000-06-13Enable DSO support on alpha (OSF1), cc and gcc.Geoff Thorpe
2000-06-08Merge in code from main trunk to BRANCH_engine.Richard Levitte
2000-06-03EVP constification.Ben Laurie
2000-06-01This commit was manufactured by cvs2svn to create branch 'BRANCH_engine'.cvs2svn
2000-06-01There have been a number of complaints from a number of sources that namesRichard Levitte
2000-05-31Move Windows seeding functions into a separate file.Bodo Möller
2000-05-30Improve PRNG robustness.Bodo Möller
2000-05-11When open()ing 'file' in RAND_write_file, don't use O_EXCL.Bodo Möller
2000-05-02In Message-ID: <003201bfb332$14a07520$0801a8c0@janm.transactionsite.com>,Richard Levitte
2000-03-30'entropy >= ENTROPY_NEEDED' should be evaluated while theBodo Möller
2000-03-29Since ssleay_rand_initialize() unlocks then locks CRYPTO_LOCK_RAND,Richard Levitte
2000-03-19Bug fix: RAND_write_file() failed to write to files created by open()Ulf Möller
2000-03-19Make sure an error condition is returned if, for some reason, the fileRichard Levitte
2000-03-19oops. don't use "entropy" directly.Ulf Möller
2000-03-19New function RAND_event() collects entropy from Windows events.Ulf Möller
2000-03-12cleaning up a littleBodo Möller
2000-03-11Workaround for Windoze weirdness.Bodo Möller
2000-03-05Preserve reason strings in automatically build tables.Bodo Möller
2000-03-04There is no reason to use downcase letters throughout in error reasonBodo Möller
2000-03-02Use RAND_METHOD for implementing RAND_status.Bodo Möller
2000-02-28Switch for turning on the predictable "random" number generator.Ulf Möller
2000-02-28Fix for non-monolithic build.Ulf Möller
2000-02-27Use standard header file string.h for memset prototype (whereBodo Möller