Skip to content

Commit ebdc91e

Browse files
committed
SIVA-848 Fix documentation - signature certificate issuer
1 parent 49796b0 commit ebdc91e

File tree

2 files changed

+5
-3
lines changed

2 files changed

+5
-3
lines changed

docs/siva3/appendix/validation_policy.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -127,8 +127,8 @@ http://open-eid.github.io/SiVa/siva3/appendix/validation_policy/#POLv4
127127
|**PAdES** | NOK | NOK | **OK** | NOK | **OK** |
128128
|**XAdES** | NOK | NOK | **OK** | NOK | **OK** |
129129
|**CAdES** | NOK | NOK | **OK** | NOK | **OK** |
130-
|**DIGIDOC-XML 1.0...1.3 **| NOK | NOK | NOK | **OK** | NOK |
131-
|**DIGIDOC-XML 1.0...1.3 hashcode **| NOK | NOK | NOK | **OK** | NOK |
130+
|**DIGIDOC-XML 1.0...1.3**| NOK | NOK | NOK | **OK** | NOK |
131+
|**DIGIDOC-XML 1.0...1.3 hashcode**| NOK | NOK | NOK | **OK** | NOK |
132132

133133
Legend:
134134

docs/siva3/interfaces.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -223,7 +223,9 @@ Structure of validationConclusion block
223223
| signatures[0]. certificates[0].commonName | + | String | CN (common name) value in certificate. |
224224
| signatures[0]. certificates[0].type | + | String | Type of the certificate. Can be SIGNING, REVOCATION, SIGNATURE_TIMESTAMP, ARCHIVE_TIMESTAMP or CONTENT_TIMESTAMP. |
225225
| signatures[0]. certificates[0].content | + | String | DER encoded X.509 certificate in Base64. |
226-
| signatures[0]. certificates[0].issuer | + | String | Object containing issuer certificate information. Can create chain til the trust anchor. |
226+
| signatures[0]. certificates[0].issuer | - | Object | Object containing issuer certificate information. Can create chain til the trust anchor. |
227+
| signatures[0]. certificates[0].issuer.commonName | + | String | CN (common name) value in certificate. |
228+
| signatures[0]. certificates[0].issuer.content | + | String | DER encoded X.509 certificate in Base64. |
227229
| timeStampTokens | - | Array | Array containing the time stamp tokens |
228230
| timeStampTokens[0] | + | Object | Object containing the time stamp token (TST) |
229231
| timeStampTokens[0]. indication | + | String | Result of the time stamp token validation. <br>**Possible values:** <br> TOTAL-PASSED <br> TOTAL-FAILED |

0 commit comments

Comments
 (0)