-
Notifications
You must be signed in to change notification settings - Fork 3.1k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Revert "Implement support for bidNonce and seller nonces"
This reverts commit 803a93609b702479399a8376bd90b1d7780d2794. Reason for revert: Deterministic failures of browser tests linked to the seller nonce on the bots. E.g. https://ci.chromium.org/ui/p/chromium/builders/ci/fuchsia-arm64-cast-receiver-rel/18747/overview https://ci.chromium.org/ui/p/chrome/builders/ci/linux-chromeos-chrome Original change's description: > 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 > Fuchsia-Binary-Size: Size increase is unavoidable. > Change-Id: I9f2a6117891b30c33cc6831c63f6622faf6f55f1 > Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/5905479 > Reviewed-by: Orr Bernstein <[email protected]> > Reviewed-by: Mike Taylor <[email protected]> > Reviewed-by: Brendon Tiszka <[email protected]> > Commit-Queue: Caleb Raitto <[email protected]> > Cr-Commit-Position: refs/heads/main@{#1376464} Bug: 40275797 Change-Id: I61e65f1f7fc7ecb732f49d8860e3976a0fd5cd2a No-Presubmit: true No-Tree-Checks: true No-Try: true Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/5979680 Reviewed-by: Orr Bernstein <[email protected]> Commit-Queue: Liviu Tinta <[email protected]> Reviewed-by: Mike Taylor <[email protected]> Auto-Submit: Liviu Tinta <[email protected]> Bot-Commit: Rubber Stamper <[email protected]> Owners-Override: Liviu Tinta <[email protected]> Cr-Commit-Position: refs/heads/main@{#1376577}
- Loading branch information
1 parent
5b3adea
commit 1408436
Showing
3 changed files
with
6 additions
and
328 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters