Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

cryptsetup kernel backend requires CONFIG_NET #79

Closed
osresearch opened this issue Jan 5, 2017 · 1 comment
Closed

cryptsetup kernel backend requires CONFIG_NET #79

osresearch opened this issue Jan 5, 2017 · 1 comment
Labels

Comments

@osresearch
Copy link
Collaborator

The cryptsetup checked in as part of fixing #46 has some problems. Among other config changes, cryptsetup requires CONFIG_NET=y, as well as as userspace options to be selected:

+CONFIG_CRYPTO_USER_API=y
+CONFIG_CRYPTO_USER_API_HASH=y
+CONFIG_CRYPTO_USER_API_SKCIPHER=y
+CONFIG_CRYPTO_USER_API_RNG=y
+CONFIG_CRYPTO_USER_API_AEAD=y
@osresearch
Copy link
Collaborator Author

Fixed in post 33c3 cleanup.

tlaurion pushed a commit to tlaurion/heads that referenced this issue May 3, 2024
Implement validation of metadata

Check bounds of metadata loading

Sync add cmd with dest
tlaurion pushed a commit to tlaurion/heads that referenced this issue May 3, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant