Skip to content

Commit

Permalink
Merge pull request #162 from mwiseman-byid/main
Browse files Browse the repository at this point in the history
Update TCG OIDs and Registry
  • Loading branch information
hannestschofenig authored Oct 7, 2024
2 parents 8242ad7 + 996630b commit d3272de
Showing 1 changed file with 13 additions and 13 deletions.
26 changes: 13 additions & 13 deletions draft-ietf-lamps-csr-attestation.md
Original file line number Diff line number Diff line change
Expand Up @@ -93,12 +93,12 @@ informative:
title: Baseline Requirements for Code-Signing Certificates, v.3.7
date: February 28, 2024
target: https://cabforum.org/uploads/Baseline-Requirements-for-the-Issuance-and-Management-of-Code-Signing.v3.7.pdf
TCGDICE1.1:
TCGOIDREG:
author:
org: "Trusted Computing Group"
title: "DICE Attestation Architecture"
target: https://trustedcomputinggroup.org/wp-content/uploads/DICE-Attestation-Architecture-Version-1.1-Revision-18_pub.pdf
date: January, 2024
title: "TCG OID Registry landing page"
target: https://trustedcomputinggroup.org/resource/tcg-oid-registry/
date: October, 2024
PKCS11:
author:
org: OASIS
Expand Down Expand Up @@ -644,13 +644,13 @@ It lists entries for several evidence encoding including an entry for the Concep

| OID | Description | Reference(s) | Change Controller |
|------------------|------------------------------|---------------- |-------------------|
| 2 23 133 5 4 1 | DiceTcbInfo | {{TCGDICE1.1}} | TCG |
| 2 23 133 5 4 5 | DiceMultiTcbInfo | {{TCGDICE1.1}} | TCG |
| 2 23 133 5 4 6 | DiceUccsEvidence | {{TCGDICE1.1}} | TCG |
| 2 23 133 5 4 7 | DiceManifestEvidence | {{TCGDICE1.1}} | TCG |
| 2 23 133 5 4 8 | DiceTcbInfoComp | {{TCGDICE1.1}} | TCG |
| 2 23 133 5 4 9 | DiceConceptualMessageWrapper | {{TCGDICE1.1}} | TCG |
| 2 23 133 20 1 | tcg-attest-tpm-certify | Private Registry | TCG |
| 2 23 133 5 4 1 | tcg-dice-tcbinfo | {{TCGOIDREG}} | TCG |
| 2 23 133 5 4 5 | tcg-dice-multitcbinfo | {{TCGOIDREG}} | TCG |
| 2 23 133 5 4 6 | tcg-dice-uccs-evidence | {{TCGOIDREG}} | TCG |
| 2 23 133 5 4 7 | tcg-dice-manifest-evidence | {{TCGOIDREG}} | TCG |
| 2 23 133 5 4 8 | tcg-dice-multi-tcbinfo-comp | {{TCGOIDREG}} | TCG |
| 2 23 133 5 4 9 | tcg-dice-cmw | {{TCGOIDREG}} | TCG |
| 2 23 133 20 1 | tcg-attest-tpm-certify | {{TCGOIDREG}} | TCG |
{: #tab-ae-reg title="Initial Contents of the Attestation Evidence OID Registry"}

The current registry values can be retrieved from the IANA online website.
Expand Down Expand Up @@ -1213,7 +1213,7 @@ the result of CBOR encoding the CMW collection shown below
## 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}}.
The example used is the Trusted Computing Group DICE Attestation Conceptual Message Wrapper, as defined in {{TCGOIDREG}}.

~~~
{::include CSR-ATTESTATION-WITH-DICE-CMW.asn}
Expand All @@ -1222,7 +1222,7 @@ The example used is the Trusted Computing Group DICE Attestation Conceptual Mess
## 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 DiceTcbInfo, as defined in {{TCGDICE1.1}}.
The example used is the Trusted Computing Group DiceTcbInfo, as defined in {{TCGOIDREG}}.

~~~
{::include CSR-ATTESTATION-WITH-DiceTcbInfo.txt}
Expand Down

0 comments on commit d3272de

Please sign in to comment.