Skip to content

Commit

Permalink
Murray's exception rationale
Browse files Browse the repository at this point in the history
  • Loading branch information
chris-wood authored Oct 3, 2023
1 parent fd7354f commit d28411e
Showing 1 changed file with 8 additions and 2 deletions.
10 changes: 8 additions & 2 deletions draft-ietf-privacypass-protocol.md
Original file line number Diff line number Diff line change
Expand Up @@ -508,7 +508,10 @@ ensure that the truncated form of new key IDs do not collide with other
truncated key IDs in rotation. Collisions can cause the Issuer to use
the wrong Issuer Private Key for issuance, which will in turn cause the
resulting tokens to be invalid. There is no known security consequence of
using the the wrong Issuer Private Key.
using the the wrong Issuer Private Key. A possible exception to this constraint
would be a colliding key that is still in use but in the process of being
rotated out, in which case the collision cannot reasonably be avoided but it
is expected to be transient.

# Issuance Protocol for Publicly Verifiable Tokens {#public-flow}

Expand Down Expand Up @@ -741,7 +744,10 @@ ensure that the truncated form of new key IDs do not collide with other
truncated key IDs in rotation. Collisions can cause the Issuer to use
the wrong Issuer Private Key for issuance, which will in turn cause the
resulting tokens to be invalid. There is no known security consequence of
using the the wrong Issuer Private Key.
using the the wrong Issuer Private Key. A possible exception to this constraint
would be a colliding key that is still in use but in the process of being
rotated out, in which case the collision cannot reasonably be avoided but it
is expected to be transient.

# Security considerations {#security}

Expand Down

0 comments on commit d28411e

Please sign in to comment.