r2d2-cryptoki 0.3.0

r2d2 adaptor for cryptoki
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
# SoftHSM v2 configuration file

directories.tokendir = ./test/softhsm/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