mirror of
https://source.denx.de/u-boot/u-boot.git
synced 2026-05-05 04:36:13 +02:00
Move the signing-related test data (keys, certificates, OpenSSL and SoftHSM2 configuration, dummy engine source) into the fit/ subdirectory alongside the FIT DTS test files. Drop the 340_ prefix from files that had it. Update the Makefile and all ftest.py references. Signed-off-by: Simon Glass <simon.glass@canonical.com>
17 lines
409 B
Plaintext
17 lines
409 B
Plaintext
# SoftHSM v2 configuration file
|
|
|
|
# directories.tokendir = /path/to/binman/test/softhsm2.tokens/
|
|
objectstore.backend = file
|
|
|
|
# ERROR, WARNING, INFO, DEBUG
|
|
log.level = ERROR
|
|
|
|
# If CKF_REMOVABLE_DEVICE flag should be set
|
|
slots.removable = false
|
|
|
|
# Enable and disable PKCS#11 mechanisms using slots.mechanisms.
|
|
slots.mechanisms = ALL
|
|
|
|
# If the library should reset the state on fork
|
|
library.reset_on_fork = false
|