[packages/apache] - seed some bytes of entropy instead of 0 bytes

arekm arekm at pld-linux.org
Wed Apr 10 09:41:13 CEST 2013


commit 3b8a0da97ca131b1723a453cd058a23ab6bf1c67
Author: Arkadiusz Miśkiewicz <arekm at maven.pl>
Date:   Wed Apr 10 09:41:10 2013 +0200

    - seed some bytes of entropy instead of 0 bytes

 apache-mod_ssl.conf | 4 ++++
 1 file changed, 4 insertions(+)
---
diff --git a/apache-mod_ssl.conf b/apache-mod_ssl.conf
index 6a27849..949bbb0 100644
--- a/apache-mod_ssl.conf
+++ b/apache-mod_ssl.conf
@@ -18,6 +18,10 @@ LoadModule ssl_module	modules/mod_ssl.so
 # 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/3b8a0da97ca131b1723a453cd058a23ab6bf1c67



More information about the pld-cvs-commit mailing list