]> git.pld-linux.org Git - packages/apache.git/commitdiff
- seed some bytes of entropy instead of 0 bytes
authorArkadiusz Miśkiewicz <arekm@maven.pl>
Wed, 10 Apr 2013 07:41:57 +0000 (09:41 +0200)
committerArkadiusz Miśkiewicz <arekm@maven.pl>
Wed, 10 Apr 2013 07:41:57 +0000 (09:41 +0200)
apache-mod_ssl.conf

index 3f76e7e986847559b21aaf53e619967998ba075b..f3be5117ced0846eb0e2b24906de1e852540d0b1 100644 (file)
@@ -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
This page took 0.133769 seconds and 4 git commands to generate.