Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix bad ref #28

Merged
merged 2 commits into from
Dec 5, 2022
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 6 additions & 4 deletions draft-ietf-rats-corim.md
Original file line number Diff line number Diff line change
Expand Up @@ -44,10 +44,12 @@ author:

normative:
RFC4122: uuid
RFC7468: cose
RFC8152: cose
RFC7468: pkix-text
RFC8610: cddl
RFC9090: cbor-oids
STD96:
-: cose
=: RFC9052
STD94:
-: cbor
=: RFC8949
Expand Down Expand Up @@ -884,10 +886,10 @@ The types or associating addressing information to a measured environment are:
A cryptographic key can be one of the following formats:

* `tagged-pkix-base64-key-type`: PEM encoded SubjectPublicKeyInfo.
Defined in {{Section 13 of RFC7468}}.
Defined in {{Section 13 of -pkix-text}}.

* `tagged-pkix-base64-cert-type`: PEM encoded X.509 public key certificate.
Defined in {{Section 5 of RFC7468}}.
Defined in {{Section 5 of -pkix-text}}.

* `tagged-pkix-base64-cert-path-type`: X.509 certificate chain created by the
concatenation of as many PEM encoded X.509 certificates as needed. The
Expand Down