Kconfig (5e8898e97a5db4125d944070922164d1d09a2689) Kconfig (be440ec77325d02ad5e43676eb8d868426d35cd5)
1#
2# Library configuration
3#
4
5config BINARY_PRINTF
6 def_bool n
7
8menu "Library routines"

--- 290 unchanged lines hidden (view full) ---

299 Multiprecision maths library from GnuPG.
300 It is used to implement RSA digital signature verification,
301 which is used by IMA/EVM digital signature extension.
302 This code in unnecessary for RSA digital signature verification,
303 and can be compiled if needed.
304
305config SIGNATURE
306 tristate "In-kernel signature checker"
1#
2# Library configuration
3#
4
5config BINARY_PRINTF
6 def_bool n
7
8menu "Library routines"

--- 290 unchanged lines hidden (view full) ---

299 Multiprecision maths library from GnuPG.
300 It is used to implement RSA digital signature verification,
301 which is used by IMA/EVM digital signature extension.
302 This code in unnecessary for RSA digital signature verification,
303 and can be compiled if needed.
304
305config SIGNATURE
306 tristate "In-kernel signature checker"
307 depends on KEYS
307 depends on KEYS && CRYPTO
308 select CRYPTO_SHA1
308 select MPILIB
309 help
310 Digital signature verification. Currently only RSA is supported.
311 Implementation is done using GnuPG MPI library
312
313endmenu
309 select MPILIB
310 help
311 Digital signature verification. Currently only RSA is supported.
312 Implementation is done using GnuPG MPI library
313
314endmenu