rng-tools 5-0ubuntu4 source package in Ubuntu

Changelog

rng-tools (5-0ubuntu4) bionic; urgency=high

  * No change rebuild to pick up -fPIE compiler default

 -- Balint Reczey <email address hidden>  Tue, 03 Apr 2018 12:42:02 +0000

Upload details

Uploaded by:
Balint Reczey
Uploaded to:
Bionic
Original maintainer:
Ubuntu Developers
Architectures:
any
Section:
utils
Urgency:
Very Urgent

See full publishing history Publishing

Series Pocket Published Component Section
Bionic release universe utils

Downloads

File Size SHA-256 Checksum
rng-tools_5.orig.tar.gz 119.3 KiB 60a102b6603bbcce2da341470cad42eeaa9564a16b4490e7867026ca11a3078e
rng-tools_5-0ubuntu4.debian.tar.xz 12.0 KiB a72994611f790cfc8836072954d69bb153954c2c9ca2463f3fc774612f61c989
rng-tools_5-0ubuntu4.dsc 1.9 KiB 4f659f1636a84ce0bcbdaafb4eb2498aafad6dc8322cfe6cd7ef6cb8837bd5cc

Available diffs

View changes file

Binary packages built by this source

rng-tools: Daemon to use a Hardware TRNG

 The rngd daemon acts as a bridge between a Hardware TRNG (true random number
 generator) such as the ones in some Intel/AMD/VIA chipsets, and the kernel's
 PRNG (pseudo-random number generator).
 .
 It tests the data received from the TRNG using the FIPS 140-2 (2002-10-10)
 tests to verify that it is indeed random, and feeds the random data to the
 kernel entropy pool.
 .
 This increases the bandwidth of the /dev/random device, from a source that
 does not depend on outside activity. It may also improve the quality
 (entropy) of the randomness of /dev/random.
 .
 A TRNG kernel module such as hw_random, or some other source of true
 entropy that is accessible as a device or fifo, is required to use this
 package.
 .
 This is an unofficial version of rng-tools which has been extensively
 modified to add multithreading and a lot of new functionality.

rng-tools-dbgsym: debug symbols for rng-tools