commit f80e9efd52aed9beb1b75b558cc03b496bdd15c5
Author: Arkadiusz MiĆkiewicz <[email protected]>
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
_______________________________________________
pld-cvs-commit mailing list
[email protected]
http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit