summaryrefslogtreecommitdiffstats
path: root/crypto/rand
AgeCommit message (Expand)Author
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
2000-01-14Avoid shadowing variables,Bodo Möller
2000-01-14minor change for the prngUlf Möller
2000-01-13Precautions against using the PRNG uninitialized: RAND_bytes() nowUlf Möller
1999-12-19MacOS updates.Andy Polyakov
1999-10-26Always hash the pid in the first iteration in ssleay_rand_bytes,Bodo Möller
1999-10-26Make md_rand.c more robust.Bodo Möller
1999-10-26Various randomness handling bugfixes and improvements --Bodo Möller
1999-10-14Use of DEVRANDOM must be #ifdef'ed (the #ifdef was commented outBodo Möller
1999-09-11Initial support for MacOS.Andy Polyakov
1999-06-10Avoid warnings.Bodo Möller
1999-06-09"make update" (added to top Makefile, and applied).Bodo Möller
1999-05-21It was a very bad idea to use #include "../e_os.h" -- when this occursBodo Möller
1999-05-20Add a kludge :-(Bodo Möller
1999-05-20Don't install e_os.h in include/openssl, use it only as a localBodo Möller
1999-05-15Update dependencies.Bodo Möller
1999-05-13VMS support.Ulf Möller
1999-04-29Support INSTALL_PREFIX for packagers.Bodo Möller
1999-04-29Ignore Makefile.saveUlf Möller
1999-04-29Obey $(PERL) when running util/mklink.pl.Bodo Möller
1999-04-28Use util/mklink.pl instead of util/mklink.sh.Bodo Möller
1999-04-27Message digest stuff.Ulf Möller
1999-04-27New Configure option no-<cipher> (rsa, idea, rc5, ...).Ulf Möller
1999-04-26Remove NOPROTO definitions and error code comments.Ulf Möller
1999-04-25Fixes so it will compile again under Win32.Dr. Stephen Henson
1999-04-24Complete rewrite of the error code generation script. It now runs as a singleDr. Stephen Henson
1999-04-23"make depend"Bodo Möller
1999-04-23Change #include filenames from <foo.h> to <openssl.h>.Bodo Möller
1999-04-22Fixed some race conditions.Bodo Möller
1999-04-19Change functions to ANSI C.Ulf Möller
1999-04-17Massive constification.Ben Laurie
1999-04-16Write random seed file in binary mode.Ulf Möller
1999-04-01New Makefile variables $(RANLIB) and $(PERL).Ulf Möller
1999-03-22Fix security hole.Ben Laurie
1999-03-06Put the dependencies back.Ben Laurie
1999-03-06General source tree makefile cleanups: Made `making xxx in yyy...' displayRalf S. Engelschall
1999-02-27Get rid of remaining C++-style comments which strict C compilers hate.Ralf S. Engelschall