Skip to content

Commit

Permalink
Fix #660: Fix documentation for iat and iat_ms in temporary keys
Browse files Browse the repository at this point in the history
  • Loading branch information
romanstrobl committed Oct 7, 2024
1 parent cbd42df commit 8bd81bf
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/Temporary-Encryption-Keys.md
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ The server then takes the request, generates a random temporary encryption key p
- `applicationKey` - back reference to the original data
- `challenge` - back reference to the original data
- `publicKey` - temporary encryption public key
- `iss` / `iss_ms` - temporary key pair issuance timestamp
- `iat` / `iat_ms` - temporary key pair issuance timestamp
- `exp` / `exp_ms` - temporary key pair expiration timestamp

The client app should process the response by verifying the signature and checking that the application key and challenge match the expected value. Then, the client app can accept the public key with given key identifier.
Expand All @@ -52,7 +52,7 @@ The server then takes the request, generates a random temporary encryption key p
- `activationId` - back reference to the original data
- `challenge` - back reference to the original data
- `publicKey` - temporary encryption public key
- `iss` / `iss_ms` - temporary key pair issuance timestamp
- `iat` / `iat_ms` - temporary key pair issuance timestamp
- `exp` / `exp_ms` - temporary key pair expiration timestamp

The client app should process the response by verifying the signature and checking that the application key, activation ID and challenge match the expected value. Then, the client app can accept the public key with given key identifier.
Expand Down

0 comments on commit 8bd81bf

Please sign in to comment.