Skip to content

blindsign/blindrsa: reject non-canonical signatures. - #615

Merged
cjpatton merged 1 commit into
mainfrom
cjpatton/blindrsa-non-canonical
Jun 3, 2026
Merged

blindsign/blindrsa: reject non-canonical signatures.#615
cjpatton merged 1 commit into
mainfrom
cjpatton/blindrsa-non-canonical

Conversation

@cjpatton

@cjpatton cjpatton commented Jun 1, 2026

Copy link
Copy Markdown
Contributor

The blind RSA verifier accepts signatures that are larger than the modulus (but have the same length). In Privacy Pass, this could allow double spending if both the signature and nonce are used for double spend prevention. Using only the nonce is sufficient to prevent this.

The blind RSA verifier accepts signatures that are larger than the
modulus (but have the same length). In Privacy Pass, this could allow
double spending if both the signature and nonce are used for double
spend prevention. Using only the nonce is sufficient to prevent this.
@cjpatton
cjpatton merged commit 7da6216 into main Jun 3, 2026
13 checks passed
@cjpatton
cjpatton deleted the cjpatton/blindrsa-non-canonical branch June 3, 2026 14:48
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants