Skip to content

Commit

Permalink
Add author block for JPF.
Browse files Browse the repository at this point in the history
Move related certificates to outer structure.
Make claim "Nonce" OPTIONAL.
  • Loading branch information
jpfiset committed Jun 6, 2024
1 parent 46423d5 commit 4493ddd
Showing 1 changed file with 10 additions and 4 deletions.
14 changes: 10 additions & 4 deletions draft-ounsworth-rats-pkix-evidence.md
Original file line number Diff line number Diff line change
Expand Up @@ -39,8 +39,14 @@ author:
code: K2K 3G5
email: [email protected]
-
ins: JPF
name: Jean-Pierre Fiset
organization: Crypto4A
organization: Crypto4A Technologies Inc.
abbrev: Crypto4A
street: 1550A Laperriere Ave
city: Ottawa, Ontario
country: Canada
code: K1Z 7T2
email: [email protected]
-
name: Hannes Tschofenig
Expand Down Expand Up @@ -152,14 +158,14 @@ with a digital signature.
PkixEvidenceStatement ::= SEQUENCE {
tbsEvidence TBSEvidenceStatement
signatureValues SEQUENCE SIZE (1..MAX) OF BIT STRING,
relatedCertificates [0] IMPLICIT SEQUENCE of Certificate OPTIONAL
-- As defined in RFC 5280
}

TBSEvidenceStatement ::= SEQUENCE {
version INTEGER,
claims SET SIZE (1..MAX) OF EVIDENCE-CLAIM,
signatureInfos SEQUENCE SIZE (1..MAX) OF SignatureInfo
relatedCertificates [0] IMPLICIT SEQUENCE of Certificate OPTIONAL
-- As defined in RFC 5280
}

EVIDENCE-CLAIM ::= TYPE-IDENTIFIER
Expand Down Expand Up @@ -280,7 +286,7 @@ For ease of reading, claims have been separated into two lists:
| FipsMode | TBD | Boolean | {{sect-fipsmode}} | RECOMMENDED |
| VendorInfo | TBD | TYPE-IDENTIFIER | {{sect-vendorinfo}}| OPTIONAL |
| NestedEvidences| TBD | SEQUENCE OF PkixEvidenceStatement | {{sect-nestedevidences}} | OPTIONAL |
| Nonce | TBD | OCTET STRING | {{sect-nonce}} | RECOMMENDED |
| Nonce | TBD | OCTET STRING | {{sect-nonce}} | OPTIONAL |
~~~

## Key Claims
Expand Down

0 comments on commit 4493ddd

Please sign in to comment.