summaryrefslogtreecommitdiffstats
path: root/utils/prngd/DETAILS
diff options
context:
space:
mode:
Diffstat (limited to 'utils/prngd/DETAILS')
-rwxr-xr-xutils/prngd/DETAILS13
1 files changed, 11 insertions, 2 deletions
diff --git a/utils/prngd/DETAILS b/utils/prngd/DETAILS
index 578fb29e37..63db33eedc 100755
--- a/utils/prngd/DETAILS
+++ b/utils/prngd/DETAILS
@@ -10,7 +10,16 @@ SOURCE_DIRECTORY="$BUILD_DIRECTORY/$SPELL-$VERSION"
UPDATED=20021021
KEYWORDS="utils"
SHORT='A daemon designed to act as an entropy source'
+## Auto-generated from Freshmeat.net's project descriptor
cat << EOF
-The Pseudo Random Number Generator Daemon (PRNGD) offers an EGD compatible interface for obtaining random data. It is intented to be used as an entropy source to feed other software, especially software based on OpenSSL. Like EGD, it calls system programs to collect entropy. Unlike EGD, it does not generate a pool of random bits that can be called from other software. Instead, it feeds the bits gathered into the OpenSSL PRNG, from which the &quot;random bits&quot; are obtained when requested. This way, PRNGD is never drained and can never block (unlike EGD), so it is also suitable to seed inetd-started programs. It also features a seed-save file, so that it is immediately usable after system start.
+The Pseudo Random Number Generator Daemon (PRNGD) offers an EGD compatible
+interface for obtaining random data. It is intented to be used as an entropy
+source to feed other software, especially software based on OpenSSL. Like EGD,
+it calls system programs to collect entropy. Unlike EGD, it does not generate
+a pool of random bits that can be called from other software. Instead, it
+feeds the bits gathered into the OpenSSL PRNG, from which the &quot;random
+bits&quot; are obtained when requested. This way, PRNGD is never drained and
+can never block (unlike EGD), so it is also suitable to seed inetd-started
+programs. It also features a seed-save file, so that it is immediately usable
+after system start.
EOF
-## Auto-generated from Freshmeat.net's project descriptor