diff --git a/draft-ietf-lamps-csr-attestation.md b/draft-ietf-lamps-csr-attestation.md index 213a8c2..523464b 100644 --- a/draft-ietf-lamps-csr-attestation.md +++ b/draft-ietf-lamps-csr-attestation.md @@ -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 @@ -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. @@ -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} @@ -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}