Skip to content

Commit

Permalink
Fix typos
Browse files Browse the repository at this point in the history
  • Loading branch information
Andrej Rosano committed Dec 22, 2021
1 parent 9172b7a commit 7b383fa
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions api/armory.proto
Original file line number Diff line number Diff line change
Expand Up @@ -124,15 +124,15 @@ message Response {
Request, OpCode: UNLOCK, signed with MD ephemeral EC private key, encrypted with session key
MD > UA: KeyExchange{Key:<MD KEK>}
Response, OpCode: UNLOCK, signed with MD ephemeral EC private key, encrypted with session key
Response, OpCode: UNLOCK, signed with UA ephemeral EC private key, encrypted with session key
MD < UA: standard response
4. Encrypted storage lock
Request, OpCode: LOCK, signed with MD ephemeral EC private key, encrypted with session key
MD > UA: empty payload
Response, OpCode: LOCK, signed with MD ephemeral EC private key, encrypted with session key
Response, OpCode: LOCK, signed with UA ephemeral EC private key, encrypted with session key
MD < UA: standard response
*/
Expand All @@ -148,7 +148,7 @@ Status information request
Request, OpCode: STATUS, signed with MD ephemeral EC private key, encrypted with session key
MD > UA: empty payload
Response, OpCode: STATUS, signed with MD ephemeral EC private key, encrypted with session key
Response, OpCode: STATUS, signed with UA ephemeral EC private key, encrypted with session key
MD < UA: Status{Version:<revision string>, Capacity:<microSD card capacity>, Locked:<locking state>}
Any error condition, not tied to a specific request, can be return as an error
Expand All @@ -172,7 +172,7 @@ locked, otherwise an error is returned.
Request, OpCode: CONFIGURATION, signed with MD ephemeral EC private key, encrypted with session key
MD > UA: Configuration{ <configuration parameters> }
Response, OpCode: CONFIGURATION, signed with MD ephemeral EC private key, encrypted with session key
Response, OpCode: CONFIGURATION, signed with UA ephemeral EC private key, encrypted with session key
MD < UA: Configuration{ <updated configuration> }
Any error condition, not tied to a specific request, can be return as an error
Expand Down

0 comments on commit 7b383fa

Please sign in to comment.