aboutsummaryrefslogtreecommitdiffstats
path: root/crypto/rand
Commit message (Expand)AuthorAgeFilesLines
* 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
* RAND_load_file(..., -1) now means "read the complete file";Bodo Möller2000-01-241-4/+13
* Tidy up CRYPTO_EX_DATA structures.Dr. Stephen Henson2000-01-231-2/+2
* Under VMS, ftruncate should be availableBodo Möller2000-01-231-0/+7
* As ftruncate is not availabe on all platforms, switch back toBodo Möller2000-01-231-14/+8
* update PRNG documentation/commentsBodo Möller2000-01-221-6/+8
* Use comment from md_rand.c in rand.podUlf Möller2000-01-211-1/+1
* change commentsBodo Möller2000-01-211-6/+7
* Avoid integer overflow in entropy counter.Bodo Möller2000-01-211-2/+3
* Document RAND library.Ulf Möller2000-01-212-5/+5
* In RAND_write_file, truncate the file to the no. of bytes writtenBodo Möller2000-01-211-0/+2
* Check RAND_bytes() return value or use RAND_pseudo_bytes().Ulf Möller2000-01-211-3/+4
* Finish off the X509_ATTRIBUTE string stuff.Dr. Stephen Henson2000-01-201-1/+1
* New function RAND_pseudo_bytes() generated pseudorandom numbers thatUlf Möller2000-01-164-1/+28
* Avoid some warnings, and run "make update".Bodo Möller2000-01-141-3/+5
* Avoid shadowing variables,Bodo Möller2000-01-141-5/+5
* minor change for the prngUlf Möller2000-01-141-7/+5
* Precautions against using the PRNG uninitialized: RAND_bytes() nowUlf Möller2000-01-136-17/+157