Accepting request 882706 from home:Guillaume_G:branches:security

Drop softhsm references

OBS-URL: https://build.opensuse.org/request/show/882706
OBS-URL: https://build.opensuse.org/package/show/security/parsec?expand=0&rev=6
This commit is contained in:
Guillaume GARDET 2021-04-02 10:08:52 +00:00 committed by Git OBS Bridge
parent b023bfab1c
commit d07d808112
3 changed files with 1 additions and 4 deletions

View File

@ -19,7 +19,7 @@ key_info_manager = "on-disk-manager"
#[[provider]]
#provider_type = "Pkcs11"
#key_info_manager = "on-disk-manager"
#library_path = "/usr/lib64/pkcs11/libsofthsm2.so"
#library_path = "/usr/lib64/opensc-pkcs11.so"
#slot_number = 123456789
#user_pin = "123456"
#software_public_operations = false

View File

@ -12,7 +12,6 @@ Wed Mar 31 16:02:31 UTC 2021 - Guillaume GARDET <guillaume.gardet@opensuse.org>
-------------------------------------------------------------------
Tue Mar 30 13:20:44 UTC 2021 - Guillaume GARDET <guillaume.gardet@opensuse.org>
- Recommends 'softhsm' as it is used by PKCS#11 backend
- Recommends 'opensc' as it is used to initialize HSM keys (PKCS#11 backend)
- Add PKCS#11 template (disabled) in config.toml
- Disable Tpm backend by default in config.toml

View File

@ -45,8 +45,6 @@ BuildRequires: sysuser-tools
BuildRequires: pkgconfig(tss2-esys) >= 2.3.3
# opensc is used to initialize HSM keys (PKCS#11 backend)
Recommends: opensc
# softhsm is used by PKCS#11 backend
Recommends: softhsm
%sysusers_requires
# /dev/tpm* are owned by tss user
Requires(pre): system-user-tss