Skip to content

Commit

Permalink
Update draft-ietf-oauth-status-list.md
Browse files Browse the repository at this point in the history
Co-authored-by: Christian Bormann <[email protected]>
  • Loading branch information
paulbastian and c2bo authored Sep 18, 2024
1 parent 2c8b862 commit 2a6af2c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion draft-ietf-oauth-status-list.md
Original file line number Diff line number Diff line change
Expand Up @@ -617,7 +617,7 @@ Resulting in the byte array and compressed/base64url-encoded status list:

Implementers should be particularly careful for the correct parsing and decoding of the status list. Incorrect implementations might check the index on the wrong data or miscalculate the bit and byte index leading to an erroneous status of the Referenced Token. Beware, that bits are indexed (bit order) from least significant bit to most significant bit (also called "right to left") while bytes are indexed (byte order) in their natural incrementing byte order (usually written for display purpose from left to write). Endianness does not apply here because each status value fits within a single byte.

Implementations shall always verify correctness using the test vectors given by this specification.
Implementations are RECOMMENDED to verify correctness using the test vectors given by this specification.

## Security Guidance for JWT and CWT

Expand Down

0 comments on commit 2a6af2c

Please sign in to comment.