RHEL Engineering is moving the tracking of its product development work on RHEL 6 through RHEL 9 to Red Hat Jira (issues.redhat.com). If you're a Red Hat customer, please continue to file support cases via the Red Hat customer portal. If you're not, please head to the "RHEL project" in Red Hat Jira and file new tickets here. Individual Bugzilla bugs in the statuses "NEW", "ASSIGNED", and "POST" are being migrated throughout September 2023. Bugs of Red Hat partners with an assigned Engineering Partner Manager (EPM) are migrated in late September as per pre-agreed dates. Bugs against components "kernel", "kernel-rt", and "kpatch" are only migrated if still in "NEW" or "ASSIGNED". If you cannot log in to RH Jira, please consult article #7032570. That failing, please send an e-mail to the RH Jira admins at rh-issues@redhat.com to troubleshoot your issue as a user management inquiry. The email creates a ServiceNow ticket with Red Hat. Individual Bugzilla bugs that are migrated will be moved to status "CLOSED", resolution "MIGRATED", and set with "MigratedToJIRA" in "Keywords". The link to the successor Jira issue will be found under "Links", have a little "two-footprint" icon next to it, and direct you to the "RHEL project" in Red Hat Jira (issue links are of type "https://issues.redhat.com/browse/RHEL-XXXX", where "X" is a digit). This same link will be available in a blue banner at the top of the page informing you that that bug has been migrated.
Bug 2075978 - [RHEL-9.1] update jitterentropy to 3.4.0
Summary: [RHEL-9.1] update jitterentropy to 3.4.0
Keywords:
Status: CLOSED ERRATA
Alias: None
Product: Red Hat Enterprise Linux 9
Classification: Red Hat
Component: jitterentropy
Version: 9.1
Hardware: All
OS: Linux
medium
medium
Target Milestone: rc
: 9.1
Assignee: Vladis Dronov
QA Contact: Vilém Maršík
URL:
Whiteboard:
Depends On:
Blocks:
TreeView+ depends on / blocked
 
Reported: 2022-04-16 19:45 UTC by Vladis Dronov
Modified: 2022-11-15 13:03 UTC (History)
2 users (show)

Fixed In Version: jitterentropy-3.4.0-1.el9
Doc Type: If docs needed, set a value
Doc Text:
Clone Of:
Environment:
Last Closed: 2022-11-15 11:16:12 UTC
Type: Bug
Target Upstream Version:
Embargoed:


Attachments (Terms of Use)


Links
System ID Private Priority Status Summary Last Updated
Red Hat Issue Tracker RHELPLAN-119084 0 None None None 2022-04-16 19:46:27 UTC
Red Hat Product Errata RHBA-2022:8309 0 None None None 2022-11-15 11:16:13 UTC

Description Vladis Dronov 2022-04-16 19:45:39 UTC
update jitterentropy lib to 3.4.0.

upstream: https://github.com/smuellerDD/jitterentropy-library/
fedora: https://src.fedoraproject.org/rpms/jitterentropy/

Comment 3 Vladis Dronov 2022-04-27 09:46:41 UTC
[CI] [GATING] [DONE] jitterentropy-3.4.0-1.el9 passed gating because all required tests passed
koji: https://kojihub.stream.rdu2.redhat.com/koji/taskinfo?taskID=1091676
brew: https://brewweb.engineering.redhat.com/brew/taskinfo?taskID=44874227
osci: https://dashboard.osci.redhat.com/#/artifact/brew-build/aid/44874227

Comment 4 Vladis Dronov 2022-05-09 09:45:42 UTC
for a testing plan please see bz2075977#c4 and below.
both jitterentropy (lib) and rng-tools (app) are tested together.

Comment 5 Vilém Maršík 2022-05-10 18:30:37 UTC
(In reply to Vladis Dronov from comment #4)
> for a testing plan please see bz2075977#c4 and below.
> both jitterentropy (lib) and rng-tools (app) are tested together.

Successfully tested in https://bugzilla.redhat.com/show_bug.cgi?id=2075977#c5 .

Comment 9 Vilém Maršík 2022-06-13 21:17:56 UTC
Successfully tested another way:

[root@intel-eaglestream-spr-04 hwrng]# rngd -l
Entropy sources that are available but disabled
1: TPM RNG Device (tpm)
5: NIST Network Entropy Beacon (nist)
Available and enabled entropy sources:
0: Hardware RNG Device (hwrng)
2: Intel RDRAND Instruction RNG (rdrand)
6: JITTER Entropy generator (jitter)
Available entropy sources that failed initalization:
[root@intel-eaglestream-spr-04 hwrng]# time rngd -x tpm -x nist -x hwrng -x rdrand -n jitter -f -o /dev/stdout > /tmp/entropy
Disabling 1: TPM RNG Device (tpm)
Disabling 5: NIST Network Entropy Beacon (nist)
Disabling 0: Hardware RNG Device (hwrng)
Disabling 2: Intel RDRAND Instruction RNG (rdrand)
Enabling 6: JITTER Entropy generator (jitter)
Initializing available sources
[jitter]: Initializing AES buffer
[jitter]: Enabling JITTER rng support
[jitter]: Initialized
^C[jitter]: Shutting down

real    1m13.994s
user    5m57.460s
sys     0m10.076s
[root@intel-eaglestream-spr-04 hwrng]# ls -lh /tmp/entropy
-rw-r--r--. 1 root root 1.3G Jun 13 17:13 /tmp/entropy
[root@intel-eaglestream-spr-04 hwrng]# cat /tmp/entropy | rngtest
rngtest 6.15
Copyright (c) 2004 by Henrique de Moraes Holschuh
This is free software; see the source for copying conditions.  There is NO warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.

rngtest: starting FIPS tests...
rngtest: entropy source drained
rngtest: bits received from input: 10441166848
rngtest: FIPS 140-2 successes: 521832
rngtest: FIPS 140-2 failures: 226
rngtest: FIPS 140-2(2001-10-10) Monobit: 41
rngtest: FIPS 140-2(2001-10-10) Poker: 46
rngtest: FIPS 140-2(2001-10-10) Runs: 141
rngtest: FIPS 140-2(2001-10-10) Long run: 0
rngtest: FIPS 140-2(2001-10-10) Continuous run: 0
rngtest: input channel speed: (min=1.096; avg=17.701; max=18.626)Gibits/s
rngtest: FIPS tests speed: (min=134.320; avg=170.899; max=176.606)Mibits/s
rngtest: Program run time: 58848512 microseconds
[root@intel-eaglestream-spr-04 hwrng]# rpm -q jitterentropy
jitterentropy-3.4.0-1.el9.x86_64

Comment 11 errata-xmlrpc 2022-11-15 11:16:12 UTC
Since the problem described in this bug report should be
resolved in a recent advisory, it has been closed with a
resolution of ERRATA.

For information on the advisory (jitterentropy bug fix and enhancement update), and where to find the updated
files, follow the link below.

If the solution does not work for you, open a new bug report.

https://access.redhat.com/errata/RHBA-2022:8309


Note You need to log in before you can comment on or make changes to this bug.