Skip to content

Commit

Permalink
Include response/request code in 2 figures in the appendix
Browse files Browse the repository at this point in the history
  • Loading branch information
rikard-sics committed Mar 4, 2024
1 parent fb497ba commit d1015a3
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions draft-ietf-core-oscore-key-update.md
Original file line number Diff line number Diff line change
Expand Up @@ -1265,7 +1265,7 @@ Protect with CTX_OLD |--------------------->| /obs
| ... |
| } |
| Encrypted Payload { | Verify with CTX_OLD
| Observe: 0 |
| Observe: - |
| ... |
| } |
| |
Expand Down Expand Up @@ -1312,7 +1312,7 @@ CTX_NEW = updateCtx( | Partial IV: 0 |
Verify with CTX_NEW | ... |
| } |
Discard CTX_OLD | Encrypted Payload { |
| Observe: 1 |
| Observe: - |
| ... |
| } |
| |
Expand Down Expand Up @@ -1365,6 +1365,7 @@ Protect with CTX_1 |--------------------->| /temp
| ... | CTX_OLD)
| } |
| Encrypted Payload { | Verify with CTX_1
| 0.03 (PUT) |
| ... |
| Application Payload |
| } | Generate N2
Expand Down Expand Up @@ -1402,6 +1403,7 @@ Protect with CTX_NEW |--------------------->| /temp
| ... |
| } | Verify with CTX_NEW
| Encrypted Payload { |
| 0.03 (PUT) |
| ... | Discard CTX_OLD
| Application Payload |
| } |
Expand All @@ -1412,6 +1414,7 @@ Protect with CTX_NEW |--------------------->| /temp
| ... |
Verify with CTX_NEW | } |
| Encrypted Payload { |
| 2.04 (Changed) |
| ... |
| Application Payload |
| } |
Expand Down

0 comments on commit d1015a3

Please sign in to comment.