CVS commit: src/crypto/external/bsd/openssl/dist/crypto/rand

2020-04-30 Thread Nia Alarie
Module Name:src Committed By: nia Date: Thu Apr 30 10:59:02 UTC 2020 Modified Files: src/crypto/external/bsd/openssl/dist/crypto/rand: rand_unix.c Log Message: Fix the detection of KERN_ARND by OpenSSL. Firstly, include the correct headers. Then, make sure that requests

CVS commit: src/crypto/external/bsd/openssl/dist/crypto/rand

2020-02-15 Thread Taylor R Campbell
Module Name:src Committed By: riastradh Date: Sat Feb 15 23:19:37 UTC 2020 Modified Files: src/crypto/external/bsd/openssl/dist/crypto/rand: rand_unix.c Log Message: Open /dev/urandom with O_CLOEXEC. Let's avoid bleeding file descriptors into our clients' children, shall

CVS commit: src/crypto/external/bsd/openssl/dist/crypto/rand

2013-07-28 Thread Thor Lancelot Simon
Module Name:src Committed By: tls Date: Sun Jul 28 14:13:29 UTC 2013 Modified Files: src/crypto/external/bsd/openssl/dist/crypto/rand: md_rand.c Log Message: Re-check the entropy level after we call RAND_poll(), so that we do not continuously suck data out of /dev/urandom

CVS commit: src/crypto/external/bsd/openssl/dist/crypto/rand

2012-03-07 Thread Thor Lancelot Simon
Module Name:src Committed By: tls Date: Wed Mar 7 10:17:48 UTC 2012 Modified Files: src/crypto/external/bsd/openssl/dist/crypto/rand: md_rand.c Log Message: Fix applications that call RAND_bytes() before any other RAND function. Last change was...a bit too simple. To