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:
parent
b023bfab1c
commit
d07d808112
@ -19,7 +19,7 @@ key_info_manager = "on-disk-manager"
|
|||||||
#[[provider]]
|
#[[provider]]
|
||||||
#provider_type = "Pkcs11"
|
#provider_type = "Pkcs11"
|
||||||
#key_info_manager = "on-disk-manager"
|
#key_info_manager = "on-disk-manager"
|
||||||
#library_path = "/usr/lib64/pkcs11/libsofthsm2.so"
|
#library_path = "/usr/lib64/opensc-pkcs11.so"
|
||||||
#slot_number = 123456789
|
#slot_number = 123456789
|
||||||
#user_pin = "123456"
|
#user_pin = "123456"
|
||||||
#software_public_operations = false
|
#software_public_operations = false
|
||||||
|
@ -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>
|
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)
|
- Recommends 'opensc' as it is used to initialize HSM keys (PKCS#11 backend)
|
||||||
- Add PKCS#11 template (disabled) in config.toml
|
- Add PKCS#11 template (disabled) in config.toml
|
||||||
- Disable Tpm backend by default in config.toml
|
- Disable Tpm backend by default in config.toml
|
||||||
|
@ -45,8 +45,6 @@ BuildRequires: sysuser-tools
|
|||||||
BuildRequires: pkgconfig(tss2-esys) >= 2.3.3
|
BuildRequires: pkgconfig(tss2-esys) >= 2.3.3
|
||||||
# opensc is used to initialize HSM keys (PKCS#11 backend)
|
# opensc is used to initialize HSM keys (PKCS#11 backend)
|
||||||
Recommends: opensc
|
Recommends: opensc
|
||||||
# softhsm is used by PKCS#11 backend
|
|
||||||
Recommends: softhsm
|
|
||||||
%sysusers_requires
|
%sysusers_requires
|
||||||
# /dev/tpm* are owned by tss user
|
# /dev/tpm* are owned by tss user
|
||||||
Requires(pre): system-user-tss
|
Requires(pre): system-user-tss
|
||||||
|
Loading…
Reference in New Issue
Block a user