diff options
| author | Thomas <> | 2025-02-18 10:38:34 +0100 |
|---|---|---|
| committer | Thomas <> | 2025-02-18 10:38:34 +0100 |
| commit | 01299bf25b53a4f632c20b87714d5e1b314450da (patch) | |
| tree | 54925b4a52dafad09b80f2446cea381c3c797e63 /release-infos | |
| parent | 84932695ecb558dcb11a4b8f0c16ff8603edcf20 (diff) | |
| download | moa-sig-01299bf25b53a4f632c20b87714d5e1b314450da.tar.gz moa-sig-01299bf25b53a4f632c20b87714d5e1b314450da.tar.bz2 moa-sig-01299bf25b53a4f632c20b87714d5e1b314450da.zip | |
feat(sign): add RSASSA-PSS support
Diffstat (limited to 'release-infos')
| -rw-r--r-- | release-infos/handbook/conf/moa-spss/spss.config.xml | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/release-infos/handbook/conf/moa-spss/spss.config.xml b/release-infos/handbook/conf/moa-spss/spss.config.xml index e1d61a6..ce7f2bd 100644 --- a/release-infos/handbook/conf/moa-spss/spss.config.xml +++ b/release-infos/handbook/conf/moa-spss/spss.config.xml @@ -61,7 +61,7 @@ </cfg:KeyCertIssuerSerial> </cfg:Key> </cfg:KeyGroup> - <cfg:KeyGroup> + <cfg:KeyGroup RSASSA-PSS="true"> <cfg:Id>KG_allgemein</cfg:Id> <cfg:Key> <cfg:KeyModuleId>SKM_allgemein</cfg:KeyModuleId> @@ -95,6 +95,7 @@ <cfg:XAdES> <cfg:Version>1.4.2</cfg:Version> </cfg:XAdES> + <cfg:Signing RSASSA-PSS="true" /> </cfg:SignatureCreation> <cfg:SignatureVerification> <cfg:CertificateValidation> |
