rng-tools 4-0ubuntu2.1 source package in Ubuntu

Changelog

rng-tools (4-0ubuntu2.1) trusty; urgency=medium

  * Fix capability detection for Intel RDRAND cpu feature in the init
    script and thus start rngd daemon on compatible cpus. (LP: #1377131)
 -- Dimitri John Ledkov <email address hidden>   Sun, 21 Dec 2014 05:34:14 +0000

Upload details

Uploaded by:
Dimitri John Ledkov
Uploaded to:
Trusty
Original maintainer:
Ubuntu Developers
Architectures:
any
Section:
utils
Urgency:
Medium Urgency

See full publishing history Publishing

Series Pocket Published Component Section
Trusty updates universe utils

Downloads

File Size SHA-256 Checksum
rng-tools_4.orig.tar.gz 29.7 KiB 114f225a419cf367bc91732ef6e9cbac64f4df01f9cf10c88d792baf31feea68
rng-tools_4-0ubuntu2.1.debian.tar.gz 17.2 KiB a56c89d4a3f9f9ca48216cdd79082402370dae3897a368d0e4ec6577ac5c3bde
rng-tools_4-0ubuntu2.1.dsc 1.6 KiB d8d84ddbbbb66df4173252d646b86b7e8d91e190ab721929b3d5cbf4661b418e

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.