Skip to content

Commit

Permalink
Merge pull request #57 from lamps-wg/mike_dice_text
Browse files Browse the repository at this point in the history
Mike dice text
  • Loading branch information
hannestschofenig authored Oct 4, 2023
2 parents 9955409 + 368a1ef commit bbf1286
Showing 1 changed file with 13 additions and 5 deletions.
18 changes: 13 additions & 5 deletions draft-ietf-lamps-csr-attestation.md
Original file line number Diff line number Diff line change
Expand Up @@ -52,10 +52,10 @@ author:
country: Germany

normative:
RFC9334:
RFC5912:
RFC4211:
RFC2986:
RFC9334:
RFC5912:
RFC4211:
RFC2986:

informative:
RFC7030:
Expand All @@ -72,6 +72,12 @@ informative:
title: Baseline Requirements for Code-Signing Certificates, v.3.3
date: June 2023
target: https://cabforum.org/wp-content/uploads/Baseline-Requirements-for-the-Issuance-and-Management-of-Code-Signing.v3.3.pdf
TCGDICE1.1:
author:
org: Trusted Computing Group
title: DICE Attestation Architecture, v.1.1
date: May4, 2023
target: https://trustedcomputinggroup.org/wp-content/uploads/DICE-Attestation-Architecture-Version-1.1-Revision-17_1August2023.pdf

--- abstract

Expand Down Expand Up @@ -242,7 +248,7 @@ id-aa-evidenceStatement OBJECT IDENTIFIER ::= { id-aa TBDAA }

-- For PKCS#10
attr-evidence ATTRIBUTE ::= {
TYPE EvidenceStatement
TYPE SEQUENCE OF EvidenceBundle
IDENTIFIED BY id-aa-evidenceStatement
}

Expand Down Expand Up @@ -676,6 +682,8 @@ information to an RA/CA:

## TCG DICE ConceptualMessageWrapper in CSR

This section gives an example of extending the ASN.1 module above to carry an existing ASN.1-based evidence statement. The example used is the Trusted Computing Group DICE Attestation Conceptual Message Wrapper as defined in [TCGDICE1.1].

~~~
{::include CSR-ATTESTATION-WITH-DICE-CMW.asn}
~~~
Expand Down

0 comments on commit bbf1286

Please sign in to comment.