[wpt-sync] Sync PR 48904 - Implement support for bidNonce and seller nonces
Categories
(Testing :: web-platform-tests, task, P4)
Tracking
(firefox134 fixed)
| Tracking | Status | |
|---|---|---|
| firefox134 | --- | fixed |
People
(Reporter: wpt-sync, Unassigned)
References
()
Details
(Whiteboard: [wptsync downstream])
Sync web-platform-tests PR 48904 into mozilla-central (this bug is closed when the sync is complete).
PR: https://github.com/web-platform-tests/wpt/pull/48904
Details from upstream follow.
Caleb Raitto <caraitto@chromium.org> wrote:
Implement support for bidNonce and seller nonces
Introduce a mechanism that allows sellers to avoid giving the same nonce
to all buyers, since this can be used to determine that these buyers are
in the same auction. Instead, a new nonce is given to each buyer based
on the SHA-256 combination of both the auctionNonce and a new seller
nonce, which is given to the browser, but not to buyers.The browser can verify the bidNonce from bids by computing the expected
bidNonce for a given auctionNonce and seller nonce, thus preserving the
existing replay protections of the auctionNonce.Bug: 40275797
Change-Id: I9f2a6117891b30c33cc6831c63f6622faf6f55f1
Reviewed-on: https://chromium-review.googlesource.com/5905479
WPT-Export-Revision: f9ddc660a703c0512e380445ee1f4e994d07f298
| Assignee | ||
Comment 1•1 year ago
|
||
| Assignee | ||
Comment 2•1 year ago
|
||
CI Results
Ran 0 Firefox configurations based on mozilla-central, and Safari on GitHub CI
Total 180 tests and 5 subtests
Status Summary
Safari
OK : 179
FAIL : 852
ERROR : 1
NOTRUN: 1
Description
•