Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 665306 - InstallCD - Enable additional Crypto user-space options for cryptsetup
Summary: InstallCD - Enable additional Crypto user-space options for cryptsetup
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Release Media
Classification: Unclassified
Component: InstallCD (show other bugs)
Hardware: All Linux
: Normal normal
Assignee: Gentoo Release Team
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2018-09-05 20:02 UTC by Brian Evans (RETIRED)
Modified: 2018-10-17 20:52 UTC (History)
2 users (show)

See Also:
Package list:
Runtime testing required: ---


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Brian Evans (RETIRED) gentoo-dev 2018-09-05 20:02:18 UTC
These 4 options are disabled in the install CD kernel config and are and/or can be used by cryptsetup.

Please enable them as modules.  All of their CRYPTO dependencies are already enabled.

# CONFIG_CRYPTO_USER_API_HASH is not set
# CONFIG_CRYPTO_USER_API_SKCIPHER is not set
# CONFIG_CRYPTO_USER_API_RNG is not set
# CONFIG_CRYPTO_USER_API_AEAD is not set
Comment 1 Larry the Git Cow gentoo-dev 2018-09-19 16:53:23 UTC
The bug has been referenced in the following commit(s):

https://gitweb.gentoo.org/proj/releng.git/commit/?id=8f129c43d992598736bd89d5275c3f6179b251bb

commit 8f129c43d992598736bd89d5275c3f6179b251bb
Author:     Ben Kohler <bkohler@gentoo.org>
AuthorDate: 2018-09-19 16:52:50 +0000
Commit:     Ben Kohler <bkohler@gentoo.org>
CommitDate: 2018-09-19 16:52:50 +0000

    kconfig/{amd64,x86}/installcd: add more userspace crypto options
    
    Bug: https://bugs.gentoo.org/665306

 releases/weekly/kconfig/amd64/installcd-4.14.52.config | 9 +++++----
 releases/weekly/kconfig/x86/installcd-4.14.52.config   | 9 +++++----
 2 files changed, 10 insertions(+), 8 deletions(-)