summaryrefslogtreecommitdiffstats
path: root/crypto/rand
AgeCommit message (Expand)Author
2000-06-13Enable DSO support on alpha (OSF1), cc and gcc.Geoff Thorpe
2000-06-03EVP constification.Ben Laurie
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
2000-02-27Declare memset.Ben Laurie
2000-02-26make updateRichard Levitte
2000-02-26ftruncate() and fileno() are not supported on all versions of OpenVMSRichard Levitte
2000-02-26For safety, check __VMS as well.Richard Levitte
2000-02-25Changes to synchronise with Unix.Richard Levitte
2000-02-25EGD bugfix.Ulf Möller
2000-02-25handle entropy estimate correctlyBodo Möller
2000-02-24Don't use buffered fread() to read from DEVRANDOM,Bodo Möller
2000-02-24Don't define platform-dependent preprocessor symbols for OPENSSL_THREAD_DEFINES.Bodo Möller
2000-02-24Add an evil cast, because POSIX/SUSv2 define connect(2) requireRalf S. Engelschall
2000-02-24Support EGD.Ulf Möller
2000-02-19Allow for higher granularity of entropy estimates by using 'double'Bodo Möller
2000-02-1016 * 8 = 128.Bodo Möller
2000-02-03ispell (and minor modifications)Ulf Möller
2000-01-30Source code cleanups: Use void * rather than char * in lhash,Ulf Möller
2000-01-24RAND_load_file(..., -1) now means "read the complete file";Bodo Möller
2000-01-23Tidy up CRYPTO_EX_DATA structures.Dr. Stephen Henson
2000-01-23Under VMS, ftruncate should be availableBodo Möller
2000-01-23As ftruncate is not availabe on all platforms, switch back toBodo Möller
2000-01-22update PRNG documentation/commentsBodo Möller
2000-01-21Use comment from md_rand.c in rand.podUlf Möller
2000-01-21change commentsBodo Möller
2000-01-21Avoid integer overflow in entropy counter.Bodo Möller
2000-01-21Document RAND library.Ulf Möller
2000-01-21In RAND_write_file, truncate the file to the no. of bytes writtenBodo Möller
2000-01-21Check RAND_bytes() return value or use RAND_pseudo_bytes().Ulf Möller
2000-01-20Finish off the X509_ATTRIBUTE string stuff.Dr. Stephen Henson
2000-01-16New function RAND_pseudo_bytes() generated pseudorandom numbers thatUlf Möller
2000-01-14Avoid some warnings, and run "make update".Bodo Möller