summaryrefslogtreecommitdiff
path: root/src/lib/libcrypto/rand/md_rand.c (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Replace the old OpenSSL PRNG by direct use of arc4random_buf(), keeping themiod2014-04-151-607/+0
| | | | | | | | | | | | | | | | | | | | | existing RAND interfaces unchanged. All interfaces allowing external feed or seed of the RNG (either from a file or a local entropy gathering daemon) are kept for ABI compatibility, but are no longer do anything. While the OpenSSL PRNG was required 15+ years ago when many systems lacked proper entropy collection, things have evolved and one can reasonably assume it is better to use the kernel (system global) entropy pool rather than trying to build one's own and having to compensate for thread scheduling... <RANT> Whoever thought that RAND_screen(), feeding the PRNG with the contents of the local workstation's display, under Win32, was a smart idea, ought to be banned from security programming. </RANT> ok beck@ deraadt@ tedu@
* Merge conflicts; remove MacOS, Netware, OS/2, VMS and Windows build machinery.miod2014-04-131-6/+21
|
* resolve conflictsdjm2012-10-131-16/+15
|
* openssl-1.0.0e: resolve conflictsdjm2011-11-031-4/+7
|
* resolve conflicts, fix local changesdjm2010-10-011-20/+26
|
* resolve conflictsdjm2009-01-091-0/+12
|
* resolve conflictsdjm2008-09-061-13/+4
|
* resolve conflictsdjm2005-04-291-0/+9
|
* merge 0.9.7b with local changes; crank majors for libssl/libcryptomarkus2003-05-121-2/+2
|
* OpenSSL 0.9.7 stable 2002 05 08 mergebeck2002-05-151-17/+36
|
* merge openssl 0.9.6b-enginebeck2001-08-011-33/+66
| | | | | Note that this is a maintenence release, API's appear *not* to have changed. As such, I have only increased the minor number on these libraries
* http://www.openssl.org/news/secadv_prng.txt; ok beck@markus2001-08-011-8/+17
|
* openssl-engine-0.9.6a mergebeck2001-06-221-2/+2
|
* openssl-engine-0.9.6 mergebeck2000-12-151-266/+65
|
* OpenSSL 0.9.5a mergebeck2000-04-151-8/+125
|
* OpenSSL 0.9.5 mergebeck2000-03-191-75/+237
| | | | | | *warning* this bumps shared lib minors for libssl and libcrypto from 2.1 to 2.2 if you are using the ssl26 packages for ssh and other things to work you will need to get new ones (see ~beck/libsslsnap/<arch>) on cvs or ~beck/src-patent.tar.gz on cvs
* fread() of /dev/random reads an entire huge stdio buffer, instead of the 32deraadt2000-02-241-5/+9
| | | | | bytes that we actually need, thus wasting a lot of system entropy. found by alecm@coyote.uk.sun.com, passed on by Pete.Zaytsev@EBay.Sun.COM
* OpenSSL 0.9.4 mergebeck1999-09-291-39/+63
|
* Import of SSLeay-0.9.0b with RSA and IDEA stubbed + OpenBSD buildryker1998-10-051-0/+405
functionality for shared libs. Note that routines such as sslv2_init and friends that use RSA will not work due to lack of RSA in this library. Needs documentation and help from ports for easy upgrade to full functionality where legally possible.