Skip to content

Commit

Permalink
Merge pull request #187 from ietf-rats-wg/move-code-point-12
Browse files Browse the repository at this point in the history
changed cryptokeys code point to 13
  • Loading branch information
nedmsmith committed Dec 18, 2023
2 parents d546b10 + d040186 commit ec6b7da
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion cddl/examples/comid-4.diag
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
},
/ measurement-map / {
/ mval / 1 : {
/ cryptokeys / 12 : [
/ cryptokeys / 13 : [
/ tagged-pkix-base64-key-type / 554("base64_key_ACME_MAX"),
/ tagged-pkix-base64-cert-type / 555("base64_cert_ACME_MAX"),
/ tagged-pkix-base64-cert-path-type / 556("base64_cert_path_ACME_MAX")
Expand Down
2 changes: 1 addition & 1 deletion cddl/measurement-values-map.cddl
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,6 @@ measurement-values-map = non-empty<{
? &(ueid: 9) => ueid-type
? &(uuid: 10) => uuid-type
? &(name: 11) => text
? &(cryptokeys: 12) => [ + $crypto-key-type-choice ]
? &(cryptokeys: 13) => [ + $crypto-key-type-choice ]
* $$measurement-values-map-extension
}>

0 comments on commit ec6b7da

Please sign in to comment.