Login
[x]
Log in using an account from:
Fedora Account System
Red Hat Associate
Red Hat Customer
Or login using a Red Hat Bugzilla account
Forgot Password
Login:
Hide Forgot
Create an Account
Red Hat Bugzilla – Attachment 595281 Details for
Bug 831598
FATAL: Module aes-xts not found (FIPS integrity check failed)
[?]
New
Simple Search
Advanced Search
My Links
Browse
Requests
Reports
Current State
Search
Tabular reports
Graphical reports
Duplicates
Other Reports
User Changes
Plotly Reports
Bug Status
Bug Severity
Non-Defaults
|
Product Dashboard
Help
Page Help!
Bug Writing Guidelines
What's new
Browser Support Policy
5.0.4.rh83 Release notes
FAQ
Guides index
User guide
Web Services
Contact
Legal
This site requires JavaScript to be enabled to function correctly, please enable it.
[patch]
Fix module names
0001-dracut-FIPS-Fix-xts-and-sha256-module-name.patch (text/plain), 1.30 KB, created by
Milan Broz
on 2012-06-29 11:49:02 UTC
(
hide
)
Description:
Fix module names
Filename:
MIME Type:
Creator:
Milan Broz
Created:
2012-06-29 11:49:02 UTC
Size:
1.30 KB
patch
obsolete
>From 99100a1366cd0a7c694aeb83902267e625b8f562 Mon Sep 17 00:00:00 2001 >From: Milan Broz <mbroz@redhat.com> >Date: Wed, 27 Jun 2012 16:17:41 +0200 >Subject: [PATCH] FIPS: Fix xts and sha256 module name. > >There was never aes-xts module, it is xts mode module. > >The sha256 module is compiled-in (because of module signature checking) >and modprobe in dracut fips module fails. > >So use sha256_generic which works even in this case >(sha256 is alias for sha256_generic anyway). > >Signed-off-by: Milan Broz <mbroz@redhat.com> >--- > modules.d/01fips/module-setup.sh | 4 ++-- > 1 file changed, 2 insertions(+), 2 deletions(-) > >diff --git a/modules.d/01fips/module-setup.sh b/modules.d/01fips/module-setup.sh >index a576a4a..d5ef204 100755 >--- a/modules.d/01fips/module-setup.sh >+++ b/modules.d/01fips/module-setup.sh >@@ -12,8 +12,8 @@ depends() { > > installkernel() { > local _fipsmodules _mod >- _fipsmodules="aead aes_generic aes-xts aes-x86_64 ansi_cprng cbc ccm chainiv ctr" >- _fipsmodules+=" des deflate ecb eseqiv hmac seqiv sha256 sha512" >+ _fipsmodules="aead aes_generic xts aes-x86_64 ansi_cprng cbc ccm chainiv ctr" >+ _fipsmodules+=" des deflate ecb eseqiv hmac seqiv sha256_generic sha512" > _fipsmodules+=" cryptomgr crypto_null tcrypt dm-mod dm-crypt" > > mkdir -m 0755 -p "${initdir}/etc/modprobe.d" >-- >1.7.10 >
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 831598
:
591456
|
591457
|
594801
| 595281