X-Git-Url: https://git.proxmox.com/?a=blobdiff_plain;f=security%2Fkeys%2FKconfig;h=a7a23b5541f85a4994e0cc83d7d132e8a5681938;hb=dd36a2d9adfb03fb0ae08abe6372bcf05df38728;hp=6fd95f76bfaeaf4a300219ee290048c3913632a5;hpb=a2e5ad45a9741068f357de4dbff50bb37c233e1b;p=mirror_ubuntu-artful-kernel.git diff --git a/security/keys/Kconfig b/security/keys/Kconfig index 6fd95f76bfae..a7a23b5541f8 100644 --- a/security/keys/Kconfig +++ b/security/keys/Kconfig @@ -20,6 +20,10 @@ config KEYS If you are unsure as to whether this is required, answer N. +config KEYS_COMPAT + def_bool y + depends on COMPAT && KEYS + config PERSISTENT_KEYRINGS bool "Enable register of persistent per-UID keyrings" depends on KEYS @@ -89,9 +93,9 @@ config ENCRYPTED_KEYS config KEY_DH_OPERATIONS bool "Diffie-Hellman operations on retained keys" depends on KEYS - select MPILIB select CRYPTO select CRYPTO_HASH + select CRYPTO_DH help This option provides support for calculating Diffie-Hellman public keys and shared secrets using values stored as keys