commit | 2e83aaddd4e10a49e366bcfc88430c965945089b | [log] [tgz] |
---|---|---|
author | Adam Langley <agl@chromium.org> | Wed Sep 08 20:47:05 2021 |
committer | Chromium LUCI CQ <chromium-scoped@luci-project-accounts.iam.gserviceaccount.com> | Wed Sep 08 20:47:05 2021 |
tree | 57e44d9c3f3f4f79a7006afab9e0e3714fef09ca | |
parent | d3a0fd070c0f9e120a23c0bb7282e6f05c834f1f [diff] |
webauthn: update caBLEv2 QR codes. Switch from base64url to base-10 encoding (see https://www.imperialviolet.org/2021/08/26/qrencoding.html for reasoning). The chunked conversion is used because it's simple compared to the alternatives. Also add a timestamp in the QR code to potentially help reject printed QR codes being used to manipulate users. BUG=1002262 Change-Id: Ia84465095bc5f042511964067967511e557a4f09 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/3145933 Commit-Queue: Adam Langley <agl@chromium.org> Auto-Submit: Adam Langley <agl@chromium.org> Reviewed-by: Martin Kreichgauer <martinkr@google.com> Cr-Commit-Position: refs/heads/main@{#919432}
Chromium is an open-source browser project that aims to build a safer, faster, and more stable way for all users to experience the web.
The project's web site is https://www.chromium.org.
To check out the source code locally, don't use git clone
! Instead, follow the instructions on how to get the code.
Documentation in the source is rooted in docs/README.md.
Learn how to Get Around the Chromium Source Code Directory Structure .
For historical reasons, there are some small top level directories. Now the guidance is that new top level directories are for product (e.g. Chrome, Android WebView, Ash). Even if these products have multiple executables, the code should be in subdirectories of the product.
If you found a bug, please file it at https://crbug.com/new.