summaryrefslogtreecommitdiffstats
path: root/crypto/rand
Commit message (Expand)AuthorAgeFilesLines
* Make sure that 'initialized' is zeroed as well when cleaning up.Richard Levitte2000-08-081-0/+1
* Looks like Win32 builds do not define THREADS. However, they're stillRichard Levitte2000-07-271-1/+1
* There's a deadlock when ssleay_rand_bytes is called the first time, sinceRichard Levitte2000-07-261-4/+14
* Fix warnings.Dr. Stephen Henson2000-07-261-1/+1
* "make update"Richard Levitte2000-07-241-1/+8
* oops.Ulf Möller2000-07-211-1/+1
* don't print debug outputUlf Möller2000-07-211-1/+0
* Move RNG initialization to RAND_poll(), and shared definitions toUlf Möller2000-07-192-121/+195
* Randomness polling function for Win9x.Ulf Möller2000-07-192-58/+326
* Undo the changes I just made. I'm not sure what I was thinking of.Richard Levitte2000-06-281-11/+0
* Make it possible for people to tell where the EGD socket is throughRichard Levitte2000-06-281-0/+11
* That's it, I've seen questions about this one time too many forRichard Levitte2000-06-281-0/+2
* Fixes for Win32 build.Dr. Stephen Henson2000-06-211-1/+2
* There are compilers that complain if a variable has the same name as aBodo Möller2000-06-161-3/+3
* Enable DSO support on alpha (OSF1), cc and gcc.Geoff Thorpe2000-06-131-3/+7
* EVP constification.Ben Laurie2000-06-032-0/+58
* There have been a number of complaints from a number of sources that namesRichard Levitte2000-06-012-3/+3
* Move Windows seeding functions into a separate file.Bodo Möller2000-05-313-143/+297
* Improve PRNG robustness.Bodo Möller2000-05-301-1/+36
* When open()ing 'file' in RAND_write_file, don't use O_EXCL.Bodo Möller2000-05-111-10/+10
* In Message-ID: <003201bfb332$14a07520$0801a8c0@janm.transactionsite.com>,Richard Levitte2000-05-021-4/+15
* 'entropy >= ENTROPY_NEEDED' should be evaluated while theBodo Möller2000-03-301-1/+4
* Since ssleay_rand_initialize() unlocks then locks CRYPTO_LOCK_RAND,Richard Levitte2000-03-291-0/+5
* Bug fix: RAND_write_file() failed to write to files created by open()Ulf Möller2000-03-192-43/+15
* Make sure an error condition is returned if, for some reason, the fileRichard Levitte2000-03-191-1/+5
* oops. don't use "entropy" directly.Ulf Möller2000-03-191-3/+3
* New function RAND_event() collects entropy from Windows events.Ulf Möller2000-03-192-0/+43
* cleaning up a littleBodo Möller2000-03-121-0/+53
* Workaround for Windoze weirdness.Bodo Möller2000-03-111-2/+4
* Preserve reason strings in automatically build tables.Bodo Möller2000-03-051-1/+2
* There is no reason to use downcase letters throughout in error reasonBodo Möller2000-03-041-1/+1
* Use RAND_METHOD for implementing RAND_status.Bodo Möller2000-03-023-1/+11
* Switch for turning on the predictable "random" number generator.Ulf Möller2000-02-282-7/+20
* Fix for non-monolithic build.Ulf Möller2000-02-281-1/+5
* Use standard header file string.h for memset prototype (whereBodo Möller2000-02-271-1/+1
* Declare memset.Ben Laurie2000-02-271-0/+1
* make updateRichard Levitte2000-02-261-2/+4
* ftruncate() and fileno() are not supported on all versions of OpenVMSRichard Levitte2000-02-261-1/+30
* For safety, check __VMS as well.Richard Levitte2000-02-261-1/+1
* Changes to synchronise with Unix.Richard Levitte2000-02-251-0/+1
* EGD bugfix.Ulf Möller2000-02-251-0/+1
* handle entropy estimate correctlyBodo Möller2000-02-251-4/+17
* Don't use buffered fread() to read from DEVRANDOM,Bodo Möller2000-02-241-0/+1
* Don't define platform-dependent preprocessor symbols for OPENSSL_THREAD_DEFINES.Bodo Möller2000-02-241-0/+1
* Add an evil cast, because POSIX/SUSv2 define connect(2) requireRalf S. Engelschall2000-02-241-1/+1
* Support EGD.Ulf Möller2000-02-244-48/+167
* Allow for higher granularity of entropy estimates by using 'double'Bodo Möller2000-02-193-8/+8
* 16 * 8 = 128.Bodo Möller2000-02-101-1/+1
* ispell (and minor modifications)Ulf Möller2000-02-031-3/+3
* Source code cleanups: Use void * rather than char * in lhash,Ulf Möller2000-01-302-2/+2