aboutsummaryrefslogtreecommitdiffstats
path: root/crypto/rand
Commit message (Expand)AuthorAgeFilesLines
* 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
* MacOS updates.Andy Polyakov1999-12-191-3/+3
* Always hash the pid in the first iteration in ssleay_rand_bytes,Bodo Möller1999-10-261-18/+9
* Make md_rand.c more robust.Bodo Möller1999-10-261-20/+128
* Various randomness handling bugfixes and improvements --Bodo Möller1999-10-261-3/+13
* Use of DEVRANDOM must be #ifdef'ed (the #ifdef was commented outBodo Möller1999-10-141-2/+2
* Initial support for MacOS.Andy Polyakov1999-09-113-7/+17
* Avoid warnings.Bodo Möller1999-06-101-9/+9
* "make update" (added to top Makefile, and applied).Bodo Möller1999-06-091-4/+4
* It was a very bad idea to use #include "../e_os.h" -- when this occursBodo Möller1999-05-213-12/+4
* Add a kludge :-(Bodo Möller1999-05-203-7/+8
* Don't install e_os.h in include/openssl, use it only as a localBodo Möller1999-05-203-8/+19
* Update dependencies.Bodo Möller1999-05-151-3/+5
* VMS support.Ulf Möller1999-05-131-1/+14
* Support INSTALL_PREFIX for packagers.Bodo Möller1999-04-291-2/+4
* Ignore Makefile.saveUlf Möller1999-04-291-0/+1
* Obey $(PERL) when running util/mklink.pl.Bodo Möller1999-04-291-3/+3
* Use util/mklink.pl instead of util/mklink.sh.Bodo Möller1999-04-281-3/+3
* Message digest stuff.Ulf Möller1999-04-272-7/+7
* New Configure option no-<cipher> (rsa, idea, rc5, ...).Ulf Möller1999-04-271-1/+1
* Remove NOPROTO definitions and error code comments.Ulf Möller1999-04-261-22/+0
* Fixes so it will compile again under Win32.Dr. Stephen Henson1999-04-251-1/+1
* Complete rewrite of the error code generation script. It now runs as a singleDr. Stephen Henson1999-04-241-2/+0
* "make depend"Bodo Möller1999-04-231-4/+5
* Change #include filenames from <foo.h> to <openssl.h>.Bodo Möller1999-04-235-14/+14
* Fixed some race conditions.Bodo Möller1999-04-221-1/+1
* Change functions to ANSI C.Ulf Möller1999-04-193-26/+12
* Massive constification.Ben Laurie1999-04-171-2/+2
* Write random seed file in binary mode.Ulf Möller1999-04-161-1/+1
* New Makefile variables $(RANLIB) and $(PERL).Ulf Möller1999-04-011-3/+3