[packages/apache/APACHE_2_2] - seed some bytes of entropy instead of 0 bytes
arekm
arekm at pld-linux.org
Wed Apr 10 09:42:00 CEST 2013
commit f80e9efd52aed9beb1b75b558cc03b496bdd15c5
Author: Arkadiusz Miśkiewicz <arekm at maven.pl>
Date: Wed Apr 10 09:41:57 2013 +0200
- seed some bytes of entropy instead of 0 bytes
apache-mod_ssl.conf | 5 ++++-
1 file changed, 4 insertions(+), 1 deletion(-)
---
diff --git a/apache-mod_ssl.conf b/apache-mod_ssl.conf
index 3f76e7e..f3be511 100644
--- a/apache-mod_ssl.conf
+++ b/apache-mod_ssl.conf
@@ -18,7 +18,10 @@ LoadModule ssl_module modules/mod_ssl.so
# platforms additionally provide a /dev/urandom device which doesn't
# block. So, if available, use this one instead. Read the mod_ssl User
# Manual for more details.
-#
+
+SSLRandomSeed startup file:/dev/urandom 256
+SSLRandomSeed connect builtin
+
#SSLRandomSeed startup file:/dev/random 512
#SSLRandomSeed startup file:/dev/urandom 512
#SSLRandomSeed connect file:/dev/random 512
================================================================
---- gitweb:
http://git.pld-linux.org/gitweb.cgi/packages/apache.git/commitdiff/f80e9efd52aed9beb1b75b558cc03b496bdd15c5
More information about the pld-cvs-commit
mailing list