Skip to content

Commit

Permalink
Merge pull request #338 from wangw-1991/main
Browse files Browse the repository at this point in the history
Fix CDDL bug.
  • Loading branch information
markafoltz authored Sep 19, 2024
2 parents ff60ffb + 6450cc2 commit 9f704d4
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions messages_appendix.cddl
Original file line number Diff line number Diff line change
Expand Up @@ -82,9 +82,9 @@ psk-input-method = &(
qr-code: 1
)

auth-initiation-token = (
auth-initiation-token = {
? 0: text ; token
)
}

auth-spake2-psk-status = &(
psk-needs-presentation: 0
Expand Down Expand Up @@ -113,8 +113,9 @@ auth-status = {

; type key 1005
auth-spake2-handshake = {
0: auth-spake2-psk-status ; psk-status
1: bytes ; public-value
0: auth-initiation-token; initiation-token
1: auth-spake2-psk-status ; psk-status
2: bytes ; public-value
}

watch-id = uint
Expand Down

0 comments on commit 9f704d4

Please sign in to comment.